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   = "iam-account-alias.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeIamAccountAlias

func DecodeIamAccountAlias(prev *IamAccountAlias, ctyValue cty.Value) (resource.Managed, error)

func DecodeIamAccountAlias_AccountAlias

func DecodeIamAccountAlias_AccountAlias(p *IamAccountAliasParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeIamAccountAlias

func EncodeIamAccountAlias(r IamAccountAlias) cty.Value

func EncodeIamAccountAlias_AccountAlias

func EncodeIamAccountAlias_AccountAlias(p IamAccountAliasParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeIamAccountAlias_AccountAlias

func MergeIamAccountAlias_AccountAlias(k *IamAccountAliasParameters, p *IamAccountAliasParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type IamAccountAlias

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

	Spec   IamAccountAliasSpec   `json:"spec"`
	Status IamAccountAliasStatus `json:"status,omitempty"`
}

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

func (*IamAccountAlias) DeepCopy

func (in *IamAccountAlias) DeepCopy() *IamAccountAlias

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

func (*IamAccountAlias) DeepCopyInto

func (in *IamAccountAlias) DeepCopyInto(out *IamAccountAlias)

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

func (*IamAccountAlias) DeepCopyObject

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

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

func (*IamAccountAlias) GetCondition

GetCondition of this IamAccountAlias.

func (*IamAccountAlias) GetDeletionPolicy

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

GetDeletionPolicy of this IamAccountAlias.

func (*IamAccountAlias) GetProviderConfigReference

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

GetProviderConfigReference of this IamAccountAlias.

func (*IamAccountAlias) GetProviderReference

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

GetProviderReference of this IamAccountAlias. Deprecated: Use GetProviderConfigReference.

func (*IamAccountAlias) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this IamAccountAlias.

func (*IamAccountAlias) SetConditions

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

SetConditions of this IamAccountAlias.

func (*IamAccountAlias) SetDeletionPolicy

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

SetDeletionPolicy of this IamAccountAlias.

func (*IamAccountAlias) SetProviderConfigReference

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

SetProviderConfigReference of this IamAccountAlias.

func (*IamAccountAlias) SetProviderReference

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

SetProviderReference of this IamAccountAlias. Deprecated: Use SetProviderConfigReference.

func (*IamAccountAlias) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this IamAccountAlias.

type IamAccountAliasList

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

IamAccountAlias contains a list of IamAccountAliasList

func (*IamAccountAliasList) DeepCopy

func (in *IamAccountAliasList) DeepCopy() *IamAccountAliasList

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

func (*IamAccountAliasList) DeepCopyInto

func (in *IamAccountAliasList) DeepCopyInto(out *IamAccountAliasList)

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

func (*IamAccountAliasList) DeepCopyObject

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

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

func (*IamAccountAliasList) GetItems

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

GetItems of this IamAccountAliasList.

type IamAccountAliasObservation

type IamAccountAliasObservation struct{}

A IamAccountAliasObservation records the observed state of a IamAccountAlias

func (*IamAccountAliasObservation) DeepCopy

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

func (*IamAccountAliasObservation) DeepCopyInto

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

type IamAccountAliasParameters

type IamAccountAliasParameters struct {
	AccountAlias string `json:"account_alias"`
}

A IamAccountAliasParameters defines the desired state of a IamAccountAlias

func (*IamAccountAliasParameters) DeepCopy

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

func (*IamAccountAliasParameters) DeepCopyInto

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

type IamAccountAliasSpec

type IamAccountAliasSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  IamAccountAliasParameters `json:"forProvider"`
}

A IamAccountAliasSpec defines the desired state of a IamAccountAlias

func (*IamAccountAliasSpec) DeepCopy

func (in *IamAccountAliasSpec) DeepCopy() *IamAccountAliasSpec

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

func (*IamAccountAliasSpec) DeepCopyInto

func (in *IamAccountAliasSpec) DeepCopyInto(out *IamAccountAliasSpec)

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

type IamAccountAliasStatus

type IamAccountAliasStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     IamAccountAliasObservation `json:"atProvider"`
}

A IamAccountAliasStatus defines the observed state of a IamAccountAlias

func (*IamAccountAliasStatus) DeepCopy

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

func (*IamAccountAliasStatus) DeepCopyInto

func (in *IamAccountAliasStatus) DeepCopyInto(out *IamAccountAliasStatus)

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