Documentation ¶
Overview ¶
+groupName=graph.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 DatabaseDbInstance
- func (in *DatabaseDbInstance) DeepCopy() *DatabaseDbInstance
- func (in *DatabaseDbInstance) DeepCopyInto(out *DatabaseDbInstance)
- func (in *DatabaseDbInstance) DeepCopyObject() runtime.Object
- func (r *DatabaseDbInstance) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *DatabaseDbInstance) ValidateCreate() error
- func (r *DatabaseDbInstance) ValidateDelete() error
- func (r *DatabaseDbInstance) ValidateUpdate(old runtime.Object) error
- type DatabaseDbInstanceList
- type DatabaseDbInstanceSpec
- type DatabaseDbInstanceSpecDbInstanceIPArray
- type DatabaseDbInstanceSpecResource
- type DatabaseDbInstanceStatus
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: graph.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 DatabaseDbInstance ¶
type DatabaseDbInstance struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DatabaseDbInstanceSpec `json:"spec,omitempty"` Status DatabaseDbInstanceStatus `json:"status,omitempty"` }
func (*DatabaseDbInstance) DeepCopy ¶
func (in *DatabaseDbInstance) DeepCopy() *DatabaseDbInstance
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseDbInstance.
func (*DatabaseDbInstance) DeepCopyInto ¶
func (in *DatabaseDbInstance) DeepCopyInto(out *DatabaseDbInstance)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DatabaseDbInstance) DeepCopyObject ¶
func (in *DatabaseDbInstance) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*DatabaseDbInstance) SetupWebhookWithManager ¶
func (r *DatabaseDbInstance) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*DatabaseDbInstance) ValidateCreate ¶
func (r *DatabaseDbInstance) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*DatabaseDbInstance) ValidateDelete ¶
func (r *DatabaseDbInstance) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*DatabaseDbInstance) ValidateUpdate ¶
func (r *DatabaseDbInstance) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type DatabaseDbInstanceList ¶
type DatabaseDbInstanceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of DatabaseDbInstance CRD objects Items []DatabaseDbInstance `json:"items,omitempty"` }
DatabaseDbInstanceList is a list of DatabaseDbInstances
func (*DatabaseDbInstanceList) DeepCopy ¶
func (in *DatabaseDbInstanceList) DeepCopy() *DatabaseDbInstanceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseDbInstanceList.
func (*DatabaseDbInstanceList) DeepCopyInto ¶
func (in *DatabaseDbInstanceList) DeepCopyInto(out *DatabaseDbInstanceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DatabaseDbInstanceList) DeepCopyObject ¶
func (in *DatabaseDbInstanceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DatabaseDbInstanceSpec ¶
type DatabaseDbInstanceSpec struct { State *DatabaseDbInstanceSpecResource `json:"state,omitempty" tf:"-"` Resource DatabaseDbInstanceSpecResource `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 (*DatabaseDbInstanceSpec) DeepCopy ¶
func (in *DatabaseDbInstanceSpec) DeepCopy() *DatabaseDbInstanceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseDbInstanceSpec.
func (*DatabaseDbInstanceSpec) DeepCopyInto ¶
func (in *DatabaseDbInstanceSpec) DeepCopyInto(out *DatabaseDbInstanceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseDbInstanceSpecDbInstanceIPArray ¶
type DatabaseDbInstanceSpecDbInstanceIPArray struct { // +optional DbInstanceIPArrayAttribute *string `json:"dbInstanceIPArrayAttribute,omitempty" tf:"db_instance_ip_array_attribute"` // +optional DbInstanceIPArrayName *string `json:"dbInstanceIPArrayName,omitempty" tf:"db_instance_ip_array_name"` // +optional SecurityIPS *string `json:"securityIPS,omitempty" tf:"security_ips"` }
func (*DatabaseDbInstanceSpecDbInstanceIPArray) DeepCopy ¶
func (in *DatabaseDbInstanceSpecDbInstanceIPArray) DeepCopy() *DatabaseDbInstanceSpecDbInstanceIPArray
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseDbInstanceSpecDbInstanceIPArray.
func (*DatabaseDbInstanceSpecDbInstanceIPArray) DeepCopyInto ¶
func (in *DatabaseDbInstanceSpecDbInstanceIPArray) DeepCopyInto(out *DatabaseDbInstanceSpecDbInstanceIPArray)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseDbInstanceSpecResource ¶
type DatabaseDbInstanceSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` DbInstanceCategory *string `json:"dbInstanceCategory" tf:"db_instance_category"` // +optional DbInstanceDescription *string `json:"dbInstanceDescription,omitempty" tf:"db_instance_description"` // +optional DbInstanceIPArray []DatabaseDbInstanceSpecDbInstanceIPArray `json:"dbInstanceIPArray,omitempty" tf:"db_instance_ip_array"` DbInstanceNetworkType *string `json:"dbInstanceNetworkType" tf:"db_instance_network_type"` DbInstanceStorageType *string `json:"dbInstanceStorageType" tf:"db_instance_storage_type"` DbNodeClass *string `json:"dbNodeClass" tf:"db_node_class"` DbNodeStorage *int64 `json:"dbNodeStorage" tf:"db_node_storage"` DbVersion *string `json:"dbVersion" tf:"db_version"` PaymentType *string `json:"paymentType" tf:"payment_type"` // +optional Status *string `json:"status,omitempty" tf:"status"` // +optional VswitchID *string `json:"vswitchID,omitempty" tf:"vswitch_id"` // +optional ZoneID *string `json:"zoneID,omitempty" tf:"zone_id"` }
func (*DatabaseDbInstanceSpecResource) DeepCopy ¶
func (in *DatabaseDbInstanceSpecResource) DeepCopy() *DatabaseDbInstanceSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseDbInstanceSpecResource.
func (*DatabaseDbInstanceSpecResource) DeepCopyInto ¶
func (in *DatabaseDbInstanceSpecResource) DeepCopyInto(out *DatabaseDbInstanceSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseDbInstanceStatus ¶
type DatabaseDbInstanceStatus 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 (*DatabaseDbInstanceStatus) DeepCopy ¶
func (in *DatabaseDbInstanceStatus) DeepCopy() *DatabaseDbInstanceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseDbInstanceStatus.
func (*DatabaseDbInstanceStatus) DeepCopyInto ¶
func (in *DatabaseDbInstanceStatus) DeepCopyInto(out *DatabaseDbInstanceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.