You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
What happened: I dont know how to create device/deviceprofile by k8s API when i want integrate openyurt with thingsboard cloud like.So I can compare the two device provide way: k8s API and MQTT API
What you expected to happen: give the demo by k8s API with java client better
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Is there any project about cloud web consol which can manage device/device profile/edgex instances /protocals such like IoT Cloud ManageMent Suite(for Edgex or Other Gateway)?
The text was updated successfully, but these errors were encountered:
Device/deviceProfile can be regarded as a common Custom Resource. At present, there is no demo related to the client, but the general implementation steps are the same as accessing other custom resources: 1. First, generate the client corresponding to the custom resource; 2. Then use the client to access related custom resources in k8s.
(The definitions of the above two CRDs are in the following two directories: device_types.go and deviceprofile_types.go) @snowfly568790005
@snowfly568790005 we will sync the api definitions to an individual repo yurt-device-controller-api and generate versioned clientsets convenient for other projects in about 1~2 weeks. Demos will be added there either.
What happened: I dont know how to create device/deviceprofile by k8s API when i want integrate openyurt with thingsboard cloud like.So I can compare the two device provide way: k8s API and MQTT API
What you expected to happen: give the demo by k8s API with java client better
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Is there any project about cloud web consol which can manage device/device profile/edgex instances /protocals such like IoT Cloud ManageMent Suite(for Edgex or Other Gateway)?
The text was updated successfully, but these errors were encountered: