Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=mixedreality.azure.upbound.io +versionName=v1beta1
Index ¶
- Constants
- Variables
- type SpatialAnchorsAccount
- func (in *SpatialAnchorsAccount) DeepCopy() *SpatialAnchorsAccount
- func (in *SpatialAnchorsAccount) DeepCopyInto(out *SpatialAnchorsAccount)
- func (in *SpatialAnchorsAccount) DeepCopyObject() runtime.Object
- func (mg *SpatialAnchorsAccount) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *SpatialAnchorsAccount) GetConnectionDetailsMapping() map[string]string
- func (mg *SpatialAnchorsAccount) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *SpatialAnchorsAccount) GetID() string
- func (mg *SpatialAnchorsAccount) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *SpatialAnchorsAccount) GetObservation() (map[string]any, error)
- func (tr *SpatialAnchorsAccount) GetParameters() (map[string]any, error)
- func (mg *SpatialAnchorsAccount) GetProviderConfigReference() *xpv1.Reference
- func (mg *SpatialAnchorsAccount) GetProviderReference() *xpv1.Reference
- func (mg *SpatialAnchorsAccount) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *SpatialAnchorsAccount) GetTerraformResourceType() string
- func (tr *SpatialAnchorsAccount) GetTerraformSchemaVersion() int
- func (mg *SpatialAnchorsAccount) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *SpatialAnchorsAccount) LateInitialize(attrs []byte) (bool, error)
- func (mg *SpatialAnchorsAccount) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *SpatialAnchorsAccount) SetConditions(c ...xpv1.Condition)
- func (mg *SpatialAnchorsAccount) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *SpatialAnchorsAccount) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *SpatialAnchorsAccount) SetObservation(obs map[string]any) error
- func (tr *SpatialAnchorsAccount) SetParameters(params map[string]any) error
- func (mg *SpatialAnchorsAccount) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *SpatialAnchorsAccount) SetProviderReference(r *xpv1.Reference)
- func (mg *SpatialAnchorsAccount) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *SpatialAnchorsAccount) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type SpatialAnchorsAccountList
- type SpatialAnchorsAccountObservation
- type SpatialAnchorsAccountParameters
- type SpatialAnchorsAccountSpec
- type SpatialAnchorsAccountStatus
Constants ¶
const ( CRDGroup = "mixedreality.azure.upbound.io" CRDVersion = "v1beta1" )
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 ( SpatialAnchorsAccount_Kind = "SpatialAnchorsAccount" SpatialAnchorsAccount_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: SpatialAnchorsAccount_Kind}.String() SpatialAnchorsAccount_KindAPIVersion = SpatialAnchorsAccount_Kind + "." + CRDGroupVersion.String() SpatialAnchorsAccount_GroupVersionKind = CRDGroupVersion.WithKind(SpatialAnchorsAccount_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type SpatialAnchorsAccount ¶
type SpatialAnchorsAccount struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.location)",message="location is a required parameter" Spec SpatialAnchorsAccountSpec `json:"spec"` Status SpatialAnchorsAccountStatus `json:"status,omitempty"` }
SpatialAnchorsAccount is the Schema for the SpatialAnchorsAccounts API. Manages an Azure Spatial Anchors Account. +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,azure}
func (*SpatialAnchorsAccount) DeepCopy ¶
func (in *SpatialAnchorsAccount) DeepCopy() *SpatialAnchorsAccount
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpatialAnchorsAccount.
func (*SpatialAnchorsAccount) DeepCopyInto ¶
func (in *SpatialAnchorsAccount) DeepCopyInto(out *SpatialAnchorsAccount)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SpatialAnchorsAccount) DeepCopyObject ¶
func (in *SpatialAnchorsAccount) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SpatialAnchorsAccount) GetCondition ¶
func (mg *SpatialAnchorsAccount) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this SpatialAnchorsAccount.
func (*SpatialAnchorsAccount) GetConnectionDetailsMapping ¶
func (tr *SpatialAnchorsAccount) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this SpatialAnchorsAccount
func (*SpatialAnchorsAccount) GetDeletionPolicy ¶
func (mg *SpatialAnchorsAccount) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this SpatialAnchorsAccount.
func (*SpatialAnchorsAccount) GetID ¶
func (tr *SpatialAnchorsAccount) GetID() string
GetID returns ID of underlying Terraform resource of this SpatialAnchorsAccount
func (*SpatialAnchorsAccount) GetManagementPolicy ¶ added in v0.31.0
func (mg *SpatialAnchorsAccount) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this SpatialAnchorsAccount.
func (*SpatialAnchorsAccount) GetObservation ¶
func (tr *SpatialAnchorsAccount) GetObservation() (map[string]any, error)
GetObservation of this SpatialAnchorsAccount
func (*SpatialAnchorsAccount) GetParameters ¶
func (tr *SpatialAnchorsAccount) GetParameters() (map[string]any, error)
GetParameters of this SpatialAnchorsAccount
func (*SpatialAnchorsAccount) GetProviderConfigReference ¶
func (mg *SpatialAnchorsAccount) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this SpatialAnchorsAccount.
func (*SpatialAnchorsAccount) GetProviderReference ¶
func (mg *SpatialAnchorsAccount) GetProviderReference() *xpv1.Reference
GetProviderReference of this SpatialAnchorsAccount. Deprecated: Use GetProviderConfigReference.
func (*SpatialAnchorsAccount) GetPublishConnectionDetailsTo ¶
func (mg *SpatialAnchorsAccount) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this SpatialAnchorsAccount.
func (*SpatialAnchorsAccount) GetTerraformResourceType ¶
func (mg *SpatialAnchorsAccount) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this SpatialAnchorsAccount
func (*SpatialAnchorsAccount) GetTerraformSchemaVersion ¶
func (tr *SpatialAnchorsAccount) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*SpatialAnchorsAccount) GetWriteConnectionSecretToReference ¶
func (mg *SpatialAnchorsAccount) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this SpatialAnchorsAccount.
func (*SpatialAnchorsAccount) LateInitialize ¶
func (tr *SpatialAnchorsAccount) LateInitialize(attrs []byte) (bool, error)
LateInitialize this SpatialAnchorsAccount using its observed tfState. returns True if there are any spec changes for the resource.
func (*SpatialAnchorsAccount) ResolveReferences ¶
ResolveReferences of this SpatialAnchorsAccount.
func (*SpatialAnchorsAccount) SetConditions ¶
func (mg *SpatialAnchorsAccount) SetConditions(c ...xpv1.Condition)
SetConditions of this SpatialAnchorsAccount.
func (*SpatialAnchorsAccount) SetDeletionPolicy ¶
func (mg *SpatialAnchorsAccount) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this SpatialAnchorsAccount.
func (*SpatialAnchorsAccount) SetManagementPolicy ¶ added in v0.31.0
func (mg *SpatialAnchorsAccount) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this SpatialAnchorsAccount.
func (*SpatialAnchorsAccount) SetObservation ¶
func (tr *SpatialAnchorsAccount) SetObservation(obs map[string]any) error
SetObservation for this SpatialAnchorsAccount
func (*SpatialAnchorsAccount) SetParameters ¶
func (tr *SpatialAnchorsAccount) SetParameters(params map[string]any) error
SetParameters for this SpatialAnchorsAccount
func (*SpatialAnchorsAccount) SetProviderConfigReference ¶
func (mg *SpatialAnchorsAccount) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this SpatialAnchorsAccount.
func (*SpatialAnchorsAccount) SetProviderReference ¶
func (mg *SpatialAnchorsAccount) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this SpatialAnchorsAccount. Deprecated: Use SetProviderConfigReference.
func (*SpatialAnchorsAccount) SetPublishConnectionDetailsTo ¶
func (mg *SpatialAnchorsAccount) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this SpatialAnchorsAccount.
func (*SpatialAnchorsAccount) SetWriteConnectionSecretToReference ¶
func (mg *SpatialAnchorsAccount) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this SpatialAnchorsAccount.
type SpatialAnchorsAccountList ¶
type SpatialAnchorsAccountList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SpatialAnchorsAccount `json:"items"` }
SpatialAnchorsAccountList contains a list of SpatialAnchorsAccounts
func (*SpatialAnchorsAccountList) DeepCopy ¶
func (in *SpatialAnchorsAccountList) DeepCopy() *SpatialAnchorsAccountList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpatialAnchorsAccountList.
func (*SpatialAnchorsAccountList) DeepCopyInto ¶
func (in *SpatialAnchorsAccountList) DeepCopyInto(out *SpatialAnchorsAccountList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SpatialAnchorsAccountList) DeepCopyObject ¶
func (in *SpatialAnchorsAccountList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SpatialAnchorsAccountList) GetItems ¶
func (l *SpatialAnchorsAccountList) GetItems() []resource.Managed
GetItems of this SpatialAnchorsAccountList.
type SpatialAnchorsAccountObservation ¶
type SpatialAnchorsAccountObservation struct { // The domain of the Spatial Anchors Account. AccountDomain *string `json:"accountDomain,omitempty" tf:"account_domain,omitempty"` // The account ID of the Spatial Anchors Account. AccountID *string `json:"accountId,omitempty" tf:"account_id,omitempty"` // The ID of the Spatial Anchors Account. ID *string `json:"id,omitempty" tf:"id,omitempty"` // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. Location *string `json:"location,omitempty" tf:"location,omitempty"` // The name of the resource group in which to create the Spatial Anchors Account. Changing this forces a new resource to be created. ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // A mapping of tags to assign to the resource. Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*SpatialAnchorsAccountObservation) DeepCopy ¶
func (in *SpatialAnchorsAccountObservation) DeepCopy() *SpatialAnchorsAccountObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpatialAnchorsAccountObservation.
func (*SpatialAnchorsAccountObservation) DeepCopyInto ¶
func (in *SpatialAnchorsAccountObservation) DeepCopyInto(out *SpatialAnchorsAccountObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SpatialAnchorsAccountParameters ¶
type SpatialAnchorsAccountParameters struct { // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. // +kubebuilder:validation:Optional Location *string `json:"location,omitempty" tf:"location,omitempty"` // The name of the resource group in which to create the Spatial Anchors Account. Changing this forces a new resource to be created. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup // +kubebuilder:validation:Optional ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // Reference to a ResourceGroup in azure to populate resourceGroupName. // +kubebuilder:validation:Optional ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"` // Selector for a ResourceGroup in azure to populate resourceGroupName. // +kubebuilder:validation:Optional ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"` // A mapping of tags to assign to the resource. // +kubebuilder:validation:Optional Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*SpatialAnchorsAccountParameters) DeepCopy ¶
func (in *SpatialAnchorsAccountParameters) DeepCopy() *SpatialAnchorsAccountParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpatialAnchorsAccountParameters.
func (*SpatialAnchorsAccountParameters) DeepCopyInto ¶
func (in *SpatialAnchorsAccountParameters) DeepCopyInto(out *SpatialAnchorsAccountParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SpatialAnchorsAccountSpec ¶
type SpatialAnchorsAccountSpec struct { v1.ResourceSpec `json:",inline"` ForProvider SpatialAnchorsAccountParameters `json:"forProvider"` }
SpatialAnchorsAccountSpec defines the desired state of SpatialAnchorsAccount
func (*SpatialAnchorsAccountSpec) DeepCopy ¶
func (in *SpatialAnchorsAccountSpec) DeepCopy() *SpatialAnchorsAccountSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpatialAnchorsAccountSpec.
func (*SpatialAnchorsAccountSpec) DeepCopyInto ¶
func (in *SpatialAnchorsAccountSpec) DeepCopyInto(out *SpatialAnchorsAccountSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SpatialAnchorsAccountStatus ¶
type SpatialAnchorsAccountStatus struct { v1.ResourceStatus `json:",inline"` AtProvider SpatialAnchorsAccountObservation `json:"atProvider,omitempty"` }
SpatialAnchorsAccountStatus defines the observed state of SpatialAnchorsAccount.
func (*SpatialAnchorsAccountStatus) DeepCopy ¶
func (in *SpatialAnchorsAccountStatus) DeepCopy() *SpatialAnchorsAccountStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpatialAnchorsAccountStatus.
func (*SpatialAnchorsAccountStatus) DeepCopyInto ¶
func (in *SpatialAnchorsAccountStatus) DeepCopyInto(out *SpatialAnchorsAccountStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.