v1beta2

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=datashare.azure.upbound.io +versionName=v1beta2

Index

Constants

View Source
const (
	CRDGroup   = "datashare.azure.upbound.io"
	CRDVersion = "v1beta2"
)

Package type metadata.

Variables

View Source
var (
	Account_Kind             = "Account"
	Account_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Account_Kind}.String()
	Account_KindAPIVersion   = Account_Kind + "." + CRDGroupVersion.String()
	Account_GroupVersionKind = CRDGroupVersion.WithKind(Account_Kind)
)

Repository type metadata.

View Source
var (
	DataSetBlobStorage_Kind             = "DataSetBlobStorage"
	DataSetBlobStorage_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: DataSetBlobStorage_Kind}.String()
	DataSetBlobStorage_KindAPIVersion   = DataSetBlobStorage_Kind + "." + CRDGroupVersion.String()
	DataSetBlobStorage_GroupVersionKind = CRDGroupVersion.WithKind(DataSetBlobStorage_Kind)
)

Repository type metadata.

View Source
var (
	DataShare_Kind             = "DataShare"
	DataShare_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: DataShare_Kind}.String()
	DataShare_KindAPIVersion   = DataShare_Kind + "." + CRDGroupVersion.String()
	DataShare_GroupVersionKind = CRDGroupVersion.WithKind(DataShare_Kind)
)

Repository type metadata.

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
)

Functions

This section is empty.

Types

type Account

type Account 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.identity) || (has(self.initProvider) && has(self.initProvider.identity))",message="spec.forProvider.identity is a required parameter"
	// +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   AccountSpec   `json:"spec"`
	Status AccountStatus `json:"status,omitempty"`
}

Account is the Schema for the Accounts API. Manages a Data Share 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 (*Account) DeepCopy

func (in *Account) DeepCopy() *Account

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

func (*Account) DeepCopyInto

func (in *Account) DeepCopyInto(out *Account)

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

func (*Account) DeepCopyObject

func (in *Account) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Account) GetCondition

func (mg *Account) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Account.

func (*Account) GetConnectionDetailsMapping

func (tr *Account) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Account

func (*Account) GetDeletionPolicy

func (mg *Account) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Account.

func (*Account) GetID

func (tr *Account) GetID() string

GetID returns ID of underlying Terraform resource of this Account

func (*Account) GetInitParameters

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

GetInitParameters of this Account

func (*Account) GetManagementPolicies

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

GetManagementPolicies of this Account.

func (*Account) GetMergedParameters

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

GetInitParameters of this Account

func (*Account) GetObservation

func (tr *Account) GetObservation() (map[string]any, error)

GetObservation of this Account

func (*Account) GetParameters

func (tr *Account) GetParameters() (map[string]any, error)

GetParameters of this Account

func (*Account) GetProviderConfigReference

func (mg *Account) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Account.

func (*Account) GetPublishConnectionDetailsTo

func (mg *Account) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Account.

func (*Account) GetTerraformResourceType

func (mg *Account) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Account

func (*Account) GetTerraformSchemaVersion

func (tr *Account) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Account) GetWriteConnectionSecretToReference

func (mg *Account) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Account.

func (*Account) Hub

func (tr *Account) Hub()

Hub marks this type as a conversion hub.

func (*Account) LateInitialize

func (tr *Account) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Account using its observed tfState. returns True if there are any spec changes for the resource.

func (*Account) ResolveReferences

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

func (*Account) SetConditions

func (mg *Account) SetConditions(c ...xpv1.Condition)

SetConditions of this Account.

func (*Account) SetDeletionPolicy

func (mg *Account) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Account.

func (*Account) SetManagementPolicies

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

SetManagementPolicies of this Account.

func (*Account) SetObservation

func (tr *Account) SetObservation(obs map[string]any) error

SetObservation for this Account

func (*Account) SetParameters

func (tr *Account) SetParameters(params map[string]any) error

SetParameters for this Account

func (*Account) SetProviderConfigReference

func (mg *Account) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Account.

func (*Account) SetPublishConnectionDetailsTo

func (mg *Account) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this Account.

func (*Account) SetWriteConnectionSecretToReference

func (mg *Account) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Account.

type AccountInitParameters

type AccountInitParameters struct {

	// An identity block as defined below. Changing this forces a new resource to be created.
	Identity *IdentityInitParameters `json:"identity,omitempty" tf:"identity,omitempty"`

	// The Azure Region where the Data Share Account should exist. Changing this forces a new Data Share Account to be created.
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// A mapping of tags which should be assigned to the Data Share Account.
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*AccountInitParameters) DeepCopy

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

func (*AccountInitParameters) DeepCopyInto

func (in *AccountInitParameters) DeepCopyInto(out *AccountInitParameters)

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

type AccountList

type AccountList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Account `json:"items"`
}

AccountList contains a list of Accounts

func (*AccountList) DeepCopy

func (in *AccountList) DeepCopy() *AccountList

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

func (*AccountList) DeepCopyInto

func (in *AccountList) DeepCopyInto(out *AccountList)

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

func (*AccountList) DeepCopyObject

func (in *AccountList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*AccountList) GetItems

func (l *AccountList) GetItems() []resource.Managed

GetItems of this AccountList.

type AccountObservation

type AccountObservation struct {

	// The ID of the Data Share Account.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// An identity block as defined below. Changing this forces a new resource to be created.
	Identity *IdentityObservation `json:"identity,omitempty" tf:"identity,omitempty"`

	// The Azure Region where the Data Share Account should exist. Changing this forces a new Data Share Account to be created.
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// The name of the Resource Group where the Data Share Account should exist. Changing this forces a new Data Share Account to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// A mapping of tags which should be assigned to the Data Share Account.
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*AccountObservation) DeepCopy

func (in *AccountObservation) DeepCopy() *AccountObservation

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

func (*AccountObservation) DeepCopyInto

func (in *AccountObservation) DeepCopyInto(out *AccountObservation)

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

type AccountParameters

type AccountParameters struct {

	// An identity block as defined below. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	Identity *IdentityParameters `json:"identity,omitempty" tf:"identity,omitempty"`

	// The Azure Region where the Data Share Account should exist. Changing this forces a new Data Share Account to be created.
	// +kubebuilder:validation:Optional
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// The name of the Resource Group where the Data Share Account should exist. Changing this forces a new Data Share Account 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 which should be assigned to the Data Share Account.
	// +kubebuilder:validation:Optional
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*AccountParameters) DeepCopy

func (in *AccountParameters) DeepCopy() *AccountParameters

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

func (*AccountParameters) DeepCopyInto

func (in *AccountParameters) DeepCopyInto(out *AccountParameters)

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

type AccountSpec

type AccountSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AccountParameters `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 AccountInitParameters `json:"initProvider,omitempty"`
}

AccountSpec defines the desired state of Account

func (*AccountSpec) DeepCopy

func (in *AccountSpec) DeepCopy() *AccountSpec

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

func (*AccountSpec) DeepCopyInto

func (in *AccountSpec) DeepCopyInto(out *AccountSpec)

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

type AccountStatus

type AccountStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        AccountObservation `json:"atProvider,omitempty"`
}

AccountStatus defines the observed state of Account.

func (*AccountStatus) DeepCopy

func (in *AccountStatus) DeepCopy() *AccountStatus

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

func (*AccountStatus) DeepCopyInto

func (in *AccountStatus) DeepCopyInto(out *AccountStatus)

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

type DataSetBlobStorage

type DataSetBlobStorage 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.storageAccount) || (has(self.initProvider) && has(self.initProvider.storageAccount))",message="spec.forProvider.storageAccount is a required parameter"
	Spec   DataSetBlobStorageSpec   `json:"spec"`
	Status DataSetBlobStorageStatus `json:"status,omitempty"`
}

DataSetBlobStorage is the Schema for the DataSetBlobStorages API. Manages a Data Share Blob Storage Dataset. +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 (*DataSetBlobStorage) DeepCopy

func (in *DataSetBlobStorage) DeepCopy() *DataSetBlobStorage

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

func (*DataSetBlobStorage) DeepCopyInto

func (in *DataSetBlobStorage) DeepCopyInto(out *DataSetBlobStorage)

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

func (*DataSetBlobStorage) DeepCopyObject

func (in *DataSetBlobStorage) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataSetBlobStorage) GetCondition

func (mg *DataSetBlobStorage) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this DataSetBlobStorage.

func (*DataSetBlobStorage) GetConnectionDetailsMapping

func (tr *DataSetBlobStorage) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this DataSetBlobStorage

func (*DataSetBlobStorage) GetDeletionPolicy

func (mg *DataSetBlobStorage) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this DataSetBlobStorage.

func (*DataSetBlobStorage) GetID

func (tr *DataSetBlobStorage) GetID() string

GetID returns ID of underlying Terraform resource of this DataSetBlobStorage

func (*DataSetBlobStorage) GetInitParameters

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

GetInitParameters of this DataSetBlobStorage

func (*DataSetBlobStorage) GetManagementPolicies

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

GetManagementPolicies of this DataSetBlobStorage.

func (*DataSetBlobStorage) GetMergedParameters

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

GetInitParameters of this DataSetBlobStorage

func (*DataSetBlobStorage) GetObservation

func (tr *DataSetBlobStorage) GetObservation() (map[string]any, error)

GetObservation of this DataSetBlobStorage

func (*DataSetBlobStorage) GetParameters

func (tr *DataSetBlobStorage) GetParameters() (map[string]any, error)

GetParameters of this DataSetBlobStorage

func (*DataSetBlobStorage) GetProviderConfigReference

func (mg *DataSetBlobStorage) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this DataSetBlobStorage.

func (*DataSetBlobStorage) GetPublishConnectionDetailsTo

func (mg *DataSetBlobStorage) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this DataSetBlobStorage.

func (*DataSetBlobStorage) GetTerraformResourceType

func (mg *DataSetBlobStorage) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this DataSetBlobStorage

func (*DataSetBlobStorage) GetTerraformSchemaVersion

func (tr *DataSetBlobStorage) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*DataSetBlobStorage) GetWriteConnectionSecretToReference

func (mg *DataSetBlobStorage) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this DataSetBlobStorage.

func (*DataSetBlobStorage) Hub

func (tr *DataSetBlobStorage) Hub()

Hub marks this type as a conversion hub.

func (*DataSetBlobStorage) LateInitialize

func (tr *DataSetBlobStorage) LateInitialize(attrs []byte) (bool, error)

LateInitialize this DataSetBlobStorage using its observed tfState. returns True if there are any spec changes for the resource.

func (*DataSetBlobStorage) ResolveReferences

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

ResolveReferences of this DataSetBlobStorage.

func (*DataSetBlobStorage) SetConditions

func (mg *DataSetBlobStorage) SetConditions(c ...xpv1.Condition)

SetConditions of this DataSetBlobStorage.

func (*DataSetBlobStorage) SetDeletionPolicy

func (mg *DataSetBlobStorage) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this DataSetBlobStorage.

func (*DataSetBlobStorage) SetManagementPolicies

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

SetManagementPolicies of this DataSetBlobStorage.

func (*DataSetBlobStorage) SetObservation

func (tr *DataSetBlobStorage) SetObservation(obs map[string]any) error

SetObservation for this DataSetBlobStorage

func (*DataSetBlobStorage) SetParameters

func (tr *DataSetBlobStorage) SetParameters(params map[string]any) error

SetParameters for this DataSetBlobStorage

func (*DataSetBlobStorage) SetProviderConfigReference

func (mg *DataSetBlobStorage) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this DataSetBlobStorage.

func (*DataSetBlobStorage) SetPublishConnectionDetailsTo

func (mg *DataSetBlobStorage) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this DataSetBlobStorage.

func (*DataSetBlobStorage) SetWriteConnectionSecretToReference

func (mg *DataSetBlobStorage) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this DataSetBlobStorage.

type DataSetBlobStorageInitParameters

type DataSetBlobStorageInitParameters struct {

	// The name of the storage account container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/storage/v1beta1.Container
	ContainerName *string `json:"containerName,omitempty" tf:"container_name,omitempty"`

	// Reference to a Container in storage to populate containerName.
	// +kubebuilder:validation:Optional
	ContainerNameRef *v1.Reference `json:"containerNameRef,omitempty" tf:"-"`

	// Selector for a Container in storage to populate containerName.
	// +kubebuilder:validation:Optional
	ContainerNameSelector *v1.Selector `json:"containerNameSelector,omitempty" tf:"-"`

	// The path of the file in the storage container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	FilePath *string `json:"filePath,omitempty" tf:"file_path,omitempty"`

	// The path of the folder in the storage container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	FolderPath *string `json:"folderPath,omitempty" tf:"folder_path,omitempty"`

	// A storage_account block as defined below. Changing this forces a new resource to be created.
	StorageAccount *StorageAccountInitParameters `json:"storageAccount,omitempty" tf:"storage_account,omitempty"`
}

func (*DataSetBlobStorageInitParameters) DeepCopy

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

func (*DataSetBlobStorageInitParameters) DeepCopyInto

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

type DataSetBlobStorageList

type DataSetBlobStorageList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []DataSetBlobStorage `json:"items"`
}

DataSetBlobStorageList contains a list of DataSetBlobStorages

func (*DataSetBlobStorageList) DeepCopy

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

func (*DataSetBlobStorageList) DeepCopyInto

func (in *DataSetBlobStorageList) DeepCopyInto(out *DataSetBlobStorageList)

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

func (*DataSetBlobStorageList) DeepCopyObject

func (in *DataSetBlobStorageList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataSetBlobStorageList) GetItems

func (l *DataSetBlobStorageList) GetItems() []resource.Managed

GetItems of this DataSetBlobStorageList.

type DataSetBlobStorageObservation

type DataSetBlobStorageObservation struct {

	// The name of the storage account container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	ContainerName *string `json:"containerName,omitempty" tf:"container_name,omitempty"`

	// The ID of the Data Share in which this Data Share Blob Storage Dataset should be created. Changing this forces a new Data Share Blob Storage Dataset to be created.
	DataShareID *string `json:"dataShareId,omitempty" tf:"data_share_id,omitempty"`

	// The name of the Data Share Dataset.
	DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"`

	// The path of the file in the storage container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	FilePath *string `json:"filePath,omitempty" tf:"file_path,omitempty"`

	// The path of the folder in the storage container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	FolderPath *string `json:"folderPath,omitempty" tf:"folder_path,omitempty"`

	// The ID of the Data Share Blob Storage Dataset.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// A storage_account block as defined below. Changing this forces a new resource to be created.
	StorageAccount *StorageAccountObservation `json:"storageAccount,omitempty" tf:"storage_account,omitempty"`
}

func (*DataSetBlobStorageObservation) DeepCopy

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

func (*DataSetBlobStorageObservation) DeepCopyInto

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

type DataSetBlobStorageParameters

type DataSetBlobStorageParameters struct {

	// The name of the storage account container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/storage/v1beta1.Container
	// +kubebuilder:validation:Optional
	ContainerName *string `json:"containerName,omitempty" tf:"container_name,omitempty"`

	// Reference to a Container in storage to populate containerName.
	// +kubebuilder:validation:Optional
	ContainerNameRef *v1.Reference `json:"containerNameRef,omitempty" tf:"-"`

	// Selector for a Container in storage to populate containerName.
	// +kubebuilder:validation:Optional
	ContainerNameSelector *v1.Selector `json:"containerNameSelector,omitempty" tf:"-"`

	// The ID of the Data Share in which this Data Share Blob Storage Dataset should be created. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/datashare/v1beta2.DataShare
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	// +kubebuilder:validation:Optional
	DataShareID *string `json:"dataShareId,omitempty" tf:"data_share_id,omitempty"`

	// Reference to a DataShare in datashare to populate dataShareId.
	// +kubebuilder:validation:Optional
	DataShareIDRef *v1.Reference `json:"dataShareIdRef,omitempty" tf:"-"`

	// Selector for a DataShare in datashare to populate dataShareId.
	// +kubebuilder:validation:Optional
	DataShareIDSelector *v1.Selector `json:"dataShareIdSelector,omitempty" tf:"-"`

	// The path of the file in the storage container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +kubebuilder:validation:Optional
	FilePath *string `json:"filePath,omitempty" tf:"file_path,omitempty"`

	// The path of the folder in the storage container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +kubebuilder:validation:Optional
	FolderPath *string `json:"folderPath,omitempty" tf:"folder_path,omitempty"`

	// A storage_account block as defined below. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	StorageAccount *StorageAccountParameters `json:"storageAccount,omitempty" tf:"storage_account,omitempty"`
}

func (*DataSetBlobStorageParameters) DeepCopy

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

func (*DataSetBlobStorageParameters) DeepCopyInto

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

type DataSetBlobStorageSpec

type DataSetBlobStorageSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     DataSetBlobStorageParameters `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 DataSetBlobStorageInitParameters `json:"initProvider,omitempty"`
}

DataSetBlobStorageSpec defines the desired state of DataSetBlobStorage

func (*DataSetBlobStorageSpec) DeepCopy

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

func (*DataSetBlobStorageSpec) DeepCopyInto

func (in *DataSetBlobStorageSpec) DeepCopyInto(out *DataSetBlobStorageSpec)

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

type DataSetBlobStorageStatus

type DataSetBlobStorageStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        DataSetBlobStorageObservation `json:"atProvider,omitempty"`
}

DataSetBlobStorageStatus defines the observed state of DataSetBlobStorage.

func (*DataSetBlobStorageStatus) DeepCopy

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

func (*DataSetBlobStorageStatus) DeepCopyInto

func (in *DataSetBlobStorageStatus) DeepCopyInto(out *DataSetBlobStorageStatus)

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

type DataShare

type DataShare 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.kind) || (has(self.initProvider) && has(self.initProvider.kind))",message="spec.forProvider.kind is a required parameter"
	Spec   DataShareSpec   `json:"spec"`
	Status DataShareStatus `json:"status,omitempty"`
}

DataShare is the Schema for the DataShares API. Manages a Data Share. +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 (*DataShare) DeepCopy

func (in *DataShare) DeepCopy() *DataShare

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

func (*DataShare) DeepCopyInto

func (in *DataShare) DeepCopyInto(out *DataShare)

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

func (*DataShare) DeepCopyObject

func (in *DataShare) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataShare) GetCondition

func (mg *DataShare) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this DataShare.

func (*DataShare) GetConnectionDetailsMapping

func (tr *DataShare) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this DataShare

func (*DataShare) GetDeletionPolicy

func (mg *DataShare) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this DataShare.

func (*DataShare) GetID

func (tr *DataShare) GetID() string

GetID returns ID of underlying Terraform resource of this DataShare

func (*DataShare) GetInitParameters

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

GetInitParameters of this DataShare

func (*DataShare) GetManagementPolicies

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

GetManagementPolicies of this DataShare.

func (*DataShare) GetMergedParameters

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

GetInitParameters of this DataShare

func (*DataShare) GetObservation

func (tr *DataShare) GetObservation() (map[string]any, error)

GetObservation of this DataShare

func (*DataShare) GetParameters

func (tr *DataShare) GetParameters() (map[string]any, error)

GetParameters of this DataShare

func (*DataShare) GetProviderConfigReference

func (mg *DataShare) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this DataShare.

func (*DataShare) GetPublishConnectionDetailsTo

func (mg *DataShare) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this DataShare.

func (*DataShare) GetTerraformResourceType

func (mg *DataShare) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this DataShare

func (*DataShare) GetTerraformSchemaVersion

func (tr *DataShare) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*DataShare) GetWriteConnectionSecretToReference

func (mg *DataShare) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this DataShare.

func (*DataShare) Hub

func (tr *DataShare) Hub()

Hub marks this type as a conversion hub.

func (*DataShare) LateInitialize

func (tr *DataShare) LateInitialize(attrs []byte) (bool, error)

LateInitialize this DataShare using its observed tfState. returns True if there are any spec changes for the resource.

func (*DataShare) ResolveReferences

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

ResolveReferences of this DataShare.

func (*DataShare) SetConditions

func (mg *DataShare) SetConditions(c ...xpv1.Condition)

SetConditions of this DataShare.

func (*DataShare) SetDeletionPolicy

func (mg *DataShare) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this DataShare.

func (*DataShare) SetManagementPolicies

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

SetManagementPolicies of this DataShare.

func (*DataShare) SetObservation

func (tr *DataShare) SetObservation(obs map[string]any) error

SetObservation for this DataShare

func (*DataShare) SetParameters

func (tr *DataShare) SetParameters(params map[string]any) error

SetParameters for this DataShare

func (*DataShare) SetProviderConfigReference

func (mg *DataShare) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this DataShare.

func (*DataShare) SetPublishConnectionDetailsTo

func (mg *DataShare) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this DataShare.

func (*DataShare) SetWriteConnectionSecretToReference

func (mg *DataShare) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this DataShare.

type DataShareInitParameters

type DataShareInitParameters struct {

	// The Data Share's description.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The kind of the Data Share. Possible values are CopyBased and InPlace. Changing this forces a new Data Share to be created.
	Kind *string `json:"kind,omitempty" tf:"kind,omitempty"`

	// A snapshot_schedule block as defined below.
	SnapshotSchedule *SnapshotScheduleInitParameters `json:"snapshotSchedule,omitempty" tf:"snapshot_schedule,omitempty"`

	// The terms of the Data Share.
	Terms *string `json:"terms,omitempty" tf:"terms,omitempty"`
}

func (*DataShareInitParameters) DeepCopy

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

func (*DataShareInitParameters) DeepCopyInto

func (in *DataShareInitParameters) DeepCopyInto(out *DataShareInitParameters)

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

type DataShareList

type DataShareList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []DataShare `json:"items"`
}

DataShareList contains a list of DataShares

func (*DataShareList) DeepCopy

func (in *DataShareList) DeepCopy() *DataShareList

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

func (*DataShareList) DeepCopyInto

func (in *DataShareList) DeepCopyInto(out *DataShareList)

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

func (*DataShareList) DeepCopyObject

func (in *DataShareList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataShareList) GetItems

func (l *DataShareList) GetItems() []resource.Managed

GetItems of this DataShareList.

type DataShareObservation

type DataShareObservation struct {

	// The ID of the Data Share account in which the Data Share is created. Changing this forces a new Data Share to be created.
	AccountID *string `json:"accountId,omitempty" tf:"account_id,omitempty"`

	// The Data Share's description.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The ID of the Data Share.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The kind of the Data Share. Possible values are CopyBased and InPlace. Changing this forces a new Data Share to be created.
	Kind *string `json:"kind,omitempty" tf:"kind,omitempty"`

	// A snapshot_schedule block as defined below.
	SnapshotSchedule *SnapshotScheduleObservation `json:"snapshotSchedule,omitempty" tf:"snapshot_schedule,omitempty"`

	// The terms of the Data Share.
	Terms *string `json:"terms,omitempty" tf:"terms,omitempty"`
}

func (*DataShareObservation) DeepCopy

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

func (*DataShareObservation) DeepCopyInto

func (in *DataShareObservation) DeepCopyInto(out *DataShareObservation)

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

type DataShareParameters

type DataShareParameters struct {

	// The ID of the Data Share account in which the Data Share is created. Changing this forces a new Data Share to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/datashare/v1beta2.Account
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	// +kubebuilder:validation:Optional
	AccountID *string `json:"accountId,omitempty" tf:"account_id,omitempty"`

	// Reference to a Account in datashare to populate accountId.
	// +kubebuilder:validation:Optional
	AccountIDRef *v1.Reference `json:"accountIdRef,omitempty" tf:"-"`

	// Selector for a Account in datashare to populate accountId.
	// +kubebuilder:validation:Optional
	AccountIDSelector *v1.Selector `json:"accountIdSelector,omitempty" tf:"-"`

	// The Data Share's description.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The kind of the Data Share. Possible values are CopyBased and InPlace. Changing this forces a new Data Share to be created.
	// +kubebuilder:validation:Optional
	Kind *string `json:"kind,omitempty" tf:"kind,omitempty"`

	// A snapshot_schedule block as defined below.
	// +kubebuilder:validation:Optional
	SnapshotSchedule *SnapshotScheduleParameters `json:"snapshotSchedule,omitempty" tf:"snapshot_schedule,omitempty"`

	// The terms of the Data Share.
	// +kubebuilder:validation:Optional
	Terms *string `json:"terms,omitempty" tf:"terms,omitempty"`
}

func (*DataShareParameters) DeepCopy

func (in *DataShareParameters) DeepCopy() *DataShareParameters

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

func (*DataShareParameters) DeepCopyInto

func (in *DataShareParameters) DeepCopyInto(out *DataShareParameters)

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

type DataShareSpec

type DataShareSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     DataShareParameters `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 DataShareInitParameters `json:"initProvider,omitempty"`
}

DataShareSpec defines the desired state of DataShare

func (*DataShareSpec) DeepCopy

func (in *DataShareSpec) DeepCopy() *DataShareSpec

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

func (*DataShareSpec) DeepCopyInto

func (in *DataShareSpec) DeepCopyInto(out *DataShareSpec)

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

type DataShareStatus

type DataShareStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        DataShareObservation `json:"atProvider,omitempty"`
}

DataShareStatus defines the observed state of DataShare.

func (*DataShareStatus) DeepCopy

func (in *DataShareStatus) DeepCopy() *DataShareStatus

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

func (*DataShareStatus) DeepCopyInto

func (in *DataShareStatus) DeepCopyInto(out *DataShareStatus)

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

type IdentityInitParameters

type IdentityInitParameters struct {

	// Specifies the type of Managed Service Identity that should be configured on this Data Share Account. The only possible value is SystemAssigned. Changing this forces a new resource to be created.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`
}

func (*IdentityInitParameters) DeepCopy

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

func (*IdentityInitParameters) DeepCopyInto

func (in *IdentityInitParameters) DeepCopyInto(out *IdentityInitParameters)

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

type IdentityObservation

type IdentityObservation struct {

	// The Principal ID for the Service Principal associated with the Identity of this Data Share Account.
	PrincipalID *string `json:"principalId,omitempty" tf:"principal_id,omitempty"`

	// The Tenant ID for the Service Principal associated with the Identity of this Data Share Account.
	TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"`

	// Specifies the type of Managed Service Identity that should be configured on this Data Share Account. The only possible value is SystemAssigned. Changing this forces a new resource to be created.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`
}

func (*IdentityObservation) DeepCopy

func (in *IdentityObservation) DeepCopy() *IdentityObservation

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

func (*IdentityObservation) DeepCopyInto

func (in *IdentityObservation) DeepCopyInto(out *IdentityObservation)

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

type IdentityParameters

type IdentityParameters struct {

	// Specifies the type of Managed Service Identity that should be configured on this Data Share Account. The only possible value is SystemAssigned. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	Type *string `json:"type" tf:"type,omitempty"`
}

func (*IdentityParameters) DeepCopy

func (in *IdentityParameters) DeepCopy() *IdentityParameters

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

func (*IdentityParameters) DeepCopyInto

func (in *IdentityParameters) DeepCopyInto(out *IdentityParameters)

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

type SnapshotScheduleInitParameters

type SnapshotScheduleInitParameters struct {

	// The name of the snapshot schedule.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The interval of the synchronization with the source data. Possible values are Hour and Day.
	Recurrence *string `json:"recurrence,omitempty" tf:"recurrence,omitempty"`

	// The synchronization with the source data's start time.
	StartTime *string `json:"startTime,omitempty" tf:"start_time,omitempty"`
}

func (*SnapshotScheduleInitParameters) DeepCopy

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

func (*SnapshotScheduleInitParameters) DeepCopyInto

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

type SnapshotScheduleObservation

type SnapshotScheduleObservation struct {

	// The name of the snapshot schedule.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The interval of the synchronization with the source data. Possible values are Hour and Day.
	Recurrence *string `json:"recurrence,omitempty" tf:"recurrence,omitempty"`

	// The synchronization with the source data's start time.
	StartTime *string `json:"startTime,omitempty" tf:"start_time,omitempty"`
}

func (*SnapshotScheduleObservation) DeepCopy

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

func (*SnapshotScheduleObservation) DeepCopyInto

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

type SnapshotScheduleParameters

type SnapshotScheduleParameters struct {

	// The name of the snapshot schedule.
	// +kubebuilder:validation:Optional
	Name *string `json:"name" tf:"name,omitempty"`

	// The interval of the synchronization with the source data. Possible values are Hour and Day.
	// +kubebuilder:validation:Optional
	Recurrence *string `json:"recurrence" tf:"recurrence,omitempty"`

	// The synchronization with the source data's start time.
	// +kubebuilder:validation:Optional
	StartTime *string `json:"startTime" tf:"start_time,omitempty"`
}

func (*SnapshotScheduleParameters) DeepCopy

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

func (*SnapshotScheduleParameters) DeepCopyInto

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

type StorageAccountInitParameters

type StorageAccountInitParameters struct {

	// The name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/storage/v1beta2.Account
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Reference to a Account in storage to populate name.
	// +kubebuilder:validation:Optional
	NameRef *v1.Reference `json:"nameRef,omitempty" tf:"-"`

	// Selector for a Account in storage to populate name.
	// +kubebuilder:validation:Optional
	NameSelector *v1.Selector `json:"nameSelector,omitempty" tf:"-"`

	// The resource group name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	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:"-"`

	// The subscription id of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	SubscriptionID *string `json:"subscriptionId,omitempty" tf:"subscription_id,omitempty"`
}

func (*StorageAccountInitParameters) DeepCopy

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

func (*StorageAccountInitParameters) DeepCopyInto

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

type StorageAccountObservation

type StorageAccountObservation struct {

	// The name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The resource group name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// The subscription id of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	SubscriptionID *string `json:"subscriptionId,omitempty" tf:"subscription_id,omitempty"`
}

func (*StorageAccountObservation) DeepCopy

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

func (*StorageAccountObservation) DeepCopyInto

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

type StorageAccountParameters

type StorageAccountParameters struct {

	// The name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/storage/v1beta2.Account
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Reference to a Account in storage to populate name.
	// +kubebuilder:validation:Optional
	NameRef *v1.Reference `json:"nameRef,omitempty" tf:"-"`

	// Selector for a Account in storage to populate name.
	// +kubebuilder:validation:Optional
	NameSelector *v1.Selector `json:"nameSelector,omitempty" tf:"-"`

	// The resource group name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset 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:"-"`

	// The subscription id of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +kubebuilder:validation:Optional
	SubscriptionID *string `json:"subscriptionId" tf:"subscription_id,omitempty"`
}

func (*StorageAccountParameters) DeepCopy

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

func (*StorageAccountParameters) DeepCopyInto

func (in *StorageAccountParameters) DeepCopyInto(out *StorageAccountParameters)

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