Documentation ¶
Overview ¶
+groupName=s3control.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 Bucket
- func (in *Bucket) DeepCopy() *Bucket
- func (in *Bucket) DeepCopyInto(out *Bucket)
- func (in *Bucket) DeepCopyObject() runtime.Object
- func (r *Bucket) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Bucket) ValidateCreate() error
- func (r *Bucket) ValidateDelete() error
- func (r *Bucket) ValidateUpdate(old runtime.Object) error
- type BucketLifecycleConfiguration
- func (in *BucketLifecycleConfiguration) DeepCopy() *BucketLifecycleConfiguration
- func (in *BucketLifecycleConfiguration) DeepCopyInto(out *BucketLifecycleConfiguration)
- func (in *BucketLifecycleConfiguration) DeepCopyObject() runtime.Object
- func (r *BucketLifecycleConfiguration) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *BucketLifecycleConfiguration) ValidateCreate() error
- func (r *BucketLifecycleConfiguration) ValidateDelete() error
- func (r *BucketLifecycleConfiguration) ValidateUpdate(old runtime.Object) error
- type BucketLifecycleConfigurationList
- type BucketLifecycleConfigurationSpec
- type BucketLifecycleConfigurationSpecResource
- type BucketLifecycleConfigurationSpecRule
- type BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload
- func (in *BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload) DeepCopy() *BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload
- func (in *BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload) DeepCopyInto(out *BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload)
- type BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUploadCodec
- func (BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUploadCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
- func (BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUploadCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
- func (BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUploadCodec) IsEmpty(ptr unsafe.Pointer) bool
- type BucketLifecycleConfigurationSpecRuleExpiration
- type BucketLifecycleConfigurationSpecRuleExpirationCodec
- func (BucketLifecycleConfigurationSpecRuleExpirationCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
- func (BucketLifecycleConfigurationSpecRuleExpirationCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
- func (BucketLifecycleConfigurationSpecRuleExpirationCodec) IsEmpty(ptr unsafe.Pointer) bool
- type BucketLifecycleConfigurationSpecRuleFilter
- type BucketLifecycleConfigurationSpecRuleFilterCodec
- func (BucketLifecycleConfigurationSpecRuleFilterCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
- func (BucketLifecycleConfigurationSpecRuleFilterCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
- func (BucketLifecycleConfigurationSpecRuleFilterCodec) IsEmpty(ptr unsafe.Pointer) bool
- type BucketLifecycleConfigurationStatus
- type BucketList
- type BucketPolicy
- func (in *BucketPolicy) DeepCopy() *BucketPolicy
- func (in *BucketPolicy) DeepCopyInto(out *BucketPolicy)
- func (in *BucketPolicy) DeepCopyObject() runtime.Object
- func (r *BucketPolicy) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *BucketPolicy) ValidateCreate() error
- func (r *BucketPolicy) ValidateDelete() error
- func (r *BucketPolicy) ValidateUpdate(old runtime.Object) error
- type BucketPolicyList
- type BucketPolicySpec
- type BucketPolicySpecResource
- type BucketPolicyStatus
- type BucketSpec
- type BucketSpecResource
- type BucketStatus
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: s3control.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 Bucket ¶
type Bucket struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BucketSpec `json:"spec,omitempty"` Status BucketStatus `json:"status,omitempty"` }
func (*Bucket) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Bucket.
func (*Bucket) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Bucket) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Bucket) SetupWebhookWithManager ¶
func (*Bucket) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Bucket) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type BucketLifecycleConfiguration ¶
type BucketLifecycleConfiguration struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BucketLifecycleConfigurationSpec `json:"spec,omitempty"` Status BucketLifecycleConfigurationStatus `json:"status,omitempty"` }
func (*BucketLifecycleConfiguration) DeepCopy ¶
func (in *BucketLifecycleConfiguration) DeepCopy() *BucketLifecycleConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketLifecycleConfiguration.
func (*BucketLifecycleConfiguration) DeepCopyInto ¶
func (in *BucketLifecycleConfiguration) DeepCopyInto(out *BucketLifecycleConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BucketLifecycleConfiguration) DeepCopyObject ¶
func (in *BucketLifecycleConfiguration) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*BucketLifecycleConfiguration) SetupWebhookWithManager ¶
func (r *BucketLifecycleConfiguration) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*BucketLifecycleConfiguration) ValidateCreate ¶
func (r *BucketLifecycleConfiguration) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*BucketLifecycleConfiguration) ValidateDelete ¶
func (r *BucketLifecycleConfiguration) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*BucketLifecycleConfiguration) ValidateUpdate ¶
func (r *BucketLifecycleConfiguration) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type BucketLifecycleConfigurationList ¶
type BucketLifecycleConfigurationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of BucketLifecycleConfiguration CRD objects Items []BucketLifecycleConfiguration `json:"items,omitempty"` }
BucketLifecycleConfigurationList is a list of BucketLifecycleConfigurations
func (*BucketLifecycleConfigurationList) DeepCopy ¶
func (in *BucketLifecycleConfigurationList) DeepCopy() *BucketLifecycleConfigurationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketLifecycleConfigurationList.
func (*BucketLifecycleConfigurationList) DeepCopyInto ¶
func (in *BucketLifecycleConfigurationList) DeepCopyInto(out *BucketLifecycleConfigurationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BucketLifecycleConfigurationList) DeepCopyObject ¶
func (in *BucketLifecycleConfigurationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BucketLifecycleConfigurationSpec ¶
type BucketLifecycleConfigurationSpec struct { KubeformOutput *BucketLifecycleConfigurationSpecResource `json:"kubeformOutput,omitempty" tf:"-"` Resource BucketLifecycleConfigurationSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` }
func (*BucketLifecycleConfigurationSpec) DeepCopy ¶
func (in *BucketLifecycleConfigurationSpec) DeepCopy() *BucketLifecycleConfigurationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketLifecycleConfigurationSpec.
func (*BucketLifecycleConfigurationSpec) DeepCopyInto ¶
func (in *BucketLifecycleConfigurationSpec) DeepCopyInto(out *BucketLifecycleConfigurationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BucketLifecycleConfigurationSpecResource ¶
type BucketLifecycleConfigurationSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` Bucket *string `json:"bucket" tf:"bucket"` // +kubebuilder:validation:MinItems=1 Rule []BucketLifecycleConfigurationSpecRule `json:"rule" tf:"rule"` }
func (*BucketLifecycleConfigurationSpecResource) DeepCopy ¶
func (in *BucketLifecycleConfigurationSpecResource) DeepCopy() *BucketLifecycleConfigurationSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketLifecycleConfigurationSpecResource.
func (*BucketLifecycleConfigurationSpecResource) DeepCopyInto ¶
func (in *BucketLifecycleConfigurationSpecResource) DeepCopyInto(out *BucketLifecycleConfigurationSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BucketLifecycleConfigurationSpecRule ¶
type BucketLifecycleConfigurationSpecRule struct { // +optional AbortIncompleteMultipartUpload *BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload `json:"abortIncompleteMultipartUpload,omitempty" tf:"abort_incomplete_multipart_upload"` // +optional Expiration *BucketLifecycleConfigurationSpecRuleExpiration `json:"expiration,omitempty" tf:"expiration"` // +optional Filter *BucketLifecycleConfigurationSpecRuleFilter `json:"filter,omitempty" tf:"filter"` ID *string `json:"ID" tf:"id"` // +optional Status *string `json:"status,omitempty" tf:"status"` }
func (*BucketLifecycleConfigurationSpecRule) DeepCopy ¶
func (in *BucketLifecycleConfigurationSpecRule) DeepCopy() *BucketLifecycleConfigurationSpecRule
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketLifecycleConfigurationSpecRule.
func (*BucketLifecycleConfigurationSpecRule) DeepCopyInto ¶
func (in *BucketLifecycleConfigurationSpecRule) DeepCopyInto(out *BucketLifecycleConfigurationSpecRule)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload ¶
type BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload struct {
DaysAfterInitiation *int64 `json:"daysAfterInitiation" tf:"days_after_initiation"`
}
func (*BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload) DeepCopy ¶
func (in *BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload) DeepCopy() *BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload.
func (*BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload) DeepCopyInto ¶
func (in *BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload) DeepCopyInto(out *BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUpload)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUploadCodec ¶
type BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUploadCodec struct { }
+k8s:deepcopy-gen=false
func (BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUploadCodec) Decode ¶
func (BucketLifecycleConfigurationSpecRuleAbortIncompleteMultipartUploadCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type BucketLifecycleConfigurationSpecRuleExpiration ¶
type BucketLifecycleConfigurationSpecRuleExpiration struct { // +optional Date *string `json:"date,omitempty" tf:"date"` // +optional Days *int64 `json:"days,omitempty" tf:"days"` // +optional ExpiredObjectDeleteMarker *bool `json:"expiredObjectDeleteMarker,omitempty" tf:"expired_object_delete_marker"` }
func (*BucketLifecycleConfigurationSpecRuleExpiration) DeepCopy ¶
func (in *BucketLifecycleConfigurationSpecRuleExpiration) DeepCopy() *BucketLifecycleConfigurationSpecRuleExpiration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketLifecycleConfigurationSpecRuleExpiration.
func (*BucketLifecycleConfigurationSpecRuleExpiration) DeepCopyInto ¶
func (in *BucketLifecycleConfigurationSpecRuleExpiration) DeepCopyInto(out *BucketLifecycleConfigurationSpecRuleExpiration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BucketLifecycleConfigurationSpecRuleExpirationCodec ¶
type BucketLifecycleConfigurationSpecRuleExpirationCodec struct { }
+k8s:deepcopy-gen=false
func (BucketLifecycleConfigurationSpecRuleExpirationCodec) Decode ¶
func (BucketLifecycleConfigurationSpecRuleExpirationCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type BucketLifecycleConfigurationSpecRuleFilter ¶
type BucketLifecycleConfigurationSpecRuleFilter struct { // +optional Prefix *string `json:"prefix,omitempty" tf:"prefix"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` }
func (*BucketLifecycleConfigurationSpecRuleFilter) DeepCopy ¶
func (in *BucketLifecycleConfigurationSpecRuleFilter) DeepCopy() *BucketLifecycleConfigurationSpecRuleFilter
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketLifecycleConfigurationSpecRuleFilter.
func (*BucketLifecycleConfigurationSpecRuleFilter) DeepCopyInto ¶
func (in *BucketLifecycleConfigurationSpecRuleFilter) DeepCopyInto(out *BucketLifecycleConfigurationSpecRuleFilter)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BucketLifecycleConfigurationSpecRuleFilterCodec ¶
type BucketLifecycleConfigurationSpecRuleFilterCodec struct { }
+k8s:deepcopy-gen=false
func (BucketLifecycleConfigurationSpecRuleFilterCodec) Decode ¶
func (BucketLifecycleConfigurationSpecRuleFilterCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type BucketLifecycleConfigurationStatus ¶
type BucketLifecycleConfigurationStatus 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 (*BucketLifecycleConfigurationStatus) DeepCopy ¶
func (in *BucketLifecycleConfigurationStatus) DeepCopy() *BucketLifecycleConfigurationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketLifecycleConfigurationStatus.
func (*BucketLifecycleConfigurationStatus) DeepCopyInto ¶
func (in *BucketLifecycleConfigurationStatus) DeepCopyInto(out *BucketLifecycleConfigurationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BucketList ¶
type BucketList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Bucket CRD objects Items []Bucket `json:"items,omitempty"` }
BucketList is a list of Buckets
func (*BucketList) DeepCopy ¶
func (in *BucketList) DeepCopy() *BucketList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketList.
func (*BucketList) DeepCopyInto ¶
func (in *BucketList) DeepCopyInto(out *BucketList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BucketList) DeepCopyObject ¶
func (in *BucketList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BucketPolicy ¶
type BucketPolicy struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BucketPolicySpec `json:"spec,omitempty"` Status BucketPolicyStatus `json:"status,omitempty"` }
func (*BucketPolicy) DeepCopy ¶
func (in *BucketPolicy) DeepCopy() *BucketPolicy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketPolicy.
func (*BucketPolicy) DeepCopyInto ¶
func (in *BucketPolicy) DeepCopyInto(out *BucketPolicy)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BucketPolicy) DeepCopyObject ¶
func (in *BucketPolicy) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*BucketPolicy) SetupWebhookWithManager ¶
func (r *BucketPolicy) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*BucketPolicy) ValidateCreate ¶
func (r *BucketPolicy) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*BucketPolicy) ValidateDelete ¶
func (r *BucketPolicy) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*BucketPolicy) ValidateUpdate ¶
func (r *BucketPolicy) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type BucketPolicyList ¶
type BucketPolicyList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of BucketPolicy CRD objects Items []BucketPolicy `json:"items,omitempty"` }
BucketPolicyList is a list of BucketPolicys
func (*BucketPolicyList) DeepCopy ¶
func (in *BucketPolicyList) DeepCopy() *BucketPolicyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketPolicyList.
func (*BucketPolicyList) DeepCopyInto ¶
func (in *BucketPolicyList) DeepCopyInto(out *BucketPolicyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BucketPolicyList) DeepCopyObject ¶
func (in *BucketPolicyList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BucketPolicySpec ¶
type BucketPolicySpec struct { KubeformOutput *BucketPolicySpecResource `json:"kubeformOutput,omitempty" tf:"-"` Resource BucketPolicySpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` }
func (*BucketPolicySpec) DeepCopy ¶
func (in *BucketPolicySpec) DeepCopy() *BucketPolicySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketPolicySpec.
func (*BucketPolicySpec) DeepCopyInto ¶
func (in *BucketPolicySpec) DeepCopyInto(out *BucketPolicySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BucketPolicySpecResource ¶
type BucketPolicySpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` Bucket *string `json:"bucket" tf:"bucket"` Policy *string `json:"policy" tf:"policy"` }
func (*BucketPolicySpecResource) DeepCopy ¶
func (in *BucketPolicySpecResource) DeepCopy() *BucketPolicySpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketPolicySpecResource.
func (*BucketPolicySpecResource) DeepCopyInto ¶
func (in *BucketPolicySpecResource) DeepCopyInto(out *BucketPolicySpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BucketPolicyStatus ¶
type BucketPolicyStatus 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 (*BucketPolicyStatus) DeepCopy ¶
func (in *BucketPolicyStatus) DeepCopy() *BucketPolicyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketPolicyStatus.
func (*BucketPolicyStatus) DeepCopyInto ¶
func (in *BucketPolicyStatus) DeepCopyInto(out *BucketPolicyStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BucketSpec ¶
type BucketSpec struct { KubeformOutput *BucketSpecResource `json:"kubeformOutput,omitempty" tf:"-"` Resource BucketSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` }
func (*BucketSpec) DeepCopy ¶
func (in *BucketSpec) DeepCopy() *BucketSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketSpec.
func (*BucketSpec) DeepCopyInto ¶
func (in *BucketSpec) DeepCopyInto(out *BucketSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BucketSpecResource ¶
type BucketSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional Arn *string `json:"arn,omitempty" tf:"arn"` Bucket *string `json:"bucket" tf:"bucket"` // +optional CreationDate *string `json:"creationDate,omitempty" tf:"creation_date"` OutpostID *string `json:"outpostID" tf:"outpost_id"` // +optional PublicAccessBlockEnabled *bool `json:"publicAccessBlockEnabled,omitempty" tf:"public_access_block_enabled"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` // +optional TagsAll *map[string]string `json:"tagsAll,omitempty" tf:"tags_all"` }
func (*BucketSpecResource) DeepCopy ¶
func (in *BucketSpecResource) DeepCopy() *BucketSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketSpecResource.
func (*BucketSpecResource) DeepCopyInto ¶
func (in *BucketSpecResource) DeepCopyInto(out *BucketSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BucketStatus ¶
type BucketStatus 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 (*BucketStatus) DeepCopy ¶
func (in *BucketStatus) DeepCopy() *BucketStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BucketStatus.
func (*BucketStatus) DeepCopyInto ¶
func (in *BucketStatus) DeepCopyInto(out *BucketStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.