Documentation ¶
Overview ¶
Package storage contains API Schema definitions for the synapse storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=synapse.azure.com +versionName=v1api20210601storage
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- Constants
- Variables
- type APIVersion
- type AutoPauseProperties
- type AutoPauseProperties_STATUS
- type AutoScaleProperties
- type AutoScaleProperties_STATUS
- type CspWorkspaceAdminProperties
- type CspWorkspaceAdminProperties_STATUS
- type CustomerManagedKeyDetails
- type CustomerManagedKeyDetails_STATUS
- type DataLakeStorageAccountDetails
- type DataLakeStorageAccountDetails_STATUS
- type DynamicExecutorAllocation
- type DynamicExecutorAllocation_STATUS
- type EncryptionDetails
- type EncryptionDetails_STATUS
- type KekIdentityProperties
- type KekIdentityProperties_STATUS
- type LibraryInfo
- type LibraryInfo_STATUS
- type LibraryRequirements
- type LibraryRequirements_STATUS
- type ManagedIdentity
- type ManagedIdentity_STATUS
- type ManagedVirtualNetworkSettings
- type ManagedVirtualNetworkSettings_STATUS
- type PrivateEndpointConnection_STATUS
- type PurviewConfiguration
- type PurviewConfiguration_STATUS
- type SparkConfigProperties
- type SparkConfigProperties_STATUS
- type UserAssignedIdentityDetails
- type UserAssignedManagedIdentity_STATUS
- type VirtualNetworkProfile
- type VirtualNetworkProfile_STATUS
- type Workspace
- func (workspace *Workspace) AzureName() string
- func (in *Workspace) DeepCopy() *Workspace
- func (in *Workspace) DeepCopyInto(out *Workspace)
- func (in *Workspace) DeepCopyObject() runtime.Object
- func (workspace Workspace) GetAPIVersion() string
- func (workspace *Workspace) GetConditions() conditions.Conditions
- func (workspace *Workspace) GetResourceScope() genruntime.ResourceScope
- func (workspace *Workspace) GetSpec() genruntime.ConvertibleSpec
- func (workspace *Workspace) GetStatus() genruntime.ConvertibleStatus
- func (workspace *Workspace) GetSupportedOperations() []genruntime.ResourceOperation
- func (workspace *Workspace) GetType() string
- func (workspace *Workspace) Hub()
- func (workspace *Workspace) NewEmptyStatus() genruntime.ConvertibleStatus
- func (workspace *Workspace) OriginalGVK() *schema.GroupVersionKind
- func (workspace *Workspace) Owner() *genruntime.ResourceReference
- func (workspace *Workspace) SetConditions(conditions conditions.Conditions)
- func (workspace *Workspace) SetStatus(status genruntime.ConvertibleStatus) error
- type WorkspaceKeyDetails
- type WorkspaceKeyDetails_STATUS
- type WorkspaceList
- type WorkspaceRepositoryConfiguration
- type WorkspaceRepositoryConfiguration_STATUS
- type Workspace_STATUS
- func (workspace *Workspace_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (workspace *Workspace_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *Workspace_STATUS) DeepCopy() *Workspace_STATUS
- func (in *Workspace_STATUS) DeepCopyInto(out *Workspace_STATUS)
- type Workspace_Spec
- type WorkspacesBigDataPool
- func (pool *WorkspacesBigDataPool) AzureName() string
- func (in *WorkspacesBigDataPool) DeepCopy() *WorkspacesBigDataPool
- func (in *WorkspacesBigDataPool) DeepCopyInto(out *WorkspacesBigDataPool)
- func (in *WorkspacesBigDataPool) DeepCopyObject() runtime.Object
- func (pool WorkspacesBigDataPool) GetAPIVersion() string
- func (pool *WorkspacesBigDataPool) GetConditions() conditions.Conditions
- func (pool *WorkspacesBigDataPool) GetResourceScope() genruntime.ResourceScope
- func (pool *WorkspacesBigDataPool) GetSpec() genruntime.ConvertibleSpec
- func (pool *WorkspacesBigDataPool) GetStatus() genruntime.ConvertibleStatus
- func (pool *WorkspacesBigDataPool) GetSupportedOperations() []genruntime.ResourceOperation
- func (pool *WorkspacesBigDataPool) GetType() string
- func (pool *WorkspacesBigDataPool) Hub()
- func (pool *WorkspacesBigDataPool) NewEmptyStatus() genruntime.ConvertibleStatus
- func (pool *WorkspacesBigDataPool) OriginalGVK() *schema.GroupVersionKind
- func (pool *WorkspacesBigDataPool) Owner() *genruntime.ResourceReference
- func (pool *WorkspacesBigDataPool) SetConditions(conditions conditions.Conditions)
- func (pool *WorkspacesBigDataPool) SetStatus(status genruntime.ConvertibleStatus) error
- type WorkspacesBigDataPoolList
- type Workspaces_BigDataPool_STATUS
- func (pool *Workspaces_BigDataPool_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (pool *Workspaces_BigDataPool_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *Workspaces_BigDataPool_STATUS) DeepCopy() *Workspaces_BigDataPool_STATUS
- func (in *Workspaces_BigDataPool_STATUS) DeepCopyInto(out *Workspaces_BigDataPool_STATUS)
- type Workspaces_BigDataPool_Spec
- func (pool *Workspaces_BigDataPool_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (pool *Workspaces_BigDataPool_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *Workspaces_BigDataPool_Spec) DeepCopy() *Workspaces_BigDataPool_Spec
- func (in *Workspaces_BigDataPool_Spec) DeepCopyInto(out *Workspaces_BigDataPool_Spec)
Constants ¶
const APIVersion_Value = APIVersion("2021-06-01")
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "synapse.azure.com", Version: "v1api20210601storage"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type APIVersion ¶
type APIVersion string
Storage version of v1api20210601.APIVersion +kubebuilder:validation:Enum={"2021-06-01"}
type AutoPauseProperties ¶
type AutoPauseProperties struct { DelayInMinutes *int `json:"delayInMinutes,omitempty"` Enabled *bool `json:"enabled,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.AutoPauseProperties Auto-pausing properties of a Big Data pool powered by Apache Spark
func (*AutoPauseProperties) DeepCopy ¶
func (in *AutoPauseProperties) DeepCopy() *AutoPauseProperties
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoPauseProperties.
func (*AutoPauseProperties) DeepCopyInto ¶
func (in *AutoPauseProperties) DeepCopyInto(out *AutoPauseProperties)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AutoPauseProperties_STATUS ¶
type AutoPauseProperties_STATUS struct { DelayInMinutes *int `json:"delayInMinutes,omitempty"` Enabled *bool `json:"enabled,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.AutoPauseProperties_STATUS Auto-pausing properties of a Big Data pool powered by Apache Spark
func (*AutoPauseProperties_STATUS) DeepCopy ¶
func (in *AutoPauseProperties_STATUS) DeepCopy() *AutoPauseProperties_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoPauseProperties_STATUS.
func (*AutoPauseProperties_STATUS) DeepCopyInto ¶
func (in *AutoPauseProperties_STATUS) DeepCopyInto(out *AutoPauseProperties_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AutoScaleProperties ¶
type AutoScaleProperties struct { Enabled *bool `json:"enabled,omitempty"` MaxNodeCount *int `json:"maxNodeCount,omitempty"` MinNodeCount *int `json:"minNodeCount,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.AutoScaleProperties Auto-scaling properties of a Big Data pool powered by Apache Spark
func (*AutoScaleProperties) DeepCopy ¶
func (in *AutoScaleProperties) DeepCopy() *AutoScaleProperties
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoScaleProperties.
func (*AutoScaleProperties) DeepCopyInto ¶
func (in *AutoScaleProperties) DeepCopyInto(out *AutoScaleProperties)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AutoScaleProperties_STATUS ¶
type AutoScaleProperties_STATUS struct { Enabled *bool `json:"enabled,omitempty"` MaxNodeCount *int `json:"maxNodeCount,omitempty"` MinNodeCount *int `json:"minNodeCount,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.AutoScaleProperties_STATUS Auto-scaling properties of a Big Data pool powered by Apache Spark
func (*AutoScaleProperties_STATUS) DeepCopy ¶
func (in *AutoScaleProperties_STATUS) DeepCopy() *AutoScaleProperties_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoScaleProperties_STATUS.
func (*AutoScaleProperties_STATUS) DeepCopyInto ¶
func (in *AutoScaleProperties_STATUS) DeepCopyInto(out *AutoScaleProperties_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CspWorkspaceAdminProperties ¶
type CspWorkspaceAdminProperties struct { InitialWorkspaceAdminObjectId *string `json:"initialWorkspaceAdminObjectId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.CspWorkspaceAdminProperties Initial workspace AAD admin properties for a CSP subscription
func (*CspWorkspaceAdminProperties) DeepCopy ¶
func (in *CspWorkspaceAdminProperties) DeepCopy() *CspWorkspaceAdminProperties
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CspWorkspaceAdminProperties.
func (*CspWorkspaceAdminProperties) DeepCopyInto ¶
func (in *CspWorkspaceAdminProperties) DeepCopyInto(out *CspWorkspaceAdminProperties)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CspWorkspaceAdminProperties_STATUS ¶
type CspWorkspaceAdminProperties_STATUS struct { InitialWorkspaceAdminObjectId *string `json:"initialWorkspaceAdminObjectId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.CspWorkspaceAdminProperties_STATUS Initial workspace AAD admin properties for a CSP subscription
func (*CspWorkspaceAdminProperties_STATUS) DeepCopy ¶
func (in *CspWorkspaceAdminProperties_STATUS) DeepCopy() *CspWorkspaceAdminProperties_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CspWorkspaceAdminProperties_STATUS.
func (*CspWorkspaceAdminProperties_STATUS) DeepCopyInto ¶
func (in *CspWorkspaceAdminProperties_STATUS) DeepCopyInto(out *CspWorkspaceAdminProperties_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CustomerManagedKeyDetails ¶
type CustomerManagedKeyDetails struct { KekIdentity *KekIdentityProperties `json:"kekIdentity,omitempty"` Key *WorkspaceKeyDetails `json:"key,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.CustomerManagedKeyDetails Details of the customer managed key associated with the workspace
func (*CustomerManagedKeyDetails) DeepCopy ¶
func (in *CustomerManagedKeyDetails) DeepCopy() *CustomerManagedKeyDetails
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomerManagedKeyDetails.
func (*CustomerManagedKeyDetails) DeepCopyInto ¶
func (in *CustomerManagedKeyDetails) DeepCopyInto(out *CustomerManagedKeyDetails)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CustomerManagedKeyDetails_STATUS ¶
type CustomerManagedKeyDetails_STATUS struct { KekIdentity *KekIdentityProperties_STATUS `json:"kekIdentity,omitempty"` Key *WorkspaceKeyDetails_STATUS `json:"key,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Status *string `json:"status,omitempty"` }
Storage version of v1api20210601.CustomerManagedKeyDetails_STATUS Details of the customer managed key associated with the workspace
func (*CustomerManagedKeyDetails_STATUS) DeepCopy ¶
func (in *CustomerManagedKeyDetails_STATUS) DeepCopy() *CustomerManagedKeyDetails_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomerManagedKeyDetails_STATUS.
func (*CustomerManagedKeyDetails_STATUS) DeepCopyInto ¶
func (in *CustomerManagedKeyDetails_STATUS) DeepCopyInto(out *CustomerManagedKeyDetails_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DataLakeStorageAccountDetails ¶
type DataLakeStorageAccountDetails struct { AccountUrl *string `json:"accountUrl,omitempty" optionalConfigMapPair:"AccountUrl"` AccountUrlFromConfig *genruntime.ConfigMapReference `json:"accountUrlFromConfig,omitempty" optionalConfigMapPair:"AccountUrl"` CreateManagedPrivateEndpoint *bool `json:"createManagedPrivateEndpoint,omitempty"` Filesystem *string `json:"filesystem,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` // ResourceReference: ARM resource Id of this storage account ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"` }
Storage version of v1api20210601.DataLakeStorageAccountDetails Details of the data lake storage account associated with the workspace
func (*DataLakeStorageAccountDetails) DeepCopy ¶
func (in *DataLakeStorageAccountDetails) DeepCopy() *DataLakeStorageAccountDetails
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataLakeStorageAccountDetails.
func (*DataLakeStorageAccountDetails) DeepCopyInto ¶
func (in *DataLakeStorageAccountDetails) DeepCopyInto(out *DataLakeStorageAccountDetails)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DataLakeStorageAccountDetails_STATUS ¶
type DataLakeStorageAccountDetails_STATUS struct { AccountUrl *string `json:"accountUrl,omitempty"` CreateManagedPrivateEndpoint *bool `json:"createManagedPrivateEndpoint,omitempty"` Filesystem *string `json:"filesystem,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ResourceId *string `json:"resourceId,omitempty"` }
Storage version of v1api20210601.DataLakeStorageAccountDetails_STATUS Details of the data lake storage account associated with the workspace
func (*DataLakeStorageAccountDetails_STATUS) DeepCopy ¶
func (in *DataLakeStorageAccountDetails_STATUS) DeepCopy() *DataLakeStorageAccountDetails_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataLakeStorageAccountDetails_STATUS.
func (*DataLakeStorageAccountDetails_STATUS) DeepCopyInto ¶
func (in *DataLakeStorageAccountDetails_STATUS) DeepCopyInto(out *DataLakeStorageAccountDetails_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DynamicExecutorAllocation ¶
type DynamicExecutorAllocation struct { Enabled *bool `json:"enabled,omitempty"` MaxExecutors *int `json:"maxExecutors,omitempty"` MinExecutors *int `json:"minExecutors,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.DynamicExecutorAllocation Dynamic Executor Allocation Properties
func (*DynamicExecutorAllocation) DeepCopy ¶
func (in *DynamicExecutorAllocation) DeepCopy() *DynamicExecutorAllocation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamicExecutorAllocation.
func (*DynamicExecutorAllocation) DeepCopyInto ¶
func (in *DynamicExecutorAllocation) DeepCopyInto(out *DynamicExecutorAllocation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DynamicExecutorAllocation_STATUS ¶
type DynamicExecutorAllocation_STATUS struct { Enabled *bool `json:"enabled,omitempty"` MaxExecutors *int `json:"maxExecutors,omitempty"` MinExecutors *int `json:"minExecutors,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.DynamicExecutorAllocation_STATUS Dynamic Executor Allocation Properties
func (*DynamicExecutorAllocation_STATUS) DeepCopy ¶
func (in *DynamicExecutorAllocation_STATUS) DeepCopy() *DynamicExecutorAllocation_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamicExecutorAllocation_STATUS.
func (*DynamicExecutorAllocation_STATUS) DeepCopyInto ¶
func (in *DynamicExecutorAllocation_STATUS) DeepCopyInto(out *DynamicExecutorAllocation_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EncryptionDetails ¶
type EncryptionDetails struct { Cmk *CustomerManagedKeyDetails `json:"cmk,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.EncryptionDetails Details of the encryption associated with the workspace
func (*EncryptionDetails) DeepCopy ¶
func (in *EncryptionDetails) DeepCopy() *EncryptionDetails
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionDetails.
func (*EncryptionDetails) DeepCopyInto ¶
func (in *EncryptionDetails) DeepCopyInto(out *EncryptionDetails)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EncryptionDetails_STATUS ¶
type EncryptionDetails_STATUS struct { Cmk *CustomerManagedKeyDetails_STATUS `json:"cmk,omitempty"` DoubleEncryptionEnabled *bool `json:"doubleEncryptionEnabled,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.EncryptionDetails_STATUS Details of the encryption associated with the workspace
func (*EncryptionDetails_STATUS) DeepCopy ¶
func (in *EncryptionDetails_STATUS) DeepCopy() *EncryptionDetails_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionDetails_STATUS.
func (*EncryptionDetails_STATUS) DeepCopyInto ¶
func (in *EncryptionDetails_STATUS) DeepCopyInto(out *EncryptionDetails_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KekIdentityProperties ¶
type KekIdentityProperties struct { PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` UseSystemAssignedIdentity *v1.JSON `json:"useSystemAssignedIdentity,omitempty"` // UserAssignedIdentityReference: User assigned identity resource Id UserAssignedIdentityReference *genruntime.ResourceReference `armReference:"UserAssignedIdentity" json:"userAssignedIdentityReference,omitempty"` }
Storage version of v1api20210601.KekIdentityProperties Key encryption key properties
func (*KekIdentityProperties) DeepCopy ¶
func (in *KekIdentityProperties) DeepCopy() *KekIdentityProperties
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KekIdentityProperties.
func (*KekIdentityProperties) DeepCopyInto ¶
func (in *KekIdentityProperties) DeepCopyInto(out *KekIdentityProperties)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KekIdentityProperties_STATUS ¶
type KekIdentityProperties_STATUS struct { PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` UseSystemAssignedIdentity *v1.JSON `json:"useSystemAssignedIdentity,omitempty"` UserAssignedIdentity *string `json:"userAssignedIdentity,omitempty"` }
Storage version of v1api20210601.KekIdentityProperties_STATUS Key encryption key properties
func (*KekIdentityProperties_STATUS) DeepCopy ¶
func (in *KekIdentityProperties_STATUS) DeepCopy() *KekIdentityProperties_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KekIdentityProperties_STATUS.
func (*KekIdentityProperties_STATUS) DeepCopyInto ¶
func (in *KekIdentityProperties_STATUS) DeepCopyInto(out *KekIdentityProperties_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LibraryInfo ¶
type LibraryInfo struct { ContainerName *string `json:"containerName,omitempty"` Name *string `json:"name,omitempty"` Path *string `json:"path,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1api20210601.LibraryInfo Library/package information of a Big Data pool powered by Apache Spark
func (*LibraryInfo) DeepCopy ¶
func (in *LibraryInfo) DeepCopy() *LibraryInfo
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LibraryInfo.
func (*LibraryInfo) DeepCopyInto ¶
func (in *LibraryInfo) DeepCopyInto(out *LibraryInfo)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LibraryInfo_STATUS ¶
type LibraryInfo_STATUS struct { ContainerName *string `json:"containerName,omitempty"` CreatorId *string `json:"creatorId,omitempty"` Name *string `json:"name,omitempty"` Path *string `json:"path,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ProvisioningStatus *string `json:"provisioningStatus,omitempty"` Type *string `json:"type,omitempty"` UploadedTimestamp *string `json:"uploadedTimestamp,omitempty"` }
Storage version of v1api20210601.LibraryInfo_STATUS Library/package information of a Big Data pool powered by Apache Spark
func (*LibraryInfo_STATUS) DeepCopy ¶
func (in *LibraryInfo_STATUS) DeepCopy() *LibraryInfo_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LibraryInfo_STATUS.
func (*LibraryInfo_STATUS) DeepCopyInto ¶
func (in *LibraryInfo_STATUS) DeepCopyInto(out *LibraryInfo_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LibraryRequirements ¶
type LibraryRequirements struct { Content *string `json:"content,omitempty"` Filename *string `json:"filename,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.LibraryRequirements Library requirements for a Big Data pool powered by Apache Spark
func (*LibraryRequirements) DeepCopy ¶
func (in *LibraryRequirements) DeepCopy() *LibraryRequirements
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LibraryRequirements.
func (*LibraryRequirements) DeepCopyInto ¶
func (in *LibraryRequirements) DeepCopyInto(out *LibraryRequirements)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LibraryRequirements_STATUS ¶
type LibraryRequirements_STATUS struct { Content *string `json:"content,omitempty"` Filename *string `json:"filename,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Time *string `json:"time,omitempty"` }
Storage version of v1api20210601.LibraryRequirements_STATUS Library requirements for a Big Data pool powered by Apache Spark
func (*LibraryRequirements_STATUS) DeepCopy ¶
func (in *LibraryRequirements_STATUS) DeepCopy() *LibraryRequirements_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LibraryRequirements_STATUS.
func (*LibraryRequirements_STATUS) DeepCopyInto ¶
func (in *LibraryRequirements_STATUS) DeepCopyInto(out *LibraryRequirements_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ManagedIdentity ¶
type ManagedIdentity struct { PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Type *string `json:"type,omitempty"` UserAssignedIdentities []UserAssignedIdentityDetails `json:"userAssignedIdentities,omitempty"` }
Storage version of v1api20210601.ManagedIdentity The workspace managed identity
func (*ManagedIdentity) DeepCopy ¶
func (in *ManagedIdentity) DeepCopy() *ManagedIdentity
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedIdentity.
func (*ManagedIdentity) DeepCopyInto ¶
func (in *ManagedIdentity) DeepCopyInto(out *ManagedIdentity)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ManagedIdentity_STATUS ¶
type ManagedIdentity_STATUS struct { PrincipalId *string `json:"principalId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` TenantId *string `json:"tenantId,omitempty"` Type *string `json:"type,omitempty"` UserAssignedIdentities map[string]UserAssignedManagedIdentity_STATUS `json:"userAssignedIdentities,omitempty"` }
Storage version of v1api20210601.ManagedIdentity_STATUS The workspace managed identity
func (*ManagedIdentity_STATUS) DeepCopy ¶
func (in *ManagedIdentity_STATUS) DeepCopy() *ManagedIdentity_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedIdentity_STATUS.
func (*ManagedIdentity_STATUS) DeepCopyInto ¶
func (in *ManagedIdentity_STATUS) DeepCopyInto(out *ManagedIdentity_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ManagedVirtualNetworkSettings ¶
type ManagedVirtualNetworkSettings struct { AllowedAadTenantIdsForLinking []string `json:"allowedAadTenantIdsForLinking,omitempty"` LinkedAccessCheckOnTargetResource *bool `json:"linkedAccessCheckOnTargetResource,omitempty"` PreventDataExfiltration *bool `json:"preventDataExfiltration,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.ManagedVirtualNetworkSettings Managed Virtual Network Settings
func (*ManagedVirtualNetworkSettings) DeepCopy ¶
func (in *ManagedVirtualNetworkSettings) DeepCopy() *ManagedVirtualNetworkSettings
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedVirtualNetworkSettings.
func (*ManagedVirtualNetworkSettings) DeepCopyInto ¶
func (in *ManagedVirtualNetworkSettings) DeepCopyInto(out *ManagedVirtualNetworkSettings)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ManagedVirtualNetworkSettings_STATUS ¶
type ManagedVirtualNetworkSettings_STATUS struct { AllowedAadTenantIdsForLinking []string `json:"allowedAadTenantIdsForLinking,omitempty"` LinkedAccessCheckOnTargetResource *bool `json:"linkedAccessCheckOnTargetResource,omitempty"` PreventDataExfiltration *bool `json:"preventDataExfiltration,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.ManagedVirtualNetworkSettings_STATUS Managed Virtual Network Settings
func (*ManagedVirtualNetworkSettings_STATUS) DeepCopy ¶
func (in *ManagedVirtualNetworkSettings_STATUS) DeepCopy() *ManagedVirtualNetworkSettings_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedVirtualNetworkSettings_STATUS.
func (*ManagedVirtualNetworkSettings_STATUS) DeepCopyInto ¶
func (in *ManagedVirtualNetworkSettings_STATUS) DeepCopyInto(out *ManagedVirtualNetworkSettings_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PrivateEndpointConnection_STATUS ¶
type PrivateEndpointConnection_STATUS struct { Id *string `json:"id,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.PrivateEndpointConnection_STATUS A private endpoint connection
func (*PrivateEndpointConnection_STATUS) DeepCopy ¶
func (in *PrivateEndpointConnection_STATUS) DeepCopy() *PrivateEndpointConnection_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpointConnection_STATUS.
func (*PrivateEndpointConnection_STATUS) DeepCopyInto ¶
func (in *PrivateEndpointConnection_STATUS) DeepCopyInto(out *PrivateEndpointConnection_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PurviewConfiguration ¶
type PurviewConfiguration struct { PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` // PurviewResourceReference: Purview Resource ID PurviewResourceReference *genruntime.ResourceReference `armReference:"PurviewResourceId" json:"purviewResourceReference,omitempty"` }
Storage version of v1api20210601.PurviewConfiguration Purview Configuration
func (*PurviewConfiguration) DeepCopy ¶
func (in *PurviewConfiguration) DeepCopy() *PurviewConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PurviewConfiguration.
func (*PurviewConfiguration) DeepCopyInto ¶
func (in *PurviewConfiguration) DeepCopyInto(out *PurviewConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PurviewConfiguration_STATUS ¶
type PurviewConfiguration_STATUS struct { PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` PurviewResourceId *string `json:"purviewResourceId,omitempty"` }
Storage version of v1api20210601.PurviewConfiguration_STATUS Purview Configuration
func (*PurviewConfiguration_STATUS) DeepCopy ¶
func (in *PurviewConfiguration_STATUS) DeepCopy() *PurviewConfiguration_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PurviewConfiguration_STATUS.
func (*PurviewConfiguration_STATUS) DeepCopyInto ¶
func (in *PurviewConfiguration_STATUS) DeepCopyInto(out *PurviewConfiguration_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SparkConfigProperties ¶
type SparkConfigProperties struct { ConfigurationType *string `json:"configurationType,omitempty"` Content *string `json:"content,omitempty"` Filename *string `json:"filename,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.SparkConfigProperties SparkConfig Properties for a Big Data pool powered by Apache Spark
func (*SparkConfigProperties) DeepCopy ¶
func (in *SparkConfigProperties) DeepCopy() *SparkConfigProperties
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SparkConfigProperties.
func (*SparkConfigProperties) DeepCopyInto ¶
func (in *SparkConfigProperties) DeepCopyInto(out *SparkConfigProperties)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SparkConfigProperties_STATUS ¶
type SparkConfigProperties_STATUS struct { ConfigurationType *string `json:"configurationType,omitempty"` Content *string `json:"content,omitempty"` Filename *string `json:"filename,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Time *string `json:"time,omitempty"` }
Storage version of v1api20210601.SparkConfigProperties_STATUS SparkConfig Properties for a Big Data pool powered by Apache Spark
func (*SparkConfigProperties_STATUS) DeepCopy ¶
func (in *SparkConfigProperties_STATUS) DeepCopy() *SparkConfigProperties_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SparkConfigProperties_STATUS.
func (*SparkConfigProperties_STATUS) DeepCopyInto ¶
func (in *SparkConfigProperties_STATUS) DeepCopyInto(out *SparkConfigProperties_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserAssignedIdentityDetails ¶
type UserAssignedIdentityDetails struct { PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Reference genruntime.ResourceReference `armReference:"Reference" json:"reference,omitempty"` }
Storage version of v1api20210601.UserAssignedIdentityDetails Information about the user assigned identity for the resource
func (*UserAssignedIdentityDetails) DeepCopy ¶
func (in *UserAssignedIdentityDetails) DeepCopy() *UserAssignedIdentityDetails
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityDetails.
func (*UserAssignedIdentityDetails) DeepCopyInto ¶
func (in *UserAssignedIdentityDetails) DeepCopyInto(out *UserAssignedIdentityDetails)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserAssignedManagedIdentity_STATUS ¶
type UserAssignedManagedIdentity_STATUS struct { ClientId *string `json:"clientId,omitempty"` PrincipalId *string `json:"principalId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.UserAssignedManagedIdentity_STATUS User Assigned Managed Identity
func (*UserAssignedManagedIdentity_STATUS) DeepCopy ¶
func (in *UserAssignedManagedIdentity_STATUS) DeepCopy() *UserAssignedManagedIdentity_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedManagedIdentity_STATUS.
func (*UserAssignedManagedIdentity_STATUS) DeepCopyInto ¶
func (in *UserAssignedManagedIdentity_STATUS) DeepCopyInto(out *UserAssignedManagedIdentity_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VirtualNetworkProfile ¶
type VirtualNetworkProfile struct { ComputeSubnetId *string `json:"computeSubnetId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.VirtualNetworkProfile Virtual Network Profile
func (*VirtualNetworkProfile) DeepCopy ¶
func (in *VirtualNetworkProfile) DeepCopy() *VirtualNetworkProfile
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualNetworkProfile.
func (*VirtualNetworkProfile) DeepCopyInto ¶
func (in *VirtualNetworkProfile) DeepCopyInto(out *VirtualNetworkProfile)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VirtualNetworkProfile_STATUS ¶
type VirtualNetworkProfile_STATUS struct { ComputeSubnetId *string `json:"computeSubnetId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.VirtualNetworkProfile_STATUS Virtual Network Profile
func (*VirtualNetworkProfile_STATUS) DeepCopy ¶
func (in *VirtualNetworkProfile_STATUS) DeepCopy() *VirtualNetworkProfile_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualNetworkProfile_STATUS.
func (*VirtualNetworkProfile_STATUS) DeepCopyInto ¶
func (in *VirtualNetworkProfile_STATUS) DeepCopyInto(out *VirtualNetworkProfile_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Workspace ¶
type Workspace struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec Workspace_Spec `json:"spec,omitempty"` Status Workspace_STATUS `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20210601.Workspace Generator information: - Generated from: /synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/workspace.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}
func (*Workspace) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Workspace.
func (*Workspace) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Workspace) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (Workspace) GetAPIVersion ¶
GetAPIVersion returns the ARM API version of the resource. This is always "2021-06-01"
func (*Workspace) GetConditions ¶
func (workspace *Workspace) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*Workspace) GetResourceScope ¶
func (workspace *Workspace) GetResourceScope() genruntime.ResourceScope
GetResourceScope returns the scope of the resource
func (*Workspace) GetSpec ¶
func (workspace *Workspace) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*Workspace) GetStatus ¶
func (workspace *Workspace) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*Workspace) GetSupportedOperations ¶
func (workspace *Workspace) GetSupportedOperations() []genruntime.ResourceOperation
GetSupportedOperations returns the operations supported by the resource
func (*Workspace) GetType ¶
GetType returns the ARM Type of the resource. This is always "Microsoft.Synapse/workspaces"
func (*Workspace) Hub ¶
func (workspace *Workspace) Hub()
Hub marks that this Workspace is the hub type for conversion
func (*Workspace) NewEmptyStatus ¶
func (workspace *Workspace) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*Workspace) OriginalGVK ¶
func (workspace *Workspace) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*Workspace) Owner ¶
func (workspace *Workspace) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner
func (*Workspace) SetConditions ¶
func (workspace *Workspace) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*Workspace) SetStatus ¶
func (workspace *Workspace) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type WorkspaceKeyDetails ¶
type WorkspaceKeyDetails struct { KeyVaultUrl *string `json:"keyVaultUrl,omitempty"` Name *string `json:"name,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.WorkspaceKeyDetails Details of the customer managed key associated with the workspace
func (*WorkspaceKeyDetails) DeepCopy ¶
func (in *WorkspaceKeyDetails) DeepCopy() *WorkspaceKeyDetails
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceKeyDetails.
func (*WorkspaceKeyDetails) DeepCopyInto ¶
func (in *WorkspaceKeyDetails) DeepCopyInto(out *WorkspaceKeyDetails)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceKeyDetails_STATUS ¶
type WorkspaceKeyDetails_STATUS struct { KeyVaultUrl *string `json:"keyVaultUrl,omitempty"` Name *string `json:"name,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210601.WorkspaceKeyDetails_STATUS Details of the customer managed key associated with the workspace
func (*WorkspaceKeyDetails_STATUS) DeepCopy ¶
func (in *WorkspaceKeyDetails_STATUS) DeepCopy() *WorkspaceKeyDetails_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceKeyDetails_STATUS.
func (*WorkspaceKeyDetails_STATUS) DeepCopyInto ¶
func (in *WorkspaceKeyDetails_STATUS) DeepCopyInto(out *WorkspaceKeyDetails_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceList ¶
type WorkspaceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Workspace `json:"items"` }
+kubebuilder:object:root=true Storage version of v1api20210601.Workspace Generator information: - Generated from: /synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/workspace.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}
func (*WorkspaceList) DeepCopy ¶
func (in *WorkspaceList) DeepCopy() *WorkspaceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceList.
func (*WorkspaceList) DeepCopyInto ¶
func (in *WorkspaceList) DeepCopyInto(out *WorkspaceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorkspaceList) DeepCopyObject ¶
func (in *WorkspaceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WorkspaceRepositoryConfiguration ¶
type WorkspaceRepositoryConfiguration struct { AccountName *string `json:"accountName,omitempty"` CollaborationBranch *string `json:"collaborationBranch,omitempty"` HostName *string `json:"hostName,omitempty"` LastCommitId *string `json:"lastCommitId,omitempty"` ProjectName *string `json:"projectName,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` RepositoryName *string `json:"repositoryName,omitempty"` RootFolder *string `json:"rootFolder,omitempty"` TenantId *string `json:"tenantId,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1api20210601.WorkspaceRepositoryConfiguration Git integration settings
func (*WorkspaceRepositoryConfiguration) DeepCopy ¶
func (in *WorkspaceRepositoryConfiguration) DeepCopy() *WorkspaceRepositoryConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceRepositoryConfiguration.
func (*WorkspaceRepositoryConfiguration) DeepCopyInto ¶
func (in *WorkspaceRepositoryConfiguration) DeepCopyInto(out *WorkspaceRepositoryConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceRepositoryConfiguration_STATUS ¶
type WorkspaceRepositoryConfiguration_STATUS struct { AccountName *string `json:"accountName,omitempty"` CollaborationBranch *string `json:"collaborationBranch,omitempty"` HostName *string `json:"hostName,omitempty"` LastCommitId *string `json:"lastCommitId,omitempty"` ProjectName *string `json:"projectName,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` RepositoryName *string `json:"repositoryName,omitempty"` RootFolder *string `json:"rootFolder,omitempty"` TenantId *string `json:"tenantId,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1api20210601.WorkspaceRepositoryConfiguration_STATUS Git integration settings
func (*WorkspaceRepositoryConfiguration_STATUS) DeepCopy ¶
func (in *WorkspaceRepositoryConfiguration_STATUS) DeepCopy() *WorkspaceRepositoryConfiguration_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceRepositoryConfiguration_STATUS.
func (*WorkspaceRepositoryConfiguration_STATUS) DeepCopyInto ¶
func (in *WorkspaceRepositoryConfiguration_STATUS) DeepCopyInto(out *WorkspaceRepositoryConfiguration_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Workspace_STATUS ¶
type Workspace_STATUS struct { AdlaResourceId *string `json:"adlaResourceId,omitempty"` AzureADOnlyAuthentication *bool `json:"azureADOnlyAuthentication,omitempty"` Conditions []conditions.Condition `json:"conditions,omitempty"` ConnectivityEndpoints map[string]string `json:"connectivityEndpoints,omitempty"` CspWorkspaceAdminProperties *CspWorkspaceAdminProperties_STATUS `json:"cspWorkspaceAdminProperties,omitempty"` DefaultDataLakeStorage *DataLakeStorageAccountDetails_STATUS `json:"defaultDataLakeStorage,omitempty"` Encryption *EncryptionDetails_STATUS `json:"encryption,omitempty"` ExtraProperties map[string]v1.JSON `json:"extraProperties,omitempty"` Id *string `json:"id,omitempty"` Identity *ManagedIdentity_STATUS `json:"identity,omitempty"` Location *string `json:"location,omitempty"` ManagedResourceGroupName *string `json:"managedResourceGroupName,omitempty"` ManagedVirtualNetwork *string `json:"managedVirtualNetwork,omitempty"` ManagedVirtualNetworkSettings *ManagedVirtualNetworkSettings_STATUS `json:"managedVirtualNetworkSettings,omitempty"` Name *string `json:"name,omitempty"` PrivateEndpointConnections []PrivateEndpointConnection_STATUS `json:"privateEndpointConnections,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` PublicNetworkAccess *string `json:"publicNetworkAccess,omitempty"` PurviewConfiguration *PurviewConfiguration_STATUS `json:"purviewConfiguration,omitempty"` Settings map[string]v1.JSON `json:"settings,omitempty"` SqlAdministratorLogin *string `json:"sqlAdministratorLogin,omitempty"` Tags map[string]string `json:"tags,omitempty"` TrustedServiceBypassEnabled *bool `json:"trustedServiceBypassEnabled,omitempty"` Type *string `json:"type,omitempty"` VirtualNetworkProfile *VirtualNetworkProfile_STATUS `json:"virtualNetworkProfile,omitempty"` WorkspaceRepositoryConfiguration *WorkspaceRepositoryConfiguration_STATUS `json:"workspaceRepositoryConfiguration,omitempty"` WorkspaceUID *string `json:"workspaceUID,omitempty"` }
Storage version of v1api20210601.Workspace_STATUS A workspace
func (*Workspace_STATUS) ConvertStatusFrom ¶
func (workspace *Workspace_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our Workspace_STATUS from the provided source
func (*Workspace_STATUS) ConvertStatusTo ¶
func (workspace *Workspace_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our Workspace_STATUS
func (*Workspace_STATUS) DeepCopy ¶
func (in *Workspace_STATUS) DeepCopy() *Workspace_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Workspace_STATUS.
func (*Workspace_STATUS) DeepCopyInto ¶
func (in *Workspace_STATUS) DeepCopyInto(out *Workspace_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Workspace_Spec ¶
type Workspace_Spec struct { AzureADOnlyAuthentication *bool `json:"azureADOnlyAuthentication,omitempty"` // AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it // doesn't have to be. AzureName string `json:"azureName,omitempty"` CspWorkspaceAdminProperties *CspWorkspaceAdminProperties `json:"cspWorkspaceAdminProperties,omitempty"` DefaultDataLakeStorage *DataLakeStorageAccountDetails `json:"defaultDataLakeStorage,omitempty"` Encryption *EncryptionDetails `json:"encryption,omitempty"` Identity *ManagedIdentity `json:"identity,omitempty"` Location *string `json:"location,omitempty"` ManagedResourceGroupName *string `json:"managedResourceGroupName,omitempty"` ManagedVirtualNetwork *string `json:"managedVirtualNetwork,omitempty"` ManagedVirtualNetworkSettings *ManagedVirtualNetworkSettings `json:"managedVirtualNetworkSettings,omitempty"` OriginalVersion string `json:"originalVersion,omitempty"` // +kubebuilder:validation:Required // Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also // controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a // reference to a resources.azure.com/ResourceGroup resource Owner *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` PublicNetworkAccess *string `json:"publicNetworkAccess,omitempty"` PurviewConfiguration *PurviewConfiguration `json:"purviewConfiguration,omitempty"` SqlAdministratorLogin *string `json:"sqlAdministratorLogin,omitempty"` SqlAdministratorLoginPassword *genruntime.SecretReference `json:"sqlAdministratorLoginPassword,omitempty"` Tags map[string]string `json:"tags,omitempty"` TrustedServiceBypassEnabled *bool `json:"trustedServiceBypassEnabled,omitempty"` VirtualNetworkProfile *VirtualNetworkProfile `json:"virtualNetworkProfile,omitempty"` WorkspaceRepositoryConfiguration *WorkspaceRepositoryConfiguration `json:"workspaceRepositoryConfiguration,omitempty"` }
Storage version of v1api20210601.Workspace_Spec
func (*Workspace_Spec) ConvertSpecFrom ¶
func (workspace *Workspace_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our Workspace_Spec from the provided source
func (*Workspace_Spec) ConvertSpecTo ¶
func (workspace *Workspace_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our Workspace_Spec
func (*Workspace_Spec) DeepCopy ¶
func (in *Workspace_Spec) DeepCopy() *Workspace_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Workspace_Spec.
func (*Workspace_Spec) DeepCopyInto ¶
func (in *Workspace_Spec) DeepCopyInto(out *Workspace_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspacesBigDataPool ¶
type WorkspacesBigDataPool struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec Workspaces_BigDataPool_Spec `json:"spec,omitempty"` Status Workspaces_BigDataPool_STATUS `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20210601.WorkspacesBigDataPool Generator information: - Generated from: /synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/bigDataPool.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/bigDataPools/{bigDataPoolName}
func (*WorkspacesBigDataPool) AzureName ¶
func (pool *WorkspacesBigDataPool) AzureName() string
AzureName returns the Azure name of the resource
func (*WorkspacesBigDataPool) DeepCopy ¶
func (in *WorkspacesBigDataPool) DeepCopy() *WorkspacesBigDataPool
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspacesBigDataPool.
func (*WorkspacesBigDataPool) DeepCopyInto ¶
func (in *WorkspacesBigDataPool) DeepCopyInto(out *WorkspacesBigDataPool)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorkspacesBigDataPool) DeepCopyObject ¶
func (in *WorkspacesBigDataPool) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (WorkspacesBigDataPool) GetAPIVersion ¶
func (pool WorkspacesBigDataPool) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2021-06-01"
func (*WorkspacesBigDataPool) GetConditions ¶
func (pool *WorkspacesBigDataPool) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*WorkspacesBigDataPool) GetResourceScope ¶
func (pool *WorkspacesBigDataPool) GetResourceScope() genruntime.ResourceScope
GetResourceScope returns the scope of the resource
func (*WorkspacesBigDataPool) GetSpec ¶
func (pool *WorkspacesBigDataPool) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*WorkspacesBigDataPool) GetStatus ¶
func (pool *WorkspacesBigDataPool) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*WorkspacesBigDataPool) GetSupportedOperations ¶
func (pool *WorkspacesBigDataPool) GetSupportedOperations() []genruntime.ResourceOperation
GetSupportedOperations returns the operations supported by the resource
func (*WorkspacesBigDataPool) GetType ¶
func (pool *WorkspacesBigDataPool) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.Synapse/workspaces/bigDataPools"
func (*WorkspacesBigDataPool) Hub ¶
func (pool *WorkspacesBigDataPool) Hub()
Hub marks that this WorkspacesBigDataPool is the hub type for conversion
func (*WorkspacesBigDataPool) NewEmptyStatus ¶
func (pool *WorkspacesBigDataPool) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*WorkspacesBigDataPool) OriginalGVK ¶
func (pool *WorkspacesBigDataPool) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*WorkspacesBigDataPool) Owner ¶
func (pool *WorkspacesBigDataPool) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner
func (*WorkspacesBigDataPool) SetConditions ¶
func (pool *WorkspacesBigDataPool) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*WorkspacesBigDataPool) SetStatus ¶
func (pool *WorkspacesBigDataPool) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type WorkspacesBigDataPoolList ¶
type WorkspacesBigDataPoolList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []WorkspacesBigDataPool `json:"items"` }
+kubebuilder:object:root=true Storage version of v1api20210601.WorkspacesBigDataPool Generator information: - Generated from: /synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/bigDataPool.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/bigDataPools/{bigDataPoolName}
func (*WorkspacesBigDataPoolList) DeepCopy ¶
func (in *WorkspacesBigDataPoolList) DeepCopy() *WorkspacesBigDataPoolList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspacesBigDataPoolList.
func (*WorkspacesBigDataPoolList) DeepCopyInto ¶
func (in *WorkspacesBigDataPoolList) DeepCopyInto(out *WorkspacesBigDataPoolList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorkspacesBigDataPoolList) DeepCopyObject ¶
func (in *WorkspacesBigDataPoolList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Workspaces_BigDataPool_STATUS ¶
type Workspaces_BigDataPool_STATUS struct { AutoPause *AutoPauseProperties_STATUS `json:"autoPause,omitempty"` AutoScale *AutoScaleProperties_STATUS `json:"autoScale,omitempty"` CacheSize *int `json:"cacheSize,omitempty"` Conditions []conditions.Condition `json:"conditions,omitempty"` CreationDate *string `json:"creationDate,omitempty"` CustomLibraries []LibraryInfo_STATUS `json:"customLibraries,omitempty"` DefaultSparkLogFolder *string `json:"defaultSparkLogFolder,omitempty"` DynamicExecutorAllocation *DynamicExecutorAllocation_STATUS `json:"dynamicExecutorAllocation,omitempty"` Id *string `json:"id,omitempty"` IsAutotuneEnabled *bool `json:"isAutotuneEnabled,omitempty"` IsComputeIsolationEnabled *bool `json:"isComputeIsolationEnabled,omitempty"` LastSucceededTimestamp *string `json:"lastSucceededTimestamp,omitempty"` LibraryRequirements *LibraryRequirements_STATUS `json:"libraryRequirements,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` NodeCount *int `json:"nodeCount,omitempty"` NodeSize *string `json:"nodeSize,omitempty"` NodeSizeFamily *string `json:"nodeSizeFamily,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` SessionLevelPackagesEnabled *bool `json:"sessionLevelPackagesEnabled,omitempty"` SparkConfigProperties *SparkConfigProperties_STATUS `json:"sparkConfigProperties,omitempty"` SparkEventsFolder *string `json:"sparkEventsFolder,omitempty"` SparkVersion *string `json:"sparkVersion,omitempty"` Tags map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1api20210601.Workspaces_BigDataPool_STATUS
func (*Workspaces_BigDataPool_STATUS) ConvertStatusFrom ¶
func (pool *Workspaces_BigDataPool_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our Workspaces_BigDataPool_STATUS from the provided source
func (*Workspaces_BigDataPool_STATUS) ConvertStatusTo ¶
func (pool *Workspaces_BigDataPool_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our Workspaces_BigDataPool_STATUS
func (*Workspaces_BigDataPool_STATUS) DeepCopy ¶
func (in *Workspaces_BigDataPool_STATUS) DeepCopy() *Workspaces_BigDataPool_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Workspaces_BigDataPool_STATUS.
func (*Workspaces_BigDataPool_STATUS) DeepCopyInto ¶
func (in *Workspaces_BigDataPool_STATUS) DeepCopyInto(out *Workspaces_BigDataPool_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Workspaces_BigDataPool_Spec ¶
type Workspaces_BigDataPool_Spec struct { AutoPause *AutoPauseProperties `json:"autoPause,omitempty"` AutoScale *AutoScaleProperties `json:"autoScale,omitempty"` // AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it // doesn't have to be. AzureName string `json:"azureName,omitempty"` CacheSize *int `json:"cacheSize,omitempty"` CustomLibraries []LibraryInfo `json:"customLibraries,omitempty"` DefaultSparkLogFolder *string `json:"defaultSparkLogFolder,omitempty"` DynamicExecutorAllocation *DynamicExecutorAllocation `json:"dynamicExecutorAllocation,omitempty"` IsAutotuneEnabled *bool `json:"isAutotuneEnabled,omitempty"` IsComputeIsolationEnabled *bool `json:"isComputeIsolationEnabled,omitempty"` LibraryRequirements *LibraryRequirements `json:"libraryRequirements,omitempty"` Location *string `json:"location,omitempty"` NodeCount *int `json:"nodeCount,omitempty"` NodeSize *string `json:"nodeSize,omitempty"` NodeSizeFamily *string `json:"nodeSizeFamily,omitempty"` OriginalVersion string `json:"originalVersion,omitempty"` // +kubebuilder:validation:Required // Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also // controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a // reference to a synapse.azure.com/Workspace resource Owner *genruntime.KnownResourceReference `group:"synapse.azure.com" json:"owner,omitempty" kind:"Workspace"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` SessionLevelPackagesEnabled *bool `json:"sessionLevelPackagesEnabled,omitempty"` SparkConfigProperties *SparkConfigProperties `json:"sparkConfigProperties,omitempty"` SparkEventsFolder *string `json:"sparkEventsFolder,omitempty"` SparkVersion *string `json:"sparkVersion,omitempty"` Tags map[string]string `json:"tags,omitempty"` }
Storage version of v1api20210601.Workspaces_BigDataPool_Spec
func (*Workspaces_BigDataPool_Spec) ConvertSpecFrom ¶
func (pool *Workspaces_BigDataPool_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our Workspaces_BigDataPool_Spec from the provided source
func (*Workspaces_BigDataPool_Spec) ConvertSpecTo ¶
func (pool *Workspaces_BigDataPool_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our Workspaces_BigDataPool_Spec
func (*Workspaces_BigDataPool_Spec) DeepCopy ¶
func (in *Workspaces_BigDataPool_Spec) DeepCopy() *Workspaces_BigDataPool_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Workspaces_BigDataPool_Spec.
func (*Workspaces_BigDataPool_Spec) DeepCopyInto ¶
func (in *Workspaces_BigDataPool_Spec) DeepCopyInto(out *Workspaces_BigDataPool_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.