v1alpha1

package
v0.0.0-...-bf43ebf Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2021 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Group   = "ebs-default-kms-key.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	Kind                  = "EbsDefaultKmsKey"
	GroupKind             = schema.GroupKind{Group: Group, Kind: Kind}.String()
	KindAPIVersion        = Kind + "." + SchemeGroupVersion.String()
	GroupVersionKind      = SchemeGroupVersion.WithKind(Kind)
	TerraformResourceName = "aws_ebs_default_kms_key"
)
View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version}
)

Functions

func DecodeEbsDefaultKmsKey

func DecodeEbsDefaultKmsKey(prev *EbsDefaultKmsKey, ctyValue cty.Value) (resource.Managed, error)

func DecodeEbsDefaultKmsKey_KeyArn

func DecodeEbsDefaultKmsKey_KeyArn(p *EbsDefaultKmsKeyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeEbsDefaultKmsKey

func EncodeEbsDefaultKmsKey(r EbsDefaultKmsKey) cty.Value

func EncodeEbsDefaultKmsKey_KeyArn

func EncodeEbsDefaultKmsKey_KeyArn(p EbsDefaultKmsKeyParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeEbsDefaultKmsKey_KeyArn

func MergeEbsDefaultKmsKey_KeyArn(k *EbsDefaultKmsKeyParameters, p *EbsDefaultKmsKeyParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type EbsDefaultKmsKey

type EbsDefaultKmsKey struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   EbsDefaultKmsKeySpec   `json:"spec"`
	Status EbsDefaultKmsKeyStatus `json:"status,omitempty"`
}

EbsDefaultKmsKey is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster

func (*EbsDefaultKmsKey) DeepCopy

func (in *EbsDefaultKmsKey) DeepCopy() *EbsDefaultKmsKey

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

func (*EbsDefaultKmsKey) DeepCopyInto

func (in *EbsDefaultKmsKey) DeepCopyInto(out *EbsDefaultKmsKey)

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

func (*EbsDefaultKmsKey) DeepCopyObject

func (in *EbsDefaultKmsKey) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*EbsDefaultKmsKey) GetCondition

GetCondition of this EbsDefaultKmsKey.

func (*EbsDefaultKmsKey) GetDeletionPolicy

func (mg *EbsDefaultKmsKey) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy

GetDeletionPolicy of this EbsDefaultKmsKey.

func (*EbsDefaultKmsKey) GetProviderConfigReference

func (mg *EbsDefaultKmsKey) GetProviderConfigReference() *runtimev1alpha1.Reference

GetProviderConfigReference of this EbsDefaultKmsKey.

func (*EbsDefaultKmsKey) GetProviderReference

func (mg *EbsDefaultKmsKey) GetProviderReference() *runtimev1alpha1.Reference

GetProviderReference of this EbsDefaultKmsKey. Deprecated: Use GetProviderConfigReference.

func (*EbsDefaultKmsKey) GetWriteConnectionSecretToReference

func (mg *EbsDefaultKmsKey) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference

GetWriteConnectionSecretToReference of this EbsDefaultKmsKey.

func (*EbsDefaultKmsKey) SetConditions

func (mg *EbsDefaultKmsKey) SetConditions(c ...runtimev1alpha1.Condition)

SetConditions of this EbsDefaultKmsKey.

func (*EbsDefaultKmsKey) SetDeletionPolicy

func (mg *EbsDefaultKmsKey) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)

SetDeletionPolicy of this EbsDefaultKmsKey.

func (*EbsDefaultKmsKey) SetProviderConfigReference

func (mg *EbsDefaultKmsKey) SetProviderConfigReference(r *runtimev1alpha1.Reference)

SetProviderConfigReference of this EbsDefaultKmsKey.

func (*EbsDefaultKmsKey) SetProviderReference

func (mg *EbsDefaultKmsKey) SetProviderReference(r *runtimev1alpha1.Reference)

SetProviderReference of this EbsDefaultKmsKey. Deprecated: Use SetProviderConfigReference.

func (*EbsDefaultKmsKey) SetWriteConnectionSecretToReference

func (mg *EbsDefaultKmsKey) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)

SetWriteConnectionSecretToReference of this EbsDefaultKmsKey.

type EbsDefaultKmsKeyList

type EbsDefaultKmsKeyList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []EbsDefaultKmsKey `json:"items"`
}

EbsDefaultKmsKey contains a list of EbsDefaultKmsKeyList

func (*EbsDefaultKmsKeyList) DeepCopy

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

func (*EbsDefaultKmsKeyList) DeepCopyInto

func (in *EbsDefaultKmsKeyList) DeepCopyInto(out *EbsDefaultKmsKeyList)

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

func (*EbsDefaultKmsKeyList) DeepCopyObject

func (in *EbsDefaultKmsKeyList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*EbsDefaultKmsKeyList) GetItems

func (l *EbsDefaultKmsKeyList) GetItems() []resource.Managed

GetItems of this EbsDefaultKmsKeyList.

type EbsDefaultKmsKeyObservation

type EbsDefaultKmsKeyObservation struct{}

A EbsDefaultKmsKeyObservation records the observed state of a EbsDefaultKmsKey

func (*EbsDefaultKmsKeyObservation) DeepCopy

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

func (*EbsDefaultKmsKeyObservation) DeepCopyInto

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

type EbsDefaultKmsKeyParameters

type EbsDefaultKmsKeyParameters struct {
	KeyArn string `json:"key_arn"`
}

A EbsDefaultKmsKeyParameters defines the desired state of a EbsDefaultKmsKey

func (*EbsDefaultKmsKeyParameters) DeepCopy

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

func (*EbsDefaultKmsKeyParameters) DeepCopyInto

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

type EbsDefaultKmsKeySpec

type EbsDefaultKmsKeySpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  EbsDefaultKmsKeyParameters `json:"forProvider"`
}

A EbsDefaultKmsKeySpec defines the desired state of a EbsDefaultKmsKey

func (*EbsDefaultKmsKeySpec) DeepCopy

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

func (*EbsDefaultKmsKeySpec) DeepCopyInto

func (in *EbsDefaultKmsKeySpec) DeepCopyInto(out *EbsDefaultKmsKeySpec)

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

type EbsDefaultKmsKeyStatus

type EbsDefaultKmsKeyStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     EbsDefaultKmsKeyObservation `json:"atProvider"`
}

A EbsDefaultKmsKeyStatus defines the observed state of a EbsDefaultKmsKey

func (*EbsDefaultKmsKeyStatus) DeepCopy

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

func (*EbsDefaultKmsKeyStatus) DeepCopyInto

func (in *EbsDefaultKmsKeyStatus) DeepCopyInto(out *EbsDefaultKmsKeyStatus)

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