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   = "kms-ciphertext.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeKmsCiphertext

func DecodeKmsCiphertext(prev *KmsCiphertext, ctyValue cty.Value) (resource.Managed, error)

func DecodeKmsCiphertext_CiphertextBlob

func DecodeKmsCiphertext_CiphertextBlob(p *KmsCiphertextObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeKmsCiphertext_Context

func DecodeKmsCiphertext_Context(p *KmsCiphertextParameters, vals map[string]cty.Value)

primitiveMapTypeDecodeTemplate

func DecodeKmsCiphertext_KeyId

func DecodeKmsCiphertext_KeyId(p *KmsCiphertextParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeKmsCiphertext_Plaintext

func DecodeKmsCiphertext_Plaintext(p *KmsCiphertextParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeKmsCiphertext

func EncodeKmsCiphertext(r KmsCiphertext) cty.Value

func EncodeKmsCiphertext_CiphertextBlob

func EncodeKmsCiphertext_CiphertextBlob(p KmsCiphertextObservation, vals map[string]cty.Value)

func EncodeKmsCiphertext_Context

func EncodeKmsCiphertext_Context(p KmsCiphertextParameters, vals map[string]cty.Value)

func EncodeKmsCiphertext_KeyId

func EncodeKmsCiphertext_KeyId(p KmsCiphertextParameters, vals map[string]cty.Value)

func EncodeKmsCiphertext_Plaintext

func EncodeKmsCiphertext_Plaintext(p KmsCiphertextParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeKmsCiphertext_CiphertextBlob

func MergeKmsCiphertext_CiphertextBlob(k *KmsCiphertextObservation, p *KmsCiphertextObservation, md *plugin.MergeDescription) bool

mergePrimitiveTemplateStatus

func MergeKmsCiphertext_Context

func MergeKmsCiphertext_Context(k *KmsCiphertextParameters, p *KmsCiphertextParameters, md *plugin.MergeDescription) bool

mergePrimitiveContainerTemplateSpec

func MergeKmsCiphertext_KeyId

func MergeKmsCiphertext_KeyId(k *KmsCiphertextParameters, p *KmsCiphertextParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeKmsCiphertext_Plaintext

func MergeKmsCiphertext_Plaintext(k *KmsCiphertextParameters, p *KmsCiphertextParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type KmsCiphertext

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

	Spec   KmsCiphertextSpec   `json:"spec"`
	Status KmsCiphertextStatus `json:"status,omitempty"`
}

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

func (*KmsCiphertext) DeepCopy

func (in *KmsCiphertext) DeepCopy() *KmsCiphertext

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

func (*KmsCiphertext) DeepCopyInto

func (in *KmsCiphertext) DeepCopyInto(out *KmsCiphertext)

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

func (*KmsCiphertext) DeepCopyObject

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

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

func (*KmsCiphertext) GetCondition

GetCondition of this KmsCiphertext.

func (*KmsCiphertext) GetDeletionPolicy

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

GetDeletionPolicy of this KmsCiphertext.

func (*KmsCiphertext) GetProviderConfigReference

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

GetProviderConfigReference of this KmsCiphertext.

func (*KmsCiphertext) GetProviderReference

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

GetProviderReference of this KmsCiphertext. Deprecated: Use GetProviderConfigReference.

func (*KmsCiphertext) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this KmsCiphertext.

func (*KmsCiphertext) SetConditions

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

SetConditions of this KmsCiphertext.

func (*KmsCiphertext) SetDeletionPolicy

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

SetDeletionPolicy of this KmsCiphertext.

func (*KmsCiphertext) SetProviderConfigReference

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

SetProviderConfigReference of this KmsCiphertext.

func (*KmsCiphertext) SetProviderReference

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

SetProviderReference of this KmsCiphertext. Deprecated: Use SetProviderConfigReference.

func (*KmsCiphertext) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this KmsCiphertext.

type KmsCiphertextList

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

KmsCiphertext contains a list of KmsCiphertextList

func (*KmsCiphertextList) DeepCopy

func (in *KmsCiphertextList) DeepCopy() *KmsCiphertextList

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

func (*KmsCiphertextList) DeepCopyInto

func (in *KmsCiphertextList) DeepCopyInto(out *KmsCiphertextList)

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

func (*KmsCiphertextList) DeepCopyObject

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

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

func (*KmsCiphertextList) GetItems

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

GetItems of this KmsCiphertextList.

type KmsCiphertextObservation

type KmsCiphertextObservation struct {
	CiphertextBlob string `json:"ciphertext_blob"`
}

A KmsCiphertextObservation records the observed state of a KmsCiphertext

func (*KmsCiphertextObservation) DeepCopy

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

func (*KmsCiphertextObservation) DeepCopyInto

func (in *KmsCiphertextObservation) DeepCopyInto(out *KmsCiphertextObservation)

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

type KmsCiphertextParameters

type KmsCiphertextParameters struct {
	KeyId     string            `json:"key_id"`
	Plaintext string            `json:"plaintext"`
	Context   map[string]string `json:"context"`
}

A KmsCiphertextParameters defines the desired state of a KmsCiphertext

func (*KmsCiphertextParameters) DeepCopy

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

func (*KmsCiphertextParameters) DeepCopyInto

func (in *KmsCiphertextParameters) DeepCopyInto(out *KmsCiphertextParameters)

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

type KmsCiphertextSpec

type KmsCiphertextSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  KmsCiphertextParameters `json:"forProvider"`
}

A KmsCiphertextSpec defines the desired state of a KmsCiphertext

func (*KmsCiphertextSpec) DeepCopy

func (in *KmsCiphertextSpec) DeepCopy() *KmsCiphertextSpec

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

func (*KmsCiphertextSpec) DeepCopyInto

func (in *KmsCiphertextSpec) DeepCopyInto(out *KmsCiphertextSpec)

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

type KmsCiphertextStatus

type KmsCiphertextStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     KmsCiphertextObservation `json:"atProvider"`
}

A KmsCiphertextStatus defines the observed state of a KmsCiphertext

func (*KmsCiphertextStatus) DeepCopy

func (in *KmsCiphertextStatus) DeepCopy() *KmsCiphertextStatus

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

func (*KmsCiphertextStatus) DeepCopyInto

func (in *KmsCiphertextStatus) DeepCopyInto(out *KmsCiphertextStatus)

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