Documentation ¶
Overview ¶
+groupName=data.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 WorksFolder
- func (in *WorksFolder) DeepCopy() *WorksFolder
- func (in *WorksFolder) DeepCopyInto(out *WorksFolder)
- func (in *WorksFolder) DeepCopyObject() runtime.Object
- func (r *WorksFolder) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *WorksFolder) ValidateCreate() error
- func (r *WorksFolder) ValidateDelete() error
- func (r *WorksFolder) ValidateUpdate(old runtime.Object) error
- type WorksFolderList
- type WorksFolderSpec
- type WorksFolderSpecResource
- type WorksFolderStatus
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: data.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 WorksFolder ¶
type WorksFolder struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec WorksFolderSpec `json:"spec,omitempty"` Status WorksFolderStatus `json:"status,omitempty"` }
func (*WorksFolder) DeepCopy ¶
func (in *WorksFolder) DeepCopy() *WorksFolder
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorksFolder.
func (*WorksFolder) DeepCopyInto ¶
func (in *WorksFolder) DeepCopyInto(out *WorksFolder)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorksFolder) DeepCopyObject ¶
func (in *WorksFolder) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*WorksFolder) SetupWebhookWithManager ¶
func (r *WorksFolder) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*WorksFolder) ValidateCreate ¶
func (r *WorksFolder) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*WorksFolder) ValidateDelete ¶
func (r *WorksFolder) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*WorksFolder) ValidateUpdate ¶
func (r *WorksFolder) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type WorksFolderList ¶
type WorksFolderList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of WorksFolder CRD objects Items []WorksFolder `json:"items,omitempty"` }
WorksFolderList is a list of WorksFolders
func (*WorksFolderList) DeepCopy ¶
func (in *WorksFolderList) DeepCopy() *WorksFolderList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorksFolderList.
func (*WorksFolderList) DeepCopyInto ¶
func (in *WorksFolderList) DeepCopyInto(out *WorksFolderList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorksFolderList) DeepCopyObject ¶
func (in *WorksFolderList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WorksFolderSpec ¶
type WorksFolderSpec struct { State *WorksFolderSpecResource `json:"state,omitempty" tf:"-"` Resource WorksFolderSpecResource `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 (*WorksFolderSpec) DeepCopy ¶
func (in *WorksFolderSpec) DeepCopy() *WorksFolderSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorksFolderSpec.
func (*WorksFolderSpec) DeepCopyInto ¶
func (in *WorksFolderSpec) DeepCopyInto(out *WorksFolderSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorksFolderSpecResource ¶
type WorksFolderSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional FolderID *string `json:"folderID,omitempty" tf:"folder_id"` FolderPath *string `json:"folderPath" tf:"folder_path"` // +optional ProjectID *string `json:"projectID,omitempty" tf:"project_id"` // +optional ProjectIdentifier *string `json:"projectIdentifier,omitempty" tf:"project_identifier"` }
func (*WorksFolderSpecResource) DeepCopy ¶
func (in *WorksFolderSpecResource) DeepCopy() *WorksFolderSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorksFolderSpecResource.
func (*WorksFolderSpecResource) DeepCopyInto ¶
func (in *WorksFolderSpecResource) DeepCopyInto(out *WorksFolderSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorksFolderStatus ¶
type WorksFolderStatus 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 (*WorksFolderStatus) DeepCopy ¶
func (in *WorksFolderStatus) DeepCopy() *WorksFolderStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorksFolderStatus.
func (*WorksFolderStatus) DeepCopyInto ¶
func (in *WorksFolderStatus) DeepCopyInto(out *WorksFolderStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.