v1alpha1

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

+groupName=macie.aws.kubeform.com

Index

Constants

This section is empty.

Variables

View Source
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
)
View Source
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 Kind

func Kind(kind string) schema.GroupKind

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 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

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemberAccountAssociationList.

func (*MemberAccountAssociationList) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemberAccountAssociationSpec.

func (*MemberAccountAssociationSpec) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemberAccountAssociationSpecResource.

func (*MemberAccountAssociationSpecResource) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemberAccountAssociationStatus.

func (*MemberAccountAssociationStatus) DeepCopyInto

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

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

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new S3BucketAssociationSpecClassificationType.

func (*S3BucketAssociationSpecClassificationType) DeepCopyInto

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) Encode

func (S3BucketAssociationSpecClassificationTypeCodec) IsEmpty

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new S3BucketAssociationSpecResource.

func (*S3BucketAssociationSpecResource) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new S3BucketAssociationStatus.

func (*S3BucketAssociationStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL