Documentation ¶
Overview ¶
+groupName=iot.alicloud.kubeform.com
Index ¶
- Variables
- func GetDecoder() map[string]jsoniter.ValDecoder
- func GetEncoder() map[string]jsoniter.ValEncoder
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- type DeviceGroup
- func (in *DeviceGroup) DeepCopy() *DeviceGroup
- func (in *DeviceGroup) DeepCopyInto(out *DeviceGroup)
- func (in *DeviceGroup) DeepCopyObject() runtime.Object
- func (r *DeviceGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *DeviceGroup) ValidateCreate() error
- func (r *DeviceGroup) ValidateDelete() error
- func (r *DeviceGroup) ValidateUpdate(old runtime.Object) error
- type DeviceGroupList
- type DeviceGroupSpec
- type DeviceGroupSpecResource
- type DeviceGroupStatus
Constants ¶
This section is empty.
Variables ¶
var ( // TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api. // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: iot.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
func Kind ¶
Kind takes an unqualified kind and returns a Group qualified GroupKind
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type DeviceGroup ¶
type DeviceGroup struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DeviceGroupSpec `json:"spec,omitempty"` Status DeviceGroupStatus `json:"status,omitempty"` }
func (*DeviceGroup) DeepCopy ¶
func (in *DeviceGroup) DeepCopy() *DeviceGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceGroup.
func (*DeviceGroup) DeepCopyInto ¶
func (in *DeviceGroup) DeepCopyInto(out *DeviceGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DeviceGroup) DeepCopyObject ¶
func (in *DeviceGroup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*DeviceGroup) SetupWebhookWithManager ¶
func (r *DeviceGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*DeviceGroup) ValidateCreate ¶
func (r *DeviceGroup) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*DeviceGroup) ValidateDelete ¶
func (r *DeviceGroup) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*DeviceGroup) ValidateUpdate ¶
func (r *DeviceGroup) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type DeviceGroupList ¶
type DeviceGroupList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of DeviceGroup CRD objects Items []DeviceGroup `json:"items,omitempty"` }
DeviceGroupList is a list of DeviceGroups
func (*DeviceGroupList) DeepCopy ¶
func (in *DeviceGroupList) DeepCopy() *DeviceGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceGroupList.
func (*DeviceGroupList) DeepCopyInto ¶
func (in *DeviceGroupList) DeepCopyInto(out *DeviceGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DeviceGroupList) DeepCopyObject ¶
func (in *DeviceGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DeviceGroupSpec ¶
type DeviceGroupSpec struct { State *DeviceGroupSpecResource `json:"state,omitempty" tf:"-"` Resource DeviceGroupSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*DeviceGroupSpec) DeepCopy ¶
func (in *DeviceGroupSpec) DeepCopy() *DeviceGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceGroupSpec.
func (*DeviceGroupSpec) DeepCopyInto ¶
func (in *DeviceGroupSpec) DeepCopyInto(out *DeviceGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DeviceGroupSpecResource ¶
type DeviceGroupSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional GroupDesc *string `json:"groupDesc,omitempty" tf:"group_desc"` GroupName *string `json:"groupName" tf:"group_name"` // +optional IotInstanceID *string `json:"iotInstanceID,omitempty" tf:"iot_instance_id"` // +optional SuperGroupID *string `json:"superGroupID,omitempty" tf:"super_group_id"` }
func (*DeviceGroupSpecResource) DeepCopy ¶
func (in *DeviceGroupSpecResource) DeepCopy() *DeviceGroupSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceGroupSpecResource.
func (*DeviceGroupSpecResource) DeepCopyInto ¶
func (in *DeviceGroupSpecResource) DeepCopyInto(out *DeviceGroupSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DeviceGroupStatus ¶
type DeviceGroupStatus struct { // Resource generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty"` // +optional Phase status.Status `json:"phase,omitempty"` // +optional Conditions []kmapi.Condition `json:"conditions,omitempty"` }
func (*DeviceGroupStatus) DeepCopy ¶
func (in *DeviceGroupStatus) DeepCopy() *DeviceGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceGroupStatus.
func (*DeviceGroupStatus) DeepCopyInto ¶
func (in *DeviceGroupStatus) DeepCopyInto(out *DeviceGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.