v1beta1

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=mixedreality.azure.upbound.io +versionName=v1beta1

Index

Constants

View Source
const (
	CRDGroup   = "mixedreality.azure.upbound.io"
	CRDVersion = "v1beta1"
)

Package type metadata.

Variables

View Source
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
)
View Source
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="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.location) || (has(self.initProvider) && has(self.initProvider.location))",message="spec.forProvider.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="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].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:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*SpatialAnchorsAccount) DeepCopy

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) GetInitParameters added in v0.35.0

func (tr *SpatialAnchorsAccount) GetInitParameters() (map[string]any, error)

GetInitParameters of this SpatialAnchorsAccount

func (*SpatialAnchorsAccount) GetManagementPolicies added in v0.35.0

func (mg *SpatialAnchorsAccount) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this SpatialAnchorsAccount.

func (*SpatialAnchorsAccount) GetMergedParameters added in v0.40.0

func (tr *SpatialAnchorsAccount) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters 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) 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) Hub added in v0.42.1

func (tr *SpatialAnchorsAccount) Hub()

Hub marks this type as a conversion hub.

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

func (mg *SpatialAnchorsAccount) ResolveReferences(
	ctx context.Context, c client.Reader) error

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) SetManagementPolicies added in v0.35.0

func (mg *SpatialAnchorsAccount) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies 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) 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 SpatialAnchorsAccountInitParameters added in v0.35.0

type SpatialAnchorsAccountInitParameters struct {

	// 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"`

	// A mapping of tags to assign to the resource.
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*SpatialAnchorsAccountInitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpatialAnchorsAccountInitParameters.

func (*SpatialAnchorsAccountInitParameters) DeepCopyInto added in v0.35.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpatialAnchorsAccountList.

func (*SpatialAnchorsAccountList) DeepCopyInto

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.
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*SpatialAnchorsAccountObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpatialAnchorsAccountObservation.

func (*SpatialAnchorsAccountObservation) DeepCopyInto

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
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*SpatialAnchorsAccountParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpatialAnchorsAccountParameters.

func (*SpatialAnchorsAccountParameters) DeepCopyInto

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"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider SpatialAnchorsAccountInitParameters `json:"initProvider,omitempty"`
}

SpatialAnchorsAccountSpec defines the desired state of SpatialAnchorsAccount

func (*SpatialAnchorsAccountSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpatialAnchorsAccountSpec.

func (*SpatialAnchorsAccountSpec) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpatialAnchorsAccountStatus.

func (*SpatialAnchorsAccountStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL