Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=kms.otc.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type GrantV1
- func (in *GrantV1) DeepCopy() *GrantV1
- func (in *GrantV1) DeepCopyInto(out *GrantV1)
- func (in *GrantV1) DeepCopyObject() runtime.Object
- func (mg *GrantV1) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *GrantV1) GetConnectionDetailsMapping() map[string]string
- func (mg *GrantV1) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *GrantV1) GetID() string
- func (tr *GrantV1) GetObservation() (map[string]interface{}, error)
- func (tr *GrantV1) GetParameters() (map[string]interface{}, error)
- func (mg *GrantV1) GetProviderConfigReference() *xpv1.Reference
- func (mg *GrantV1) GetProviderReference() *xpv1.Reference
- func (mg *GrantV1) GetTerraformResourceType() string
- func (tr *GrantV1) GetTerraformSchemaVersion() int
- func (mg *GrantV1) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *GrantV1) LateInitialize(attrs []byte) (bool, error)
- func (mg *GrantV1) SetConditions(c ...xpv1.Condition)
- func (mg *GrantV1) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *GrantV1) SetObservation(obs map[string]interface{}) error
- func (tr *GrantV1) SetParameters(params map[string]interface{}) error
- func (mg *GrantV1) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *GrantV1) SetProviderReference(r *xpv1.Reference)
- func (mg *GrantV1) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type GrantV1List
- type GrantV1Observation
- type GrantV1Parameters
- type GrantV1Spec
- type GrantV1Status
- type KeyV1
- func (in *KeyV1) DeepCopy() *KeyV1
- func (in *KeyV1) DeepCopyInto(out *KeyV1)
- func (in *KeyV1) DeepCopyObject() runtime.Object
- func (mg *KeyV1) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *KeyV1) GetConnectionDetailsMapping() map[string]string
- func (mg *KeyV1) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *KeyV1) GetID() string
- func (tr *KeyV1) GetObservation() (map[string]interface{}, error)
- func (tr *KeyV1) GetParameters() (map[string]interface{}, error)
- func (mg *KeyV1) GetProviderConfigReference() *xpv1.Reference
- func (mg *KeyV1) GetProviderReference() *xpv1.Reference
- func (mg *KeyV1) GetTerraformResourceType() string
- func (tr *KeyV1) GetTerraformSchemaVersion() int
- func (mg *KeyV1) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *KeyV1) LateInitialize(attrs []byte) (bool, error)
- func (mg *KeyV1) SetConditions(c ...xpv1.Condition)
- func (mg *KeyV1) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *KeyV1) SetObservation(obs map[string]interface{}) error
- func (tr *KeyV1) SetParameters(params map[string]interface{}) error
- func (mg *KeyV1) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *KeyV1) SetProviderReference(r *xpv1.Reference)
- func (mg *KeyV1) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type KeyV1List
- type KeyV1Observation
- type KeyV1Parameters
- type KeyV1Spec
- type KeyV1Status
Constants ¶
const ( CRDGroup = "kms.otc.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( GrantV1_Kind = "GrantV1" GrantV1_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: GrantV1_Kind}.String() GrantV1_KindAPIVersion = GrantV1_Kind + "." + CRDGroupVersion.String() GrantV1_GroupVersionKind = CRDGroupVersion.WithKind(GrantV1_Kind) )
Repository type metadata.
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 ( KeyV1_Kind = "KeyV1" KeyV1_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: KeyV1_Kind}.String() KeyV1_KindAPIVersion = KeyV1_Kind + "." + CRDGroupVersion.String() KeyV1_GroupVersionKind = CRDGroupVersion.WithKind(KeyV1_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type GrantV1 ¶
type GrantV1 struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GrantV1Spec `json:"spec"` Status GrantV1Status `json:"status,omitempty"` }
GrantV1 is the Schema for the GrantV1s API +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,otcjet}
func (*GrantV1) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrantV1.
func (*GrantV1) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GrantV1) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*GrantV1) GetCondition ¶
func (mg *GrantV1) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this GrantV1.
func (*GrantV1) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this GrantV1
func (*GrantV1) GetDeletionPolicy ¶
func (mg *GrantV1) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this GrantV1.
func (*GrantV1) GetObservation ¶
GetObservation of this GrantV1
func (*GrantV1) GetParameters ¶
GetParameters of this GrantV1
func (*GrantV1) GetProviderConfigReference ¶
GetProviderConfigReference of this GrantV1.
func (*GrantV1) GetProviderReference ¶
GetProviderReference of this GrantV1. Deprecated: Use GetProviderConfigReference.
func (*GrantV1) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this GrantV1
func (*GrantV1) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*GrantV1) GetWriteConnectionSecretToReference ¶
func (mg *GrantV1) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this GrantV1.
func (*GrantV1) LateInitialize ¶
LateInitialize this GrantV1 using its observed tfState. returns True if there are any spec changes for the resource.
func (*GrantV1) SetConditions ¶
SetConditions of this GrantV1.
func (*GrantV1) SetDeletionPolicy ¶
func (mg *GrantV1) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this GrantV1.
func (*GrantV1) SetObservation ¶
SetObservation for this GrantV1
func (*GrantV1) SetParameters ¶
SetParameters for this GrantV1
func (*GrantV1) SetProviderConfigReference ¶
SetProviderConfigReference of this GrantV1.
func (*GrantV1) SetProviderReference ¶
SetProviderReference of this GrantV1. Deprecated: Use SetProviderConfigReference.
func (*GrantV1) SetWriteConnectionSecretToReference ¶
func (mg *GrantV1) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this GrantV1.
type GrantV1List ¶
type GrantV1List struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []GrantV1 `json:"items"` }
GrantV1List contains a list of GrantV1s
func (*GrantV1List) DeepCopy ¶
func (in *GrantV1List) DeepCopy() *GrantV1List
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrantV1List.
func (*GrantV1List) DeepCopyInto ¶
func (in *GrantV1List) DeepCopyInto(out *GrantV1List)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GrantV1List) DeepCopyObject ¶
func (in *GrantV1List) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*GrantV1List) GetItems ¶
func (l *GrantV1List) GetItems() []resource.Managed
GetItems of this GrantV1List.
type GrantV1Observation ¶
type GrantV1Observation struct { CreationDate *string `json:"creationDate,omitempty" tf:"creation_date,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` IssuingPrincipal *string `json:"issuingPrincipal,omitempty" tf:"issuing_principal,omitempty"` }
func (*GrantV1Observation) DeepCopy ¶
func (in *GrantV1Observation) DeepCopy() *GrantV1Observation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrantV1Observation.
func (*GrantV1Observation) DeepCopyInto ¶
func (in *GrantV1Observation) DeepCopyInto(out *GrantV1Observation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GrantV1Parameters ¶
type GrantV1Parameters struct { // +kubebuilder:validation:Required GranteePrincipal *string `json:"granteePrincipal" tf:"grantee_principal,omitempty"` // +kubebuilder:validation:Required KeyID *string `json:"keyId" tf:"key_id,omitempty"` // +kubebuilder:validation:Optional Operations []*string `json:"operations,omitempty" tf:"operations,omitempty"` // +kubebuilder:validation:Optional RetiringPrincipal *string `json:"retiringPrincipal,omitempty" tf:"retiring_principal,omitempty"` }
func (*GrantV1Parameters) DeepCopy ¶
func (in *GrantV1Parameters) DeepCopy() *GrantV1Parameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrantV1Parameters.
func (*GrantV1Parameters) DeepCopyInto ¶
func (in *GrantV1Parameters) DeepCopyInto(out *GrantV1Parameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GrantV1Spec ¶
type GrantV1Spec struct { v1.ResourceSpec `json:",inline"` ForProvider GrantV1Parameters `json:"forProvider"` }
GrantV1Spec defines the desired state of GrantV1
func (*GrantV1Spec) DeepCopy ¶
func (in *GrantV1Spec) DeepCopy() *GrantV1Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrantV1Spec.
func (*GrantV1Spec) DeepCopyInto ¶
func (in *GrantV1Spec) DeepCopyInto(out *GrantV1Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GrantV1Status ¶
type GrantV1Status struct { v1.ResourceStatus `json:",inline"` AtProvider GrantV1Observation `json:"atProvider,omitempty"` }
GrantV1Status defines the observed state of GrantV1.
func (*GrantV1Status) DeepCopy ¶
func (in *GrantV1Status) DeepCopy() *GrantV1Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrantV1Status.
func (*GrantV1Status) DeepCopyInto ¶
func (in *GrantV1Status) DeepCopyInto(out *GrantV1Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeyV1 ¶
type KeyV1 struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec KeyV1Spec `json:"spec"` Status KeyV1Status `json:"status,omitempty"` }
KeyV1 is the Schema for the KeyV1s API +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,otcjet}
func (*KeyV1) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyV1.
func (*KeyV1) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KeyV1) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*KeyV1) GetCondition ¶
func (mg *KeyV1) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this KeyV1.
func (*KeyV1) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this KeyV1
func (*KeyV1) GetDeletionPolicy ¶
func (mg *KeyV1) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this KeyV1.
func (*KeyV1) GetObservation ¶
GetObservation of this KeyV1
func (*KeyV1) GetParameters ¶
GetParameters of this KeyV1
func (*KeyV1) GetProviderConfigReference ¶
GetProviderConfigReference of this KeyV1.
func (*KeyV1) GetProviderReference ¶
GetProviderReference of this KeyV1. Deprecated: Use GetProviderConfigReference.
func (*KeyV1) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this KeyV1
func (*KeyV1) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*KeyV1) GetWriteConnectionSecretToReference ¶
func (mg *KeyV1) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this KeyV1.
func (*KeyV1) LateInitialize ¶
LateInitialize this KeyV1 using its observed tfState. returns True if there are any spec changes for the resource.
func (*KeyV1) SetConditions ¶
SetConditions of this KeyV1.
func (*KeyV1) SetDeletionPolicy ¶
func (mg *KeyV1) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this KeyV1.
func (*KeyV1) SetObservation ¶
SetObservation for this KeyV1
func (*KeyV1) SetParameters ¶
SetParameters for this KeyV1
func (*KeyV1) SetProviderConfigReference ¶
SetProviderConfigReference of this KeyV1.
func (*KeyV1) SetProviderReference ¶
SetProviderReference of this KeyV1. Deprecated: Use SetProviderConfigReference.
func (*KeyV1) SetWriteConnectionSecretToReference ¶
func (mg *KeyV1) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this KeyV1.
type KeyV1List ¶
type KeyV1List struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []KeyV1 `json:"items"` }
KeyV1List contains a list of KeyV1s
func (*KeyV1List) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyV1List.
func (*KeyV1List) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KeyV1List) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type KeyV1Observation ¶
type KeyV1Observation struct { CreationDate *string `json:"creationDate,omitempty" tf:"creation_date,omitempty"` DefaultKeyFlag *string `json:"defaultKeyFlag,omitempty" tf:"default_key_flag,omitempty"` DomainID *string `json:"domainId,omitempty" tf:"domain_id,omitempty"` ExpirationTime *string `json:"expirationTime,omitempty" tf:"expiration_time,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` Origin *string `json:"origin,omitempty" tf:"origin,omitempty"` ScheduledDeletionDate *string `json:"scheduledDeletionDate,omitempty" tf:"scheduled_deletion_date,omitempty"` }
func (*KeyV1Observation) DeepCopy ¶
func (in *KeyV1Observation) DeepCopy() *KeyV1Observation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyV1Observation.
func (*KeyV1Observation) DeepCopyInto ¶
func (in *KeyV1Observation) DeepCopyInto(out *KeyV1Observation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeyV1Parameters ¶
type KeyV1Parameters struct { // +kubebuilder:validation:Optional IsEnabled *bool `json:"isEnabled,omitempty" tf:"is_enabled,omitempty"` // +kubebuilder:validation:Required KeyAlias *string `json:"keyAlias" tf:"key_alias,omitempty"` // +kubebuilder:validation:Optional KeyDescription *string `json:"keyDescription,omitempty" tf:"key_description,omitempty"` // +kubebuilder:validation:Optional PendingDays *string `json:"pendingDays,omitempty" tf:"pending_days,omitempty"` // +kubebuilder:validation:Optional Realm *string `json:"realm,omitempty" tf:"realm,omitempty"` // +kubebuilder:validation:Optional Tags map[string]string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*KeyV1Parameters) DeepCopy ¶
func (in *KeyV1Parameters) DeepCopy() *KeyV1Parameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyV1Parameters.
func (*KeyV1Parameters) DeepCopyInto ¶
func (in *KeyV1Parameters) DeepCopyInto(out *KeyV1Parameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeyV1Spec ¶
type KeyV1Spec struct { v1.ResourceSpec `json:",inline"` ForProvider KeyV1Parameters `json:"forProvider"` }
KeyV1Spec defines the desired state of KeyV1
func (*KeyV1Spec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyV1Spec.
func (*KeyV1Spec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeyV1Status ¶
type KeyV1Status struct { v1.ResourceStatus `json:",inline"` AtProvider KeyV1Observation `json:"atProvider,omitempty"` }
KeyV1Status defines the observed state of KeyV1.
func (*KeyV1Status) DeepCopy ¶
func (in *KeyV1Status) DeepCopy() *KeyV1Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyV1Status.
func (*KeyV1Status) DeepCopyInto ¶
func (in *KeyV1Status) DeepCopyInto(out *KeyV1Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.