Documentation
¶
Overview ¶
+kubebuilder:object:generate=true +groupName=spatial.azure.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type AnchorsAccount
- func (in *AnchorsAccount) DeepCopy() *AnchorsAccount
- func (in *AnchorsAccount) DeepCopyInto(out *AnchorsAccount)
- func (in *AnchorsAccount) DeepCopyObject() runtime.Object
- func (mg *AnchorsAccount) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *AnchorsAccount) GetConnectionDetailsMapping() map[string]string
- func (mg *AnchorsAccount) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *AnchorsAccount) GetObservation() (map[string]interface{}, error)
- func (tr *AnchorsAccount) GetParameters() (map[string]interface{}, error)
- func (mg *AnchorsAccount) GetProviderConfigReference() *xpv1.Reference
- func (mg *AnchorsAccount) GetProviderReference() *xpv1.Reference
- func (mg *AnchorsAccount) GetTerraformResourceType() string
- func (tr *AnchorsAccount) GetTerraformSchemaVersion() int
- func (mg *AnchorsAccount) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *AnchorsAccount) LateInitialize(attrs []byte) (bool, error)
- func (mg *AnchorsAccount) SetConditions(c ...xpv1.Condition)
- func (mg *AnchorsAccount) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *AnchorsAccount) SetObservation(obs map[string]interface{}) error
- func (tr *AnchorsAccount) SetParameters(params map[string]interface{}) error
- func (mg *AnchorsAccount) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *AnchorsAccount) SetProviderReference(r *xpv1.Reference)
- func (mg *AnchorsAccount) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type AnchorsAccountList
- type AnchorsAccountObservation
- type AnchorsAccountParameters
- type AnchorsAccountSpec
- type AnchorsAccountStatus
Constants ¶
const ( CRDGroup = "spatial.azure.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( AnchorsAccount_Kind = "AnchorsAccount" AnchorsAccount_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: AnchorsAccount_Kind}.String() AnchorsAccount_KindAPIVersion = AnchorsAccount_Kind + "." + CRDGroupVersion.String() AnchorsAccount_GroupVersionKind = CRDGroupVersion.WithKind(AnchorsAccount_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 )
Functions ¶
This section is empty.
Types ¶
type AnchorsAccount ¶
type AnchorsAccount struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AnchorsAccountSpec `json:"spec"` Status AnchorsAccountStatus `json:"status,omitempty"` }
AnchorsAccount is the Schema for the AnchorsAccounts 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,azurejet}
func (*AnchorsAccount) DeepCopy ¶
func (in *AnchorsAccount) DeepCopy() *AnchorsAccount
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnchorsAccount.
func (*AnchorsAccount) DeepCopyInto ¶
func (in *AnchorsAccount) DeepCopyInto(out *AnchorsAccount)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AnchorsAccount) DeepCopyObject ¶
func (in *AnchorsAccount) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AnchorsAccount) GetCondition ¶
func (mg *AnchorsAccount) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this AnchorsAccount.
func (*AnchorsAccount) GetConnectionDetailsMapping ¶
func (tr *AnchorsAccount) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this AnchorsAccount
func (*AnchorsAccount) GetDeletionPolicy ¶
func (mg *AnchorsAccount) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this AnchorsAccount.
func (*AnchorsAccount) GetObservation ¶
func (tr *AnchorsAccount) GetObservation() (map[string]interface{}, error)
GetObservation of this AnchorsAccount
func (*AnchorsAccount) GetParameters ¶
func (tr *AnchorsAccount) GetParameters() (map[string]interface{}, error)
GetParameters of this AnchorsAccount
func (*AnchorsAccount) GetProviderConfigReference ¶
func (mg *AnchorsAccount) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this AnchorsAccount.
func (*AnchorsAccount) GetProviderReference ¶
func (mg *AnchorsAccount) GetProviderReference() *xpv1.Reference
GetProviderReference of this AnchorsAccount. Deprecated: Use GetProviderConfigReference.
func (*AnchorsAccount) GetTerraformResourceType ¶
func (mg *AnchorsAccount) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this AnchorsAccount
func (*AnchorsAccount) GetTerraformSchemaVersion ¶
func (tr *AnchorsAccount) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*AnchorsAccount) GetWriteConnectionSecretToReference ¶
func (mg *AnchorsAccount) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this AnchorsAccount.
func (*AnchorsAccount) LateInitialize ¶
func (tr *AnchorsAccount) LateInitialize(attrs []byte) (bool, error)
LateInitialize this AnchorsAccount using its observed tfState. returns True if there are any spec changes for the resource.
func (*AnchorsAccount) SetConditions ¶
func (mg *AnchorsAccount) SetConditions(c ...xpv1.Condition)
SetConditions of this AnchorsAccount.
func (*AnchorsAccount) SetDeletionPolicy ¶
func (mg *AnchorsAccount) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this AnchorsAccount.
func (*AnchorsAccount) SetObservation ¶
func (tr *AnchorsAccount) SetObservation(obs map[string]interface{}) error
SetObservation for this AnchorsAccount
func (*AnchorsAccount) SetParameters ¶
func (tr *AnchorsAccount) SetParameters(params map[string]interface{}) error
SetParameters for this AnchorsAccount
func (*AnchorsAccount) SetProviderConfigReference ¶
func (mg *AnchorsAccount) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this AnchorsAccount.
func (*AnchorsAccount) SetProviderReference ¶
func (mg *AnchorsAccount) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this AnchorsAccount. Deprecated: Use SetProviderConfigReference.
func (*AnchorsAccount) SetWriteConnectionSecretToReference ¶
func (mg *AnchorsAccount) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this AnchorsAccount.
type AnchorsAccountList ¶
type AnchorsAccountList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AnchorsAccount `json:"items"` }
AnchorsAccountList contains a list of AnchorsAccounts
func (*AnchorsAccountList) DeepCopy ¶
func (in *AnchorsAccountList) DeepCopy() *AnchorsAccountList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnchorsAccountList.
func (*AnchorsAccountList) DeepCopyInto ¶
func (in *AnchorsAccountList) DeepCopyInto(out *AnchorsAccountList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AnchorsAccountList) DeepCopyObject ¶
func (in *AnchorsAccountList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AnchorsAccountList) GetItems ¶
func (l *AnchorsAccountList) GetItems() []resource.Managed
GetItems of this AnchorsAccountList.
type AnchorsAccountObservation ¶
type AnchorsAccountObservation struct { AccountDomain *string `json:"accountDomain,omitempty" tf:"account_domain,omitempty"` AccountID *string `json:"accountId,omitempty" tf:"account_id,omitempty"` }
func (*AnchorsAccountObservation) DeepCopy ¶
func (in *AnchorsAccountObservation) DeepCopy() *AnchorsAccountObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnchorsAccountObservation.
func (*AnchorsAccountObservation) DeepCopyInto ¶
func (in *AnchorsAccountObservation) DeepCopyInto(out *AnchorsAccountObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AnchorsAccountParameters ¶
type AnchorsAccountParameters struct { // +kubebuilder:validation:Required Location *string `json:"location" tf:"location,omitempty"` // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Required ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name,omitempty"` // +kubebuilder:validation:Optional Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*AnchorsAccountParameters) DeepCopy ¶
func (in *AnchorsAccountParameters) DeepCopy() *AnchorsAccountParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnchorsAccountParameters.
func (*AnchorsAccountParameters) DeepCopyInto ¶
func (in *AnchorsAccountParameters) DeepCopyInto(out *AnchorsAccountParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AnchorsAccountSpec ¶
type AnchorsAccountSpec struct { v1.ResourceSpec `json:",inline"` ForProvider AnchorsAccountParameters `json:"forProvider"` }
AnchorsAccountSpec defines the desired state of AnchorsAccount
func (*AnchorsAccountSpec) DeepCopy ¶
func (in *AnchorsAccountSpec) DeepCopy() *AnchorsAccountSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnchorsAccountSpec.
func (*AnchorsAccountSpec) DeepCopyInto ¶
func (in *AnchorsAccountSpec) DeepCopyInto(out *AnchorsAccountSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AnchorsAccountStatus ¶
type AnchorsAccountStatus struct { v1.ResourceStatus `json:",inline"` AtProvider AnchorsAccountObservation `json:"atProvider,omitempty"` }
AnchorsAccountStatus defines the observed state of AnchorsAccount.
func (*AnchorsAccountStatus) DeepCopy ¶
func (in *AnchorsAccountStatus) DeepCopy() *AnchorsAccountStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnchorsAccountStatus.
func (*AnchorsAccountStatus) DeepCopyInto ¶
func (in *AnchorsAccountStatus) DeepCopyInto(out *AnchorsAccountStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.