Documentation ¶
Overview ¶
+groupName=macie.aws.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 MemberAccountAssociation
- func (in *MemberAccountAssociation) DeepCopy() *MemberAccountAssociation
- func (in *MemberAccountAssociation) DeepCopyInto(out *MemberAccountAssociation)
- func (in *MemberAccountAssociation) DeepCopyObject() runtime.Object
- func (r *MemberAccountAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *MemberAccountAssociation) ValidateCreate() error
- func (r *MemberAccountAssociation) ValidateDelete() error
- func (r *MemberAccountAssociation) ValidateUpdate(old runtime.Object) error
- type MemberAccountAssociationList
- type MemberAccountAssociationSpec
- type MemberAccountAssociationSpecResource
- type MemberAccountAssociationStatus
- type S3BucketAssociation
- func (in *S3BucketAssociation) DeepCopy() *S3BucketAssociation
- func (in *S3BucketAssociation) DeepCopyInto(out *S3BucketAssociation)
- func (in *S3BucketAssociation) DeepCopyObject() runtime.Object
- func (r *S3BucketAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *S3BucketAssociation) ValidateCreate() error
- func (r *S3BucketAssociation) ValidateDelete() error
- func (r *S3BucketAssociation) ValidateUpdate(old runtime.Object) error
- type S3BucketAssociationList
- type S3BucketAssociationSpec
- type S3BucketAssociationSpecClassificationType
- type S3BucketAssociationSpecClassificationTypeCodec
- type S3BucketAssociationSpecResource
- type S3BucketAssociationStatus
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: macie.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type MemberAccountAssociation ¶
type MemberAccountAssociation struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec MemberAccountAssociationSpec `json:"spec,omitempty"` Status MemberAccountAssociationStatus `json:"status,omitempty"` }
func (*MemberAccountAssociation) DeepCopy ¶
func (in *MemberAccountAssociation) DeepCopy() *MemberAccountAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemberAccountAssociation.
func (*MemberAccountAssociation) DeepCopyInto ¶
func (in *MemberAccountAssociation) DeepCopyInto(out *MemberAccountAssociation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MemberAccountAssociation) DeepCopyObject ¶
func (in *MemberAccountAssociation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*MemberAccountAssociation) SetupWebhookWithManager ¶
func (r *MemberAccountAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*MemberAccountAssociation) ValidateCreate ¶
func (r *MemberAccountAssociation) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*MemberAccountAssociation) ValidateDelete ¶
func (r *MemberAccountAssociation) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*MemberAccountAssociation) ValidateUpdate ¶
func (r *MemberAccountAssociation) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type MemberAccountAssociationList ¶
type MemberAccountAssociationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of MemberAccountAssociation CRD objects Items []MemberAccountAssociation `json:"items,omitempty"` }
MemberAccountAssociationList is a list of MemberAccountAssociations
func (*MemberAccountAssociationList) DeepCopy ¶
func (in *MemberAccountAssociationList) DeepCopy() *MemberAccountAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemberAccountAssociationList.
func (*MemberAccountAssociationList) DeepCopyInto ¶
func (in *MemberAccountAssociationList) DeepCopyInto(out *MemberAccountAssociationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MemberAccountAssociationList) DeepCopyObject ¶
func (in *MemberAccountAssociationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MemberAccountAssociationSpec ¶
type MemberAccountAssociationSpec struct { State *MemberAccountAssociationSpecResource `json:"state,omitempty" tf:"-"` Resource MemberAccountAssociationSpecResource `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 (*MemberAccountAssociationSpec) DeepCopy ¶
func (in *MemberAccountAssociationSpec) DeepCopy() *MemberAccountAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemberAccountAssociationSpec.
func (*MemberAccountAssociationSpec) DeepCopyInto ¶
func (in *MemberAccountAssociationSpec) DeepCopyInto(out *MemberAccountAssociationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MemberAccountAssociationSpecResource ¶
type MemberAccountAssociationSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` MemberAccountID *string `json:"memberAccountID" tf:"member_account_id"` }
func (*MemberAccountAssociationSpecResource) DeepCopy ¶
func (in *MemberAccountAssociationSpecResource) DeepCopy() *MemberAccountAssociationSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemberAccountAssociationSpecResource.
func (*MemberAccountAssociationSpecResource) DeepCopyInto ¶
func (in *MemberAccountAssociationSpecResource) DeepCopyInto(out *MemberAccountAssociationSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MemberAccountAssociationStatus ¶
type MemberAccountAssociationStatus 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 (*MemberAccountAssociationStatus) DeepCopy ¶
func (in *MemberAccountAssociationStatus) DeepCopy() *MemberAccountAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemberAccountAssociationStatus.
func (*MemberAccountAssociationStatus) DeepCopyInto ¶
func (in *MemberAccountAssociationStatus) DeepCopyInto(out *MemberAccountAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type S3BucketAssociation ¶
type S3BucketAssociation struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec S3BucketAssociationSpec `json:"spec,omitempty"` Status S3BucketAssociationStatus `json:"status,omitempty"` }
func (*S3BucketAssociation) DeepCopy ¶
func (in *S3BucketAssociation) DeepCopy() *S3BucketAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new S3BucketAssociation.
func (*S3BucketAssociation) DeepCopyInto ¶
func (in *S3BucketAssociation) DeepCopyInto(out *S3BucketAssociation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*S3BucketAssociation) DeepCopyObject ¶
func (in *S3BucketAssociation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*S3BucketAssociation) SetupWebhookWithManager ¶
func (r *S3BucketAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*S3BucketAssociation) ValidateCreate ¶
func (r *S3BucketAssociation) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*S3BucketAssociation) ValidateDelete ¶
func (r *S3BucketAssociation) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*S3BucketAssociation) ValidateUpdate ¶
func (r *S3BucketAssociation) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type S3BucketAssociationList ¶
type S3BucketAssociationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of S3BucketAssociation CRD objects Items []S3BucketAssociation `json:"items,omitempty"` }
S3BucketAssociationList is a list of S3BucketAssociations
func (*S3BucketAssociationList) DeepCopy ¶
func (in *S3BucketAssociationList) DeepCopy() *S3BucketAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new S3BucketAssociationList.
func (*S3BucketAssociationList) DeepCopyInto ¶
func (in *S3BucketAssociationList) DeepCopyInto(out *S3BucketAssociationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*S3BucketAssociationList) DeepCopyObject ¶
func (in *S3BucketAssociationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type S3BucketAssociationSpec ¶
type S3BucketAssociationSpec struct { State *S3BucketAssociationSpecResource `json:"state,omitempty" tf:"-"` Resource S3BucketAssociationSpecResource `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 (*S3BucketAssociationSpec) DeepCopy ¶
func (in *S3BucketAssociationSpec) DeepCopy() *S3BucketAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new S3BucketAssociationSpec.
func (*S3BucketAssociationSpec) DeepCopyInto ¶
func (in *S3BucketAssociationSpec) DeepCopyInto(out *S3BucketAssociationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type S3BucketAssociationSpecClassificationType ¶
type S3BucketAssociationSpecClassificationType struct { // +optional Continuous *string `json:"continuous,omitempty" tf:"continuous"` // +optional OneTime *string `json:"oneTime,omitempty" tf:"one_time"` }
func (*S3BucketAssociationSpecClassificationType) DeepCopy ¶
func (in *S3BucketAssociationSpecClassificationType) DeepCopy() *S3BucketAssociationSpecClassificationType
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new S3BucketAssociationSpecClassificationType.
func (*S3BucketAssociationSpecClassificationType) DeepCopyInto ¶
func (in *S3BucketAssociationSpecClassificationType) DeepCopyInto(out *S3BucketAssociationSpecClassificationType)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type S3BucketAssociationSpecClassificationTypeCodec ¶
type S3BucketAssociationSpecClassificationTypeCodec struct { }
+k8s:deepcopy-gen=false
func (S3BucketAssociationSpecClassificationTypeCodec) Decode ¶
func (S3BucketAssociationSpecClassificationTypeCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type S3BucketAssociationSpecResource ¶
type S3BucketAssociationSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` BucketName *string `json:"bucketName" tf:"bucket_name"` // +optional ClassificationType *S3BucketAssociationSpecClassificationType `json:"classificationType,omitempty" tf:"classification_type"` // +optional MemberAccountID *string `json:"memberAccountID,omitempty" tf:"member_account_id"` // +optional Prefix *string `json:"prefix,omitempty" tf:"prefix"` }
func (*S3BucketAssociationSpecResource) DeepCopy ¶
func (in *S3BucketAssociationSpecResource) DeepCopy() *S3BucketAssociationSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new S3BucketAssociationSpecResource.
func (*S3BucketAssociationSpecResource) DeepCopyInto ¶
func (in *S3BucketAssociationSpecResource) DeepCopyInto(out *S3BucketAssociationSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type S3BucketAssociationStatus ¶
type S3BucketAssociationStatus 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 (*S3BucketAssociationStatus) DeepCopy ¶
func (in *S3BucketAssociationStatus) DeepCopy() *S3BucketAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new S3BucketAssociationStatus.
func (*S3BucketAssociationStatus) DeepCopyInto ¶
func (in *S3BucketAssociationStatus) DeepCopyInto(out *S3BucketAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.