Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=keypair.upjet-provider-outscale.upbound.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type Keypair
- func (in *Keypair) DeepCopy() *Keypair
- func (in *Keypair) DeepCopyInto(out *Keypair)
- func (in *Keypair) DeepCopyObject() runtime.Object
- func (mg *Keypair) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Keypair) GetConnectionDetailsMapping() map[string]string
- func (mg *Keypair) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Keypair) GetID() string
- func (tr *Keypair) GetObservation() (map[string]any, error)
- func (tr *Keypair) GetParameters() (map[string]any, error)
- func (mg *Keypair) GetProviderConfigReference() *xpv1.Reference
- func (mg *Keypair) GetProviderReference() *xpv1.Reference
- func (mg *Keypair) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Keypair) GetTerraformResourceType() string
- func (tr *Keypair) GetTerraformSchemaVersion() int
- func (mg *Keypair) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Keypair) LateInitialize(attrs []byte) (bool, error)
- func (mg *Keypair) SetConditions(c ...xpv1.Condition)
- func (mg *Keypair) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Keypair) SetObservation(obs map[string]any) error
- func (tr *Keypair) SetParameters(params map[string]any) error
- func (mg *Keypair) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Keypair) SetProviderReference(r *xpv1.Reference)
- func (mg *Keypair) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Keypair) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type KeypairList
- type KeypairObservation
- type KeypairParameters
- type KeypairSpec
- type KeypairStatus
Constants ¶
const ( CRDGroup = "keypair.upjet-provider-outscale.upbound.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
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 )
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Keypair.
func (*Keypair) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Keypair) DeepCopyObject ¶
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 ¶
GetConnectionDetailsMapping for this Keypair
func (*Keypair) GetDeletionPolicy ¶
func (mg *Keypair) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Keypair.
func (*Keypair) GetObservation ¶
GetObservation of this Keypair
func (*Keypair) GetParameters ¶
GetParameters of this Keypair
func (*Keypair) GetProviderConfigReference ¶
GetProviderConfigReference of this Keypair.
func (*Keypair) GetProviderReference ¶
GetProviderReference of this Keypair. Deprecated: Use GetProviderConfigReference.
func (*Keypair) GetPublishConnectionDetailsTo ¶
func (mg *Keypair) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Keypair.
func (*Keypair) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Keypair
func (*Keypair) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Keypair) GetWriteConnectionSecretToReference ¶
func (mg *Keypair) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Keypair.
func (*Keypair) LateInitialize ¶
LateInitialize this Keypair using its observed tfState. returns True if there are any spec changes for the resource.
func (*Keypair) SetConditions ¶
SetConditions of this Keypair.
func (*Keypair) SetDeletionPolicy ¶
func (mg *Keypair) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Keypair.
func (*Keypair) SetObservation ¶
SetObservation for this Keypair
func (*Keypair) SetParameters ¶
SetParameters for this Keypair
func (*Keypair) SetProviderConfigReference ¶
SetProviderConfigReference of this Keypair.
func (*Keypair) SetProviderReference ¶
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.