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-user-ssh-key.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeIamUserSshKey

func DecodeIamUserSshKey(prev *IamUserSshKey, ctyValue cty.Value) (resource.Managed, error)

func DecodeIamUserSshKey_Encoding

func DecodeIamUserSshKey_Encoding(p *IamUserSshKeyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIamUserSshKey_Fingerprint

func DecodeIamUserSshKey_Fingerprint(p *IamUserSshKeyObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIamUserSshKey_PublicKey

func DecodeIamUserSshKey_PublicKey(p *IamUserSshKeyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIamUserSshKey_SshPublicKeyId

func DecodeIamUserSshKey_SshPublicKeyId(p *IamUserSshKeyObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIamUserSshKey_Status

func DecodeIamUserSshKey_Status(p *IamUserSshKeyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIamUserSshKey_Username

func DecodeIamUserSshKey_Username(p *IamUserSshKeyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeIamUserSshKey

func EncodeIamUserSshKey(r IamUserSshKey) cty.Value

func EncodeIamUserSshKey_Encoding

func EncodeIamUserSshKey_Encoding(p IamUserSshKeyParameters, vals map[string]cty.Value)

func EncodeIamUserSshKey_Fingerprint

func EncodeIamUserSshKey_Fingerprint(p IamUserSshKeyObservation, vals map[string]cty.Value)

func EncodeIamUserSshKey_PublicKey

func EncodeIamUserSshKey_PublicKey(p IamUserSshKeyParameters, vals map[string]cty.Value)

func EncodeIamUserSshKey_SshPublicKeyId

func EncodeIamUserSshKey_SshPublicKeyId(p IamUserSshKeyObservation, vals map[string]cty.Value)

func EncodeIamUserSshKey_Status

func EncodeIamUserSshKey_Status(p IamUserSshKeyParameters, vals map[string]cty.Value)

func EncodeIamUserSshKey_Username

func EncodeIamUserSshKey_Username(p IamUserSshKeyParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeIamUserSshKey_Encoding

func MergeIamUserSshKey_Encoding(k *IamUserSshKeyParameters, p *IamUserSshKeyParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeIamUserSshKey_Fingerprint

func MergeIamUserSshKey_Fingerprint(k *IamUserSshKeyObservation, p *IamUserSshKeyObservation, md *plugin.MergeDescription) bool

mergePrimitiveTemplateStatus

func MergeIamUserSshKey_PublicKey

func MergeIamUserSshKey_PublicKey(k *IamUserSshKeyParameters, p *IamUserSshKeyParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeIamUserSshKey_SshPublicKeyId

func MergeIamUserSshKey_SshPublicKeyId(k *IamUserSshKeyObservation, p *IamUserSshKeyObservation, md *plugin.MergeDescription) bool

mergePrimitiveTemplateStatus

func MergeIamUserSshKey_Status

func MergeIamUserSshKey_Status(k *IamUserSshKeyParameters, p *IamUserSshKeyParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeIamUserSshKey_Username

func MergeIamUserSshKey_Username(k *IamUserSshKeyParameters, p *IamUserSshKeyParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type IamUserSshKey

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

	Spec   IamUserSshKeySpec   `json:"spec"`
	Status IamUserSshKeyStatus `json:"status,omitempty"`
}

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

func (*IamUserSshKey) DeepCopy

func (in *IamUserSshKey) DeepCopy() *IamUserSshKey

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

func (*IamUserSshKey) DeepCopyInto

func (in *IamUserSshKey) DeepCopyInto(out *IamUserSshKey)

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

func (*IamUserSshKey) DeepCopyObject

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

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

func (*IamUserSshKey) GetCondition

GetCondition of this IamUserSshKey.

func (*IamUserSshKey) GetDeletionPolicy

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

GetDeletionPolicy of this IamUserSshKey.

func (*IamUserSshKey) GetProviderConfigReference

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

GetProviderConfigReference of this IamUserSshKey.

func (*IamUserSshKey) GetProviderReference

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

GetProviderReference of this IamUserSshKey. Deprecated: Use GetProviderConfigReference.

func (*IamUserSshKey) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this IamUserSshKey.

func (*IamUserSshKey) SetConditions

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

SetConditions of this IamUserSshKey.

func (*IamUserSshKey) SetDeletionPolicy

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

SetDeletionPolicy of this IamUserSshKey.

func (*IamUserSshKey) SetProviderConfigReference

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

SetProviderConfigReference of this IamUserSshKey.

func (*IamUserSshKey) SetProviderReference

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

SetProviderReference of this IamUserSshKey. Deprecated: Use SetProviderConfigReference.

func (*IamUserSshKey) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this IamUserSshKey.

type IamUserSshKeyList

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

IamUserSshKey contains a list of IamUserSshKeyList

func (*IamUserSshKeyList) DeepCopy

func (in *IamUserSshKeyList) DeepCopy() *IamUserSshKeyList

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

func (*IamUserSshKeyList) DeepCopyInto

func (in *IamUserSshKeyList) DeepCopyInto(out *IamUserSshKeyList)

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

func (*IamUserSshKeyList) DeepCopyObject

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

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

func (*IamUserSshKeyList) GetItems

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

GetItems of this IamUserSshKeyList.

type IamUserSshKeyObservation

type IamUserSshKeyObservation struct {
	SshPublicKeyId string `json:"ssh_public_key_id"`
	Fingerprint    string `json:"fingerprint"`
}

A IamUserSshKeyObservation records the observed state of a IamUserSshKey

func (*IamUserSshKeyObservation) DeepCopy

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

func (*IamUserSshKeyObservation) DeepCopyInto

func (in *IamUserSshKeyObservation) DeepCopyInto(out *IamUserSshKeyObservation)

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

type IamUserSshKeyParameters

type IamUserSshKeyParameters struct {
	PublicKey string `json:"public_key"`
	Status    string `json:"status"`
	Username  string `json:"username"`
	Encoding  string `json:"encoding"`
}

A IamUserSshKeyParameters defines the desired state of a IamUserSshKey

func (*IamUserSshKeyParameters) DeepCopy

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

func (*IamUserSshKeyParameters) DeepCopyInto

func (in *IamUserSshKeyParameters) DeepCopyInto(out *IamUserSshKeyParameters)

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

type IamUserSshKeySpec

type IamUserSshKeySpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  IamUserSshKeyParameters `json:"forProvider"`
}

A IamUserSshKeySpec defines the desired state of a IamUserSshKey

func (*IamUserSshKeySpec) DeepCopy

func (in *IamUserSshKeySpec) DeepCopy() *IamUserSshKeySpec

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

func (*IamUserSshKeySpec) DeepCopyInto

func (in *IamUserSshKeySpec) DeepCopyInto(out *IamUserSshKeySpec)

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

type IamUserSshKeyStatus

type IamUserSshKeyStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     IamUserSshKeyObservation `json:"atProvider"`
}

A IamUserSshKeyStatus defines the observed state of a IamUserSshKey

func (*IamUserSshKeyStatus) DeepCopy

func (in *IamUserSshKeyStatus) DeepCopy() *IamUserSshKeyStatus

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

func (*IamUserSshKeyStatus) DeepCopyInto

func (in *IamUserSshKeyStatus) DeepCopyInto(out *IamUserSshKeyStatus)

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