v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=keypair.upjet-provider-outscale.upbound.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "keypair.upjet-provider-outscale.upbound.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	Keypair_Kind             = "Keypair"
	Keypair_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Keypair_Kind}.String()
	Keypair_KindAPIVersion   = Keypair_Kind + "." + CRDGroupVersion.String()
	Keypair_GroupVersionKind = CRDGroupVersion.WithKind(Keypair_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type Keypair

type Keypair struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              KeypairSpec   `json:"spec"`
	Status            KeypairStatus `json:"status,omitempty"`
}

Keypair is the Schema for the Keypairs API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,upjet-provider-outscale}

func (*Keypair) DeepCopy

func (in *Keypair) DeepCopy() *Keypair

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

func (*Keypair) DeepCopyInto

func (in *Keypair) DeepCopyInto(out *Keypair)

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

func (*Keypair) DeepCopyObject

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

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

func (*Keypair) GetCondition

func (mg *Keypair) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Keypair.

func (*Keypair) GetConnectionDetailsMapping

func (tr *Keypair) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Keypair

func (*Keypair) GetDeletionPolicy

func (mg *Keypair) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Keypair.

func (*Keypair) GetID

func (tr *Keypair) GetID() string

GetID returns ID of underlying Terraform resource of this Keypair

func (*Keypair) GetObservation

func (tr *Keypair) GetObservation() (map[string]any, error)

GetObservation of this Keypair

func (*Keypair) GetParameters

func (tr *Keypair) GetParameters() (map[string]any, error)

GetParameters of this Keypair

func (*Keypair) GetProviderConfigReference

func (mg *Keypair) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Keypair.

func (*Keypair) GetProviderReference

func (mg *Keypair) GetProviderReference() *xpv1.Reference

GetProviderReference of this Keypair. Deprecated: Use GetProviderConfigReference.

func (*Keypair) GetPublishConnectionDetailsTo

func (mg *Keypair) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Keypair.

func (*Keypair) GetTerraformResourceType

func (mg *Keypair) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Keypair

func (*Keypair) GetTerraformSchemaVersion

func (tr *Keypair) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Keypair) GetWriteConnectionSecretToReference

func (mg *Keypair) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Keypair.

func (*Keypair) LateInitialize

func (tr *Keypair) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Keypair using its observed tfState. returns True if there are any spec changes for the resource.

func (*Keypair) SetConditions

func (mg *Keypair) SetConditions(c ...xpv1.Condition)

SetConditions of this Keypair.

func (*Keypair) SetDeletionPolicy

func (mg *Keypair) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Keypair.

func (*Keypair) SetObservation

func (tr *Keypair) SetObservation(obs map[string]any) error

SetObservation for this Keypair

func (*Keypair) SetParameters

func (tr *Keypair) SetParameters(params map[string]any) error

SetParameters for this Keypair

func (*Keypair) SetProviderConfigReference

func (mg *Keypair) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Keypair.

func (*Keypair) SetProviderReference

func (mg *Keypair) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this Keypair. Deprecated: Use SetProviderConfigReference.

func (*Keypair) SetPublishConnectionDetailsTo

func (mg *Keypair) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this Keypair.

func (*Keypair) SetWriteConnectionSecretToReference

func (mg *Keypair) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Keypair.

type KeypairList

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

KeypairList contains a list of Keypairs

func (*KeypairList) DeepCopy

func (in *KeypairList) DeepCopy() *KeypairList

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

func (*KeypairList) DeepCopyInto

func (in *KeypairList) DeepCopyInto(out *KeypairList)

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

func (*KeypairList) DeepCopyObject

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

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

func (*KeypairList) GetItems

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

GetItems of this KeypairList.

type KeypairObservation

type KeypairObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	KeypairFingerprint *string `json:"keypairFingerprint,omitempty" tf:"keypair_fingerprint,omitempty"`

	PrivateKey *string `json:"privateKey,omitempty" tf:"private_key,omitempty"`

	RequestID *string `json:"requestId,omitempty" tf:"request_id,omitempty"`
}

func (*KeypairObservation) DeepCopy

func (in *KeypairObservation) DeepCopy() *KeypairObservation

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

func (*KeypairObservation) DeepCopyInto

func (in *KeypairObservation) DeepCopyInto(out *KeypairObservation)

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

type KeypairParameters

type KeypairParameters struct {

	// +kubebuilder:validation:Optional
	KeypairName *string `json:"keypairName,omitempty" tf:"keypair_name,omitempty"`

	// +kubebuilder:validation:Optional
	PublicKey *string `json:"publicKey,omitempty" tf:"public_key,omitempty"`
}

func (*KeypairParameters) DeepCopy

func (in *KeypairParameters) DeepCopy() *KeypairParameters

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

func (*KeypairParameters) DeepCopyInto

func (in *KeypairParameters) DeepCopyInto(out *KeypairParameters)

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

type KeypairSpec

type KeypairSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     KeypairParameters `json:"forProvider"`
}

KeypairSpec defines the desired state of Keypair

func (*KeypairSpec) DeepCopy

func (in *KeypairSpec) DeepCopy() *KeypairSpec

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

func (*KeypairSpec) DeepCopyInto

func (in *KeypairSpec) DeepCopyInto(out *KeypairSpec)

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

type KeypairStatus

type KeypairStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        KeypairObservation `json:"atProvider,omitempty"`
}

KeypairStatus defines the observed state of Keypair.

func (*KeypairStatus) DeepCopy

func (in *KeypairStatus) DeepCopy() *KeypairStatus

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

func (*KeypairStatus) DeepCopyInto

func (in *KeypairStatus) DeepCopyInto(out *KeypairStatus)

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