Documentation ¶
Overview ¶
+groupName=brain.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 IndustrialPidLoop
- func (in *IndustrialPidLoop) DeepCopy() *IndustrialPidLoop
- func (in *IndustrialPidLoop) DeepCopyInto(out *IndustrialPidLoop)
- func (in *IndustrialPidLoop) DeepCopyObject() runtime.Object
- func (r *IndustrialPidLoop) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *IndustrialPidLoop) ValidateCreate() error
- func (r *IndustrialPidLoop) ValidateDelete() error
- func (r *IndustrialPidLoop) ValidateUpdate(old runtime.Object) error
- type IndustrialPidLoopList
- type IndustrialPidLoopSpec
- type IndustrialPidLoopSpecResource
- type IndustrialPidLoopStatus
- type IndustrialPidOrganization
- func (in *IndustrialPidOrganization) DeepCopy() *IndustrialPidOrganization
- func (in *IndustrialPidOrganization) DeepCopyInto(out *IndustrialPidOrganization)
- func (in *IndustrialPidOrganization) DeepCopyObject() runtime.Object
- func (r *IndustrialPidOrganization) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *IndustrialPidOrganization) ValidateCreate() error
- func (r *IndustrialPidOrganization) ValidateDelete() error
- func (r *IndustrialPidOrganization) ValidateUpdate(old runtime.Object) error
- type IndustrialPidOrganizationList
- type IndustrialPidOrganizationSpec
- type IndustrialPidOrganizationSpecResource
- type IndustrialPidOrganizationStatus
- type IndustrialPidProject
- func (in *IndustrialPidProject) DeepCopy() *IndustrialPidProject
- func (in *IndustrialPidProject) DeepCopyInto(out *IndustrialPidProject)
- func (in *IndustrialPidProject) DeepCopyObject() runtime.Object
- func (r *IndustrialPidProject) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *IndustrialPidProject) ValidateCreate() error
- func (r *IndustrialPidProject) ValidateDelete() error
- func (r *IndustrialPidProject) ValidateUpdate(old runtime.Object) error
- type IndustrialPidProjectList
- type IndustrialPidProjectSpec
- type IndustrialPidProjectSpecResource
- type IndustrialPidProjectStatus
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: brain.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 IndustrialPidLoop ¶
type IndustrialPidLoop struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec IndustrialPidLoopSpec `json:"spec,omitempty"` Status IndustrialPidLoopStatus `json:"status,omitempty"` }
func (*IndustrialPidLoop) DeepCopy ¶
func (in *IndustrialPidLoop) DeepCopy() *IndustrialPidLoop
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidLoop.
func (*IndustrialPidLoop) DeepCopyInto ¶
func (in *IndustrialPidLoop) DeepCopyInto(out *IndustrialPidLoop)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IndustrialPidLoop) DeepCopyObject ¶
func (in *IndustrialPidLoop) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*IndustrialPidLoop) SetupWebhookWithManager ¶
func (r *IndustrialPidLoop) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*IndustrialPidLoop) ValidateCreate ¶
func (r *IndustrialPidLoop) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*IndustrialPidLoop) ValidateDelete ¶
func (r *IndustrialPidLoop) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*IndustrialPidLoop) ValidateUpdate ¶
func (r *IndustrialPidLoop) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type IndustrialPidLoopList ¶
type IndustrialPidLoopList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of IndustrialPidLoop CRD objects Items []IndustrialPidLoop `json:"items,omitempty"` }
IndustrialPidLoopList is a list of IndustrialPidLoops
func (*IndustrialPidLoopList) DeepCopy ¶
func (in *IndustrialPidLoopList) DeepCopy() *IndustrialPidLoopList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidLoopList.
func (*IndustrialPidLoopList) DeepCopyInto ¶
func (in *IndustrialPidLoopList) DeepCopyInto(out *IndustrialPidLoopList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IndustrialPidLoopList) DeepCopyObject ¶
func (in *IndustrialPidLoopList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type IndustrialPidLoopSpec ¶
type IndustrialPidLoopSpec struct { State *IndustrialPidLoopSpecResource `json:"state,omitempty" tf:"-"` Resource IndustrialPidLoopSpecResource `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 (*IndustrialPidLoopSpec) DeepCopy ¶
func (in *IndustrialPidLoopSpec) DeepCopy() *IndustrialPidLoopSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidLoopSpec.
func (*IndustrialPidLoopSpec) DeepCopyInto ¶
func (in *IndustrialPidLoopSpec) DeepCopyInto(out *IndustrialPidLoopSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IndustrialPidLoopSpecResource ¶
type IndustrialPidLoopSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` PidLoopConfiguration *string `json:"pidLoopConfiguration" tf:"pid_loop_configuration"` PidLoopDcsType *string `json:"pidLoopDcsType" tf:"pid_loop_dcs_type"` // +optional PidLoopDesc *string `json:"pidLoopDesc,omitempty" tf:"pid_loop_desc"` PidLoopIsCrucial *bool `json:"pidLoopIsCrucial" tf:"pid_loop_is_crucial"` PidLoopName *string `json:"pidLoopName" tf:"pid_loop_name"` PidLoopType *string `json:"pidLoopType" tf:"pid_loop_type"` PidProjectID *string `json:"pidProjectID" tf:"pid_project_id"` // +optional Status *string `json:"status,omitempty" tf:"status"` }
func (*IndustrialPidLoopSpecResource) DeepCopy ¶
func (in *IndustrialPidLoopSpecResource) DeepCopy() *IndustrialPidLoopSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidLoopSpecResource.
func (*IndustrialPidLoopSpecResource) DeepCopyInto ¶
func (in *IndustrialPidLoopSpecResource) DeepCopyInto(out *IndustrialPidLoopSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IndustrialPidLoopStatus ¶
type IndustrialPidLoopStatus 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 (*IndustrialPidLoopStatus) DeepCopy ¶
func (in *IndustrialPidLoopStatus) DeepCopy() *IndustrialPidLoopStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidLoopStatus.
func (*IndustrialPidLoopStatus) DeepCopyInto ¶
func (in *IndustrialPidLoopStatus) DeepCopyInto(out *IndustrialPidLoopStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IndustrialPidOrganization ¶
type IndustrialPidOrganization struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec IndustrialPidOrganizationSpec `json:"spec,omitempty"` Status IndustrialPidOrganizationStatus `json:"status,omitempty"` }
func (*IndustrialPidOrganization) DeepCopy ¶
func (in *IndustrialPidOrganization) DeepCopy() *IndustrialPidOrganization
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidOrganization.
func (*IndustrialPidOrganization) DeepCopyInto ¶
func (in *IndustrialPidOrganization) DeepCopyInto(out *IndustrialPidOrganization)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IndustrialPidOrganization) DeepCopyObject ¶
func (in *IndustrialPidOrganization) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*IndustrialPidOrganization) SetupWebhookWithManager ¶
func (r *IndustrialPidOrganization) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*IndustrialPidOrganization) ValidateCreate ¶
func (r *IndustrialPidOrganization) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*IndustrialPidOrganization) ValidateDelete ¶
func (r *IndustrialPidOrganization) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*IndustrialPidOrganization) ValidateUpdate ¶
func (r *IndustrialPidOrganization) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type IndustrialPidOrganizationList ¶
type IndustrialPidOrganizationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of IndustrialPidOrganization CRD objects Items []IndustrialPidOrganization `json:"items,omitempty"` }
IndustrialPidOrganizationList is a list of IndustrialPidOrganizations
func (*IndustrialPidOrganizationList) DeepCopy ¶
func (in *IndustrialPidOrganizationList) DeepCopy() *IndustrialPidOrganizationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidOrganizationList.
func (*IndustrialPidOrganizationList) DeepCopyInto ¶
func (in *IndustrialPidOrganizationList) DeepCopyInto(out *IndustrialPidOrganizationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IndustrialPidOrganizationList) DeepCopyObject ¶
func (in *IndustrialPidOrganizationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type IndustrialPidOrganizationSpec ¶
type IndustrialPidOrganizationSpec struct { State *IndustrialPidOrganizationSpecResource `json:"state,omitempty" tf:"-"` Resource IndustrialPidOrganizationSpecResource `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 (*IndustrialPidOrganizationSpec) DeepCopy ¶
func (in *IndustrialPidOrganizationSpec) DeepCopy() *IndustrialPidOrganizationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidOrganizationSpec.
func (*IndustrialPidOrganizationSpec) DeepCopyInto ¶
func (in *IndustrialPidOrganizationSpec) DeepCopyInto(out *IndustrialPidOrganizationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IndustrialPidOrganizationSpecResource ¶
type IndustrialPidOrganizationSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional ParentPidOrganizationID *string `json:"parentPidOrganizationID,omitempty" tf:"parent_pid_organization_id"` PidOrganizationName *string `json:"pidOrganizationName" tf:"pid_organization_name"` }
func (*IndustrialPidOrganizationSpecResource) DeepCopy ¶
func (in *IndustrialPidOrganizationSpecResource) DeepCopy() *IndustrialPidOrganizationSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidOrganizationSpecResource.
func (*IndustrialPidOrganizationSpecResource) DeepCopyInto ¶
func (in *IndustrialPidOrganizationSpecResource) DeepCopyInto(out *IndustrialPidOrganizationSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IndustrialPidOrganizationStatus ¶
type IndustrialPidOrganizationStatus 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 (*IndustrialPidOrganizationStatus) DeepCopy ¶
func (in *IndustrialPidOrganizationStatus) DeepCopy() *IndustrialPidOrganizationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidOrganizationStatus.
func (*IndustrialPidOrganizationStatus) DeepCopyInto ¶
func (in *IndustrialPidOrganizationStatus) DeepCopyInto(out *IndustrialPidOrganizationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IndustrialPidProject ¶
type IndustrialPidProject struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec IndustrialPidProjectSpec `json:"spec,omitempty"` Status IndustrialPidProjectStatus `json:"status,omitempty"` }
func (*IndustrialPidProject) DeepCopy ¶
func (in *IndustrialPidProject) DeepCopy() *IndustrialPidProject
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidProject.
func (*IndustrialPidProject) DeepCopyInto ¶
func (in *IndustrialPidProject) DeepCopyInto(out *IndustrialPidProject)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IndustrialPidProject) DeepCopyObject ¶
func (in *IndustrialPidProject) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*IndustrialPidProject) SetupWebhookWithManager ¶
func (r *IndustrialPidProject) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*IndustrialPidProject) ValidateCreate ¶
func (r *IndustrialPidProject) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*IndustrialPidProject) ValidateDelete ¶
func (r *IndustrialPidProject) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*IndustrialPidProject) ValidateUpdate ¶
func (r *IndustrialPidProject) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type IndustrialPidProjectList ¶
type IndustrialPidProjectList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of IndustrialPidProject CRD objects Items []IndustrialPidProject `json:"items,omitempty"` }
IndustrialPidProjectList is a list of IndustrialPidProjects
func (*IndustrialPidProjectList) DeepCopy ¶
func (in *IndustrialPidProjectList) DeepCopy() *IndustrialPidProjectList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidProjectList.
func (*IndustrialPidProjectList) DeepCopyInto ¶
func (in *IndustrialPidProjectList) DeepCopyInto(out *IndustrialPidProjectList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IndustrialPidProjectList) DeepCopyObject ¶
func (in *IndustrialPidProjectList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type IndustrialPidProjectSpec ¶
type IndustrialPidProjectSpec struct { State *IndustrialPidProjectSpecResource `json:"state,omitempty" tf:"-"` Resource IndustrialPidProjectSpecResource `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 (*IndustrialPidProjectSpec) DeepCopy ¶
func (in *IndustrialPidProjectSpec) DeepCopy() *IndustrialPidProjectSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidProjectSpec.
func (*IndustrialPidProjectSpec) DeepCopyInto ¶
func (in *IndustrialPidProjectSpec) DeepCopyInto(out *IndustrialPidProjectSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IndustrialPidProjectSpecResource ¶
type IndustrialPidProjectSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` PidOrganizationID *string `json:"pidOrganizationID" tf:"pid_organization_id"` // +optional PidProjectDesc *string `json:"pidProjectDesc,omitempty" tf:"pid_project_desc"` PidProjectName *string `json:"pidProjectName" tf:"pid_project_name"` }
func (*IndustrialPidProjectSpecResource) DeepCopy ¶
func (in *IndustrialPidProjectSpecResource) DeepCopy() *IndustrialPidProjectSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidProjectSpecResource.
func (*IndustrialPidProjectSpecResource) DeepCopyInto ¶
func (in *IndustrialPidProjectSpecResource) DeepCopyInto(out *IndustrialPidProjectSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IndustrialPidProjectStatus ¶
type IndustrialPidProjectStatus 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 (*IndustrialPidProjectStatus) DeepCopy ¶
func (in *IndustrialPidProjectStatus) DeepCopy() *IndustrialPidProjectStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IndustrialPidProjectStatus.
func (*IndustrialPidProjectStatus) DeepCopyInto ¶
func (in *IndustrialPidProjectStatus) DeepCopyInto(out *IndustrialPidProjectStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.