CloudiotRegistry

Field Type Description
apiVersion string google.kubeform.com/v1alpha1
kind string CloudiotRegistry
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec CloudiotRegistrySpec
status CloudiotRegistryStatus

CloudiotRegistrySpec

(Appears on:CloudiotRegistry, CloudiotRegistryStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
credentials []CloudiotRegistrySpecCredentials (Optional)
eventNotificationConfig map[string]kubeform.dev/kubeform/apis/google/v1alpha1.CloudiotRegistrySpecEventNotificationConfig (Optional)
httpConfig map[string]kubeform.dev/kubeform/apis/google/v1alpha1.CloudiotRegistrySpecHttpConfig (Optional)
mqttConfig map[string]kubeform.dev/kubeform/apis/google/v1alpha1.CloudiotRegistrySpecMqttConfig (Optional)
name string
project string (Optional)
region string (Optional)
stateNotificationConfig map[string]kubeform.dev/kubeform/apis/google/v1alpha1.CloudiotRegistrySpecStateNotificationConfig (Optional)

CloudiotRegistrySpecCredentials

(Appears on:CloudiotRegistrySpec)
Field Type Description
publicKeyCertificate map[string]kubeform.dev/kubeform/apis/google/v1alpha1.CloudiotRegistrySpecCredentialsPublicKeyCertificate (Optional)

CloudiotRegistryStatus

(Appears on:CloudiotRegistry)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output CloudiotRegistrySpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)