Documentation ¶
Overview ¶
+groupName=cloudauth.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 FaceConfig
- func (in *FaceConfig) DeepCopy() *FaceConfig
- func (in *FaceConfig) DeepCopyInto(out *FaceConfig)
- func (in *FaceConfig) DeepCopyObject() runtime.Object
- func (r *FaceConfig) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *FaceConfig) ValidateCreate() error
- func (r *FaceConfig) ValidateDelete() error
- func (r *FaceConfig) ValidateUpdate(old runtime.Object) error
- type FaceConfigList
- type FaceConfigSpec
- type FaceConfigSpecResource
- type FaceConfigStatus
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: cloudauth.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 FaceConfig ¶
type FaceConfig struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FaceConfigSpec `json:"spec,omitempty"` Status FaceConfigStatus `json:"status,omitempty"` }
func (*FaceConfig) DeepCopy ¶
func (in *FaceConfig) DeepCopy() *FaceConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FaceConfig.
func (*FaceConfig) DeepCopyInto ¶
func (in *FaceConfig) DeepCopyInto(out *FaceConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FaceConfig) DeepCopyObject ¶
func (in *FaceConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*FaceConfig) SetupWebhookWithManager ¶
func (r *FaceConfig) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*FaceConfig) ValidateCreate ¶
func (r *FaceConfig) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*FaceConfig) ValidateDelete ¶
func (r *FaceConfig) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*FaceConfig) ValidateUpdate ¶
func (r *FaceConfig) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type FaceConfigList ¶
type FaceConfigList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of FaceConfig CRD objects Items []FaceConfig `json:"items,omitempty"` }
FaceConfigList is a list of FaceConfigs
func (*FaceConfigList) DeepCopy ¶
func (in *FaceConfigList) DeepCopy() *FaceConfigList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FaceConfigList.
func (*FaceConfigList) DeepCopyInto ¶
func (in *FaceConfigList) DeepCopyInto(out *FaceConfigList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FaceConfigList) DeepCopyObject ¶
func (in *FaceConfigList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FaceConfigSpec ¶
type FaceConfigSpec struct { State *FaceConfigSpecResource `json:"state,omitempty" tf:"-"` Resource FaceConfigSpecResource `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 (*FaceConfigSpec) DeepCopy ¶
func (in *FaceConfigSpec) DeepCopy() *FaceConfigSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FaceConfigSpec.
func (*FaceConfigSpec) DeepCopyInto ¶
func (in *FaceConfigSpec) DeepCopyInto(out *FaceConfigSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FaceConfigSpecResource ¶
type FaceConfigSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` BizName *string `json:"bizName" tf:"biz_name"` BizType *string `json:"bizType" tf:"biz_type"` // +optional GmtModified *string `json:"gmtModified,omitempty" tf:"gmt_modified"` }
func (*FaceConfigSpecResource) DeepCopy ¶
func (in *FaceConfigSpecResource) DeepCopy() *FaceConfigSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FaceConfigSpecResource.
func (*FaceConfigSpecResource) DeepCopyInto ¶
func (in *FaceConfigSpecResource) DeepCopyInto(out *FaceConfigSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FaceConfigStatus ¶
type FaceConfigStatus 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 (*FaceConfigStatus) DeepCopy ¶
func (in *FaceConfigStatus) DeepCopy() *FaceConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FaceConfigStatus.
func (*FaceConfigStatus) DeepCopyInto ¶
func (in *FaceConfigStatus) DeepCopyInto(out *FaceConfigStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.