Documentation ¶
Overview ¶
+groupName=direct.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 MailDomain
- func (in *MailDomain) DeepCopy() *MailDomain
- func (in *MailDomain) DeepCopyInto(out *MailDomain)
- func (in *MailDomain) DeepCopyObject() runtime.Object
- func (r *MailDomain) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *MailDomain) ValidateCreate() error
- func (r *MailDomain) ValidateDelete() error
- func (r *MailDomain) ValidateUpdate(old runtime.Object) error
- type MailDomainList
- type MailDomainSpec
- type MailDomainSpecResource
- type MailDomainStatus
- type MailMailAddress
- func (in *MailMailAddress) DeepCopy() *MailMailAddress
- func (in *MailMailAddress) DeepCopyInto(out *MailMailAddress)
- func (in *MailMailAddress) DeepCopyObject() runtime.Object
- func (r *MailMailAddress) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *MailMailAddress) ValidateCreate() error
- func (r *MailMailAddress) ValidateDelete() error
- func (r *MailMailAddress) ValidateUpdate(old runtime.Object) error
- type MailMailAddressList
- type MailMailAddressSpec
- type MailMailAddressSpecResource
- type MailMailAddressStatus
- type MailReceivers
- func (in *MailReceivers) DeepCopy() *MailReceivers
- func (in *MailReceivers) DeepCopyInto(out *MailReceivers)
- func (in *MailReceivers) DeepCopyObject() runtime.Object
- func (r *MailReceivers) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *MailReceivers) ValidateCreate() error
- func (r *MailReceivers) ValidateDelete() error
- func (r *MailReceivers) ValidateUpdate(old runtime.Object) error
- type MailReceiversList
- type MailReceiversSpec
- type MailReceiversSpecResource
- type MailReceiversStatus
- type MailTag
- func (in *MailTag) DeepCopy() *MailTag
- func (in *MailTag) DeepCopyInto(out *MailTag)
- func (in *MailTag) DeepCopyObject() runtime.Object
- func (r *MailTag) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *MailTag) ValidateCreate() error
- func (r *MailTag) ValidateDelete() error
- func (r *MailTag) ValidateUpdate(old runtime.Object) error
- type MailTagList
- type MailTagSpec
- type MailTagSpecResource
- type MailTagStatus
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: direct.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 MailDomain ¶ added in v0.4.0
type MailDomain struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec MailDomainSpec `json:"spec,omitempty"` Status MailDomainStatus `json:"status,omitempty"` }
func (*MailDomain) DeepCopy ¶ added in v0.4.0
func (in *MailDomain) DeepCopy() *MailDomain
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailDomain.
func (*MailDomain) DeepCopyInto ¶ added in v0.4.0
func (in *MailDomain) DeepCopyInto(out *MailDomain)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MailDomain) DeepCopyObject ¶ added in v0.4.0
func (in *MailDomain) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*MailDomain) SetupWebhookWithManager ¶ added in v0.4.0
func (r *MailDomain) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*MailDomain) ValidateCreate ¶ added in v0.4.0
func (r *MailDomain) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*MailDomain) ValidateDelete ¶ added in v0.4.0
func (r *MailDomain) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*MailDomain) ValidateUpdate ¶ added in v0.4.0
func (r *MailDomain) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type MailDomainList ¶ added in v0.4.0
type MailDomainList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of MailDomain CRD objects Items []MailDomain `json:"items,omitempty"` }
MailDomainList is a list of MailDomains
func (*MailDomainList) DeepCopy ¶ added in v0.4.0
func (in *MailDomainList) DeepCopy() *MailDomainList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailDomainList.
func (*MailDomainList) DeepCopyInto ¶ added in v0.4.0
func (in *MailDomainList) DeepCopyInto(out *MailDomainList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MailDomainList) DeepCopyObject ¶ added in v0.4.0
func (in *MailDomainList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MailDomainSpec ¶ added in v0.4.0
type MailDomainSpec struct { State *MailDomainSpecResource `json:"state,omitempty" tf:"-"` Resource MailDomainSpecResource `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 (*MailDomainSpec) DeepCopy ¶ added in v0.4.0
func (in *MailDomainSpec) DeepCopy() *MailDomainSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailDomainSpec.
func (*MailDomainSpec) DeepCopyInto ¶ added in v0.4.0
func (in *MailDomainSpec) DeepCopyInto(out *MailDomainSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MailDomainSpecResource ¶ added in v0.4.0
type MailDomainSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` DomainName *string `json:"domainName" tf:"domain_name"` // +optional Status *string `json:"status,omitempty" tf:"status"` }
func (*MailDomainSpecResource) DeepCopy ¶ added in v0.4.0
func (in *MailDomainSpecResource) DeepCopy() *MailDomainSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailDomainSpecResource.
func (*MailDomainSpecResource) DeepCopyInto ¶ added in v0.4.0
func (in *MailDomainSpecResource) DeepCopyInto(out *MailDomainSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MailDomainStatus ¶ added in v0.4.0
type MailDomainStatus 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 (*MailDomainStatus) DeepCopy ¶ added in v0.4.0
func (in *MailDomainStatus) DeepCopy() *MailDomainStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailDomainStatus.
func (*MailDomainStatus) DeepCopyInto ¶ added in v0.4.0
func (in *MailDomainStatus) DeepCopyInto(out *MailDomainStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MailMailAddress ¶ added in v0.4.0
type MailMailAddress struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec MailMailAddressSpec `json:"spec,omitempty"` Status MailMailAddressStatus `json:"status,omitempty"` }
func (*MailMailAddress) DeepCopy ¶ added in v0.4.0
func (in *MailMailAddress) DeepCopy() *MailMailAddress
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailMailAddress.
func (*MailMailAddress) DeepCopyInto ¶ added in v0.4.0
func (in *MailMailAddress) DeepCopyInto(out *MailMailAddress)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MailMailAddress) DeepCopyObject ¶ added in v0.4.0
func (in *MailMailAddress) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*MailMailAddress) SetupWebhookWithManager ¶ added in v0.4.0
func (r *MailMailAddress) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*MailMailAddress) ValidateCreate ¶ added in v0.4.0
func (r *MailMailAddress) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*MailMailAddress) ValidateDelete ¶ added in v0.4.0
func (r *MailMailAddress) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*MailMailAddress) ValidateUpdate ¶ added in v0.4.0
func (r *MailMailAddress) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type MailMailAddressList ¶ added in v0.4.0
type MailMailAddressList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of MailMailAddress CRD objects Items []MailMailAddress `json:"items,omitempty"` }
MailMailAddressList is a list of MailMailAddresss
func (*MailMailAddressList) DeepCopy ¶ added in v0.4.0
func (in *MailMailAddressList) DeepCopy() *MailMailAddressList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailMailAddressList.
func (*MailMailAddressList) DeepCopyInto ¶ added in v0.4.0
func (in *MailMailAddressList) DeepCopyInto(out *MailMailAddressList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MailMailAddressList) DeepCopyObject ¶ added in v0.4.0
func (in *MailMailAddressList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MailMailAddressSpec ¶ added in v0.4.0
type MailMailAddressSpec struct { State *MailMailAddressSpecResource `json:"state,omitempty" tf:"-"` Resource MailMailAddressSpecResource `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 (*MailMailAddressSpec) DeepCopy ¶ added in v0.4.0
func (in *MailMailAddressSpec) DeepCopy() *MailMailAddressSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailMailAddressSpec.
func (*MailMailAddressSpec) DeepCopyInto ¶ added in v0.4.0
func (in *MailMailAddressSpec) DeepCopyInto(out *MailMailAddressSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MailMailAddressSpecResource ¶ added in v0.4.0
type MailMailAddressSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` AccountName *string `json:"accountName" tf:"account_name"` // +optional Password *string `json:"password,omitempty" tf:"password"` // +optional ReplyAddress *string `json:"replyAddress,omitempty" tf:"reply_address"` Sendtype *string `json:"sendtype" tf:"sendtype"` // +optional Status *string `json:"status,omitempty" tf:"status"` }
func (*MailMailAddressSpecResource) DeepCopy ¶ added in v0.4.0
func (in *MailMailAddressSpecResource) DeepCopy() *MailMailAddressSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailMailAddressSpecResource.
func (*MailMailAddressSpecResource) DeepCopyInto ¶ added in v0.4.0
func (in *MailMailAddressSpecResource) DeepCopyInto(out *MailMailAddressSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MailMailAddressStatus ¶ added in v0.4.0
type MailMailAddressStatus 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 (*MailMailAddressStatus) DeepCopy ¶ added in v0.4.0
func (in *MailMailAddressStatus) DeepCopy() *MailMailAddressStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailMailAddressStatus.
func (*MailMailAddressStatus) DeepCopyInto ¶ added in v0.4.0
func (in *MailMailAddressStatus) DeepCopyInto(out *MailMailAddressStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MailReceivers ¶
type MailReceivers struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec MailReceiversSpec `json:"spec,omitempty"` Status MailReceiversStatus `json:"status,omitempty"` }
func (*MailReceivers) DeepCopy ¶
func (in *MailReceivers) DeepCopy() *MailReceivers
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailReceivers.
func (*MailReceivers) DeepCopyInto ¶
func (in *MailReceivers) DeepCopyInto(out *MailReceivers)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MailReceivers) DeepCopyObject ¶
func (in *MailReceivers) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*MailReceivers) SetupWebhookWithManager ¶
func (r *MailReceivers) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*MailReceivers) ValidateCreate ¶
func (r *MailReceivers) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*MailReceivers) ValidateDelete ¶
func (r *MailReceivers) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*MailReceivers) ValidateUpdate ¶
func (r *MailReceivers) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type MailReceiversList ¶
type MailReceiversList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of MailReceivers CRD objects Items []MailReceivers `json:"items,omitempty"` }
MailReceiversList is a list of MailReceiverss
func (*MailReceiversList) DeepCopy ¶
func (in *MailReceiversList) DeepCopy() *MailReceiversList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailReceiversList.
func (*MailReceiversList) DeepCopyInto ¶
func (in *MailReceiversList) DeepCopyInto(out *MailReceiversList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MailReceiversList) DeepCopyObject ¶
func (in *MailReceiversList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MailReceiversSpec ¶
type MailReceiversSpec struct { State *MailReceiversSpecResource `json:"state,omitempty" tf:"-"` Resource MailReceiversSpecResource `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 (*MailReceiversSpec) DeepCopy ¶
func (in *MailReceiversSpec) DeepCopy() *MailReceiversSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailReceiversSpec.
func (*MailReceiversSpec) DeepCopyInto ¶
func (in *MailReceiversSpec) DeepCopyInto(out *MailReceiversSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MailReceiversSpecResource ¶
type MailReceiversSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional Description *string `json:"description,omitempty" tf:"description"` ReceiversAlias *string `json:"receiversAlias" tf:"receivers_alias"` ReceiversName *string `json:"receiversName" tf:"receivers_name"` // +optional Status *int64 `json:"status,omitempty" tf:"status"` }
func (*MailReceiversSpecResource) DeepCopy ¶
func (in *MailReceiversSpecResource) DeepCopy() *MailReceiversSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailReceiversSpecResource.
func (*MailReceiversSpecResource) DeepCopyInto ¶
func (in *MailReceiversSpecResource) DeepCopyInto(out *MailReceiversSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MailReceiversStatus ¶
type MailReceiversStatus 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 (*MailReceiversStatus) DeepCopy ¶
func (in *MailReceiversStatus) DeepCopy() *MailReceiversStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailReceiversStatus.
func (*MailReceiversStatus) DeepCopyInto ¶
func (in *MailReceiversStatus) DeepCopyInto(out *MailReceiversStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MailTag ¶ added in v0.5.0
type MailTag struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec MailTagSpec `json:"spec,omitempty"` Status MailTagStatus `json:"status,omitempty"` }
func (*MailTag) DeepCopy ¶ added in v0.5.0
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailTag.
func (*MailTag) DeepCopyInto ¶ added in v0.5.0
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MailTag) DeepCopyObject ¶ added in v0.5.0
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*MailTag) SetupWebhookWithManager ¶ added in v0.5.0
func (*MailTag) ValidateCreate ¶ added in v0.5.0
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*MailTag) ValidateDelete ¶ added in v0.5.0
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type MailTagList ¶ added in v0.5.0
type MailTagList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of MailTag CRD objects Items []MailTag `json:"items,omitempty"` }
MailTagList is a list of MailTags
func (*MailTagList) DeepCopy ¶ added in v0.5.0
func (in *MailTagList) DeepCopy() *MailTagList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailTagList.
func (*MailTagList) DeepCopyInto ¶ added in v0.5.0
func (in *MailTagList) DeepCopyInto(out *MailTagList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MailTagList) DeepCopyObject ¶ added in v0.5.0
func (in *MailTagList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MailTagSpec ¶ added in v0.5.0
type MailTagSpec struct { State *MailTagSpecResource `json:"state,omitempty" tf:"-"` Resource MailTagSpecResource `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 (*MailTagSpec) DeepCopy ¶ added in v0.5.0
func (in *MailTagSpec) DeepCopy() *MailTagSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailTagSpec.
func (*MailTagSpec) DeepCopyInto ¶ added in v0.5.0
func (in *MailTagSpec) DeepCopyInto(out *MailTagSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MailTagSpecResource ¶ added in v0.5.0
type MailTagSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` TagName *string `json:"tagName" tf:"tag_name"` }
func (*MailTagSpecResource) DeepCopy ¶ added in v0.5.0
func (in *MailTagSpecResource) DeepCopy() *MailTagSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailTagSpecResource.
func (*MailTagSpecResource) DeepCopyInto ¶ added in v0.5.0
func (in *MailTagSpecResource) DeepCopyInto(out *MailTagSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MailTagStatus ¶ added in v0.5.0
type MailTagStatus 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 (*MailTagStatus) DeepCopy ¶ added in v0.5.0
func (in *MailTagStatus) DeepCopy() *MailTagStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MailTagStatus.
func (*MailTagStatus) DeepCopyInto ¶ added in v0.5.0
func (in *MailTagStatus) DeepCopyInto(out *MailTagStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.