Documentation
¶
Overview ¶
+kubebuilder:object:generate=true +groupName=qldb.aws.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type Ledger
- func (in *Ledger) DeepCopy() *Ledger
- func (in *Ledger) DeepCopyInto(out *Ledger)
- func (in *Ledger) DeepCopyObject() runtime.Object
- func (mg *Ledger) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Ledger) GetConnectionDetailsMapping() map[string]string
- func (mg *Ledger) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Ledger) GetID() string
- func (tr *Ledger) GetObservation() (map[string]interface{}, error)
- func (tr *Ledger) GetParameters() (map[string]interface{}, error)
- func (mg *Ledger) GetProviderConfigReference() *xpv1.Reference
- func (mg *Ledger) GetProviderReference() *xpv1.Reference
- func (mg *Ledger) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Ledger) GetTerraformResourceType() string
- func (tr *Ledger) GetTerraformSchemaVersion() int
- func (mg *Ledger) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Ledger) LateInitialize(attrs []byte) (bool, error)
- func (mg *Ledger) SetConditions(c ...xpv1.Condition)
- func (mg *Ledger) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Ledger) SetObservation(obs map[string]interface{}) error
- func (tr *Ledger) SetParameters(params map[string]interface{}) error
- func (mg *Ledger) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Ledger) SetProviderReference(r *xpv1.Reference)
- func (mg *Ledger) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Ledger) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type LedgerList
- type LedgerObservation
- type LedgerParameters
- type LedgerSpec
- type LedgerStatus
Constants ¶
const ( CRDGroup = "qldb.aws.jet.crossplane.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 ( Ledger_Kind = "Ledger" Ledger_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Ledger_Kind}.String() Ledger_KindAPIVersion = Ledger_Kind + "." + CRDGroupVersion.String() Ledger_GroupVersionKind = CRDGroupVersion.WithKind(Ledger_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type Ledger ¶
type Ledger struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LedgerSpec `json:"spec"` Status LedgerStatus `json:"status,omitempty"` }
Ledger is the Schema for the Ledgers 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,awsjet}
func (*Ledger) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ledger.
func (*Ledger) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Ledger) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Ledger) GetCondition ¶
func (mg *Ledger) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Ledger.
func (*Ledger) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Ledger
func (*Ledger) GetDeletionPolicy ¶
func (mg *Ledger) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Ledger.
func (*Ledger) GetObservation ¶
GetObservation of this Ledger
func (*Ledger) GetParameters ¶
GetParameters of this Ledger
func (*Ledger) GetProviderConfigReference ¶
GetProviderConfigReference of this Ledger.
func (*Ledger) GetProviderReference ¶
GetProviderReference of this Ledger. Deprecated: Use GetProviderConfigReference.
func (*Ledger) GetPublishConnectionDetailsTo ¶
func (mg *Ledger) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Ledger.
func (*Ledger) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Ledger
func (*Ledger) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Ledger) GetWriteConnectionSecretToReference ¶
func (mg *Ledger) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Ledger.
func (*Ledger) LateInitialize ¶
LateInitialize this Ledger using its observed tfState. returns True if there are any spec changes for the resource.
func (*Ledger) SetConditions ¶
SetConditions of this Ledger.
func (*Ledger) SetDeletionPolicy ¶
func (mg *Ledger) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Ledger.
func (*Ledger) SetObservation ¶
SetObservation for this Ledger
func (*Ledger) SetParameters ¶
SetParameters for this Ledger
func (*Ledger) SetProviderConfigReference ¶
SetProviderConfigReference of this Ledger.
func (*Ledger) SetProviderReference ¶
SetProviderReference of this Ledger. Deprecated: Use SetProviderConfigReference.
func (*Ledger) SetPublishConnectionDetailsTo ¶
func (mg *Ledger) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Ledger.
func (*Ledger) SetWriteConnectionSecretToReference ¶
func (mg *Ledger) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Ledger.
type LedgerList ¶
type LedgerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Ledger `json:"items"` }
LedgerList contains a list of Ledgers
func (*LedgerList) DeepCopy ¶
func (in *LedgerList) DeepCopy() *LedgerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LedgerList.
func (*LedgerList) DeepCopyInto ¶
func (in *LedgerList) DeepCopyInto(out *LedgerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LedgerList) DeepCopyObject ¶
func (in *LedgerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LedgerList) GetItems ¶
func (l *LedgerList) GetItems() []resource.Managed
GetItems of this LedgerList.
type LedgerObservation ¶
type LedgerObservation struct { Arn *string `json:"arn,omitempty" tf:"arn,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` TagsAll map[string]*string `json:"tagsAll,omitempty" tf:"tags_all,omitempty"` }
func (*LedgerObservation) DeepCopy ¶
func (in *LedgerObservation) DeepCopy() *LedgerObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LedgerObservation.
func (*LedgerObservation) DeepCopyInto ¶
func (in *LedgerObservation) DeepCopyInto(out *LedgerObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LedgerParameters ¶
type LedgerParameters struct { // +kubebuilder:validation:Optional DeletionProtection *bool `json:"deletionProtection,omitempty" tf:"deletion_protection,omitempty"` // +kubebuilder:validation:Optional Name *string `json:"name,omitempty" tf:"name,omitempty"` // +kubebuilder:validation:Required PermissionsMode *string `json:"permissionsMode" tf:"permissions_mode,omitempty"` // Region is the region you'd like your resource to be created in. // +terrajet:crd:field:TFTag=- // +kubebuilder:validation:Required Region *string `json:"region" tf:"-"` // +kubebuilder:validation:Optional Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*LedgerParameters) DeepCopy ¶
func (in *LedgerParameters) DeepCopy() *LedgerParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LedgerParameters.
func (*LedgerParameters) DeepCopyInto ¶
func (in *LedgerParameters) DeepCopyInto(out *LedgerParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LedgerSpec ¶
type LedgerSpec struct { v1.ResourceSpec `json:",inline"` ForProvider LedgerParameters `json:"forProvider"` }
LedgerSpec defines the desired state of Ledger
func (*LedgerSpec) DeepCopy ¶
func (in *LedgerSpec) DeepCopy() *LedgerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LedgerSpec.
func (*LedgerSpec) DeepCopyInto ¶
func (in *LedgerSpec) DeepCopyInto(out *LedgerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LedgerStatus ¶
type LedgerStatus struct { v1.ResourceStatus `json:",inline"` AtProvider LedgerObservation `json:"atProvider,omitempty"` }
LedgerStatus defines the observed state of Ledger.
func (*LedgerStatus) DeepCopy ¶
func (in *LedgerStatus) DeepCopy() *LedgerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LedgerStatus.
func (*LedgerStatus) DeepCopyInto ¶
func (in *LedgerStatus) DeepCopyInto(out *LedgerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.