storage

package
v2.7.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Package storage contains API Schema definitions for the managedidentity storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=managedidentity.azure.com +versionName=v1api20230131storage

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Index

Constants

View Source
const APIVersion_Value = APIVersion("2023-01-31")

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "managedidentity.azure.com", Version: "v1api20230131storage"}

	// 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 v1api20230131.APIVersion +kubebuilder:validation:Enum={"2023-01-31"}

type FederatedIdentityCredential

type FederatedIdentityCredential struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              UserAssignedIdentities_FederatedIdentityCredential_Spec   `json:"spec,omitempty"`
	Status            UserAssignedIdentities_FederatedIdentityCredential_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 v1api20230131.FederatedIdentityCredential Generator information: - Generated from: /msi/resource-manager/Microsoft.ManagedIdentity/stable/2023-01-31/ManagedIdentity.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}

func (*FederatedIdentityCredential) AzureName

func (credential *FederatedIdentityCredential) AzureName() string

AzureName returns the Azure name of the resource

func (*FederatedIdentityCredential) DeepCopy

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

func (*FederatedIdentityCredential) DeepCopyInto

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

func (*FederatedIdentityCredential) DeepCopyObject

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

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

func (FederatedIdentityCredential) GetAPIVersion

func (credential FederatedIdentityCredential) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2023-01-31"

func (*FederatedIdentityCredential) GetConditions

func (credential *FederatedIdentityCredential) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*FederatedIdentityCredential) GetResourceScope

func (credential *FederatedIdentityCredential) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*FederatedIdentityCredential) GetSpec

GetSpec returns the specification of this resource

func (*FederatedIdentityCredential) GetStatus

GetStatus returns the status of this resource

func (*FederatedIdentityCredential) GetSupportedOperations

func (credential *FederatedIdentityCredential) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*FederatedIdentityCredential) GetType

func (credential *FederatedIdentityCredential) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials"

func (*FederatedIdentityCredential) Hub

func (credential *FederatedIdentityCredential) Hub()

Hub marks that this FederatedIdentityCredential is the hub type for conversion

func (*FederatedIdentityCredential) NewEmptyStatus

func (credential *FederatedIdentityCredential) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*FederatedIdentityCredential) OriginalGVK

func (credential *FederatedIdentityCredential) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*FederatedIdentityCredential) Owner

Owner returns the ResourceReference of the owner

func (*FederatedIdentityCredential) SetConditions

func (credential *FederatedIdentityCredential) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*FederatedIdentityCredential) SetStatus

func (credential *FederatedIdentityCredential) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type FederatedIdentityCredentialList

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

+kubebuilder:object:root=true Storage version of v1api20230131.FederatedIdentityCredential Generator information: - Generated from: /msi/resource-manager/Microsoft.ManagedIdentity/stable/2023-01-31/ManagedIdentity.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}

func (*FederatedIdentityCredentialList) DeepCopy

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

func (*FederatedIdentityCredentialList) DeepCopyInto

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

func (*FederatedIdentityCredentialList) DeepCopyObject

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

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

type SystemData_STATUS

type SystemData_STATUS struct {
	CreatedAt          *string                `json:"createdAt,omitempty"`
	CreatedBy          *string                `json:"createdBy,omitempty"`
	CreatedByType      *string                `json:"createdByType,omitempty"`
	LastModifiedAt     *string                `json:"lastModifiedAt,omitempty"`
	LastModifiedBy     *string                `json:"lastModifiedBy,omitempty"`
	LastModifiedByType *string                `json:"lastModifiedByType,omitempty"`
	PropertyBag        genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20230131.SystemData_STATUS Metadata pertaining to creation and last modification of the resource.

func (*SystemData_STATUS) DeepCopy

func (in *SystemData_STATUS) DeepCopy() *SystemData_STATUS

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

func (*SystemData_STATUS) DeepCopyInto

func (in *SystemData_STATUS) DeepCopyInto(out *SystemData_STATUS)

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

type UserAssignedIdentities_FederatedIdentityCredential_STATUS

type UserAssignedIdentities_FederatedIdentityCredential_STATUS struct {
	Audiences   []string               `json:"audiences,omitempty"`
	Conditions  []conditions.Condition `json:"conditions,omitempty"`
	Id          *string                `json:"id,omitempty"`
	Issuer      *string                `json:"issuer,omitempty"`
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Subject     *string                `json:"subject,omitempty"`
	SystemData  *SystemData_STATUS     `json:"systemData,omitempty"`
	Type        *string                `json:"type,omitempty"`
}

Storage version of v1api20230131.UserAssignedIdentities_FederatedIdentityCredential_STATUS

func (*UserAssignedIdentities_FederatedIdentityCredential_STATUS) ConvertStatusFrom

ConvertStatusFrom populates our UserAssignedIdentities_FederatedIdentityCredential_STATUS from the provided source

func (*UserAssignedIdentities_FederatedIdentityCredential_STATUS) ConvertStatusTo

ConvertStatusTo populates the provided destination from our UserAssignedIdentities_FederatedIdentityCredential_STATUS

func (*UserAssignedIdentities_FederatedIdentityCredential_STATUS) DeepCopy

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

func (*UserAssignedIdentities_FederatedIdentityCredential_STATUS) DeepCopyInto

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

type UserAssignedIdentities_FederatedIdentityCredential_Spec

type UserAssignedIdentities_FederatedIdentityCredential_Spec struct {
	Audiences []string `json:"audiences,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"`
	Issuer           *string                        `json:"issuer,omitempty" optionalConfigMapPair:"Issuer"`
	IssuerFromConfig *genruntime.ConfigMapReference `json:"issuerFromConfig,omitempty" optionalConfigMapPair:"Issuer"`
	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 managedidentity.azure.com/UserAssignedIdentity resource
	Owner             *genruntime.KnownResourceReference `group:"managedidentity.azure.com" json:"owner,omitempty" kind:"UserAssignedIdentity"`
	PropertyBag       genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	Subject           *string                            `json:"subject,omitempty" optionalConfigMapPair:"Subject"`
	SubjectFromConfig *genruntime.ConfigMapReference     `json:"subjectFromConfig,omitempty" optionalConfigMapPair:"Subject"`
}

Storage version of v1api20230131.UserAssignedIdentities_FederatedIdentityCredential_Spec

func (*UserAssignedIdentities_FederatedIdentityCredential_Spec) ConvertSpecFrom

ConvertSpecFrom populates our UserAssignedIdentities_FederatedIdentityCredential_Spec from the provided source

func (*UserAssignedIdentities_FederatedIdentityCredential_Spec) ConvertSpecTo

ConvertSpecTo populates the provided destination from our UserAssignedIdentities_FederatedIdentityCredential_Spec

func (*UserAssignedIdentities_FederatedIdentityCredential_Spec) DeepCopy

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

func (*UserAssignedIdentities_FederatedIdentityCredential_Spec) DeepCopyInto

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

type UserAssignedIdentity

type UserAssignedIdentity struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              UserAssignedIdentity_Spec   `json:"spec,omitempty"`
	Status            UserAssignedIdentity_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 v1api20230131.UserAssignedIdentity Generator information: - Generated from: /msi/resource-manager/Microsoft.ManagedIdentity/stable/2023-01-31/ManagedIdentity.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}

func (*UserAssignedIdentity) AzureName

func (identity *UserAssignedIdentity) AzureName() string

AzureName returns the Azure name of the resource

func (*UserAssignedIdentity) DeepCopy

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

func (*UserAssignedIdentity) DeepCopyInto

func (in *UserAssignedIdentity) DeepCopyInto(out *UserAssignedIdentity)

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

func (*UserAssignedIdentity) DeepCopyObject

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

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

func (*UserAssignedIdentity) ExportKubernetesResources

func (identity *UserAssignedIdentity) ExportKubernetesResources(_ context.Context, _ genruntime.MetaObject, _ *genericarmclient.GenericClient, _ logr.Logger) ([]client.Object, error)

ExportKubernetesResources defines a resource which can create other resources in Kubernetes.

func (UserAssignedIdentity) GetAPIVersion

func (identity UserAssignedIdentity) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2023-01-31"

func (*UserAssignedIdentity) GetConditions

func (identity *UserAssignedIdentity) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*UserAssignedIdentity) GetResourceScope

func (identity *UserAssignedIdentity) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*UserAssignedIdentity) GetSpec

func (identity *UserAssignedIdentity) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*UserAssignedIdentity) GetStatus

func (identity *UserAssignedIdentity) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*UserAssignedIdentity) GetSupportedOperations

func (identity *UserAssignedIdentity) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*UserAssignedIdentity) GetType

func (identity *UserAssignedIdentity) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.ManagedIdentity/userAssignedIdentities"

func (*UserAssignedIdentity) Hub

func (identity *UserAssignedIdentity) Hub()

Hub marks that this UserAssignedIdentity is the hub type for conversion

func (*UserAssignedIdentity) NewEmptyStatus

func (identity *UserAssignedIdentity) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*UserAssignedIdentity) OriginalGVK

func (identity *UserAssignedIdentity) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*UserAssignedIdentity) Owner

Owner returns the ResourceReference of the owner

func (*UserAssignedIdentity) SetConditions

func (identity *UserAssignedIdentity) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*UserAssignedIdentity) SetStatus

func (identity *UserAssignedIdentity) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type UserAssignedIdentityList

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

+kubebuilder:object:root=true Storage version of v1api20230131.UserAssignedIdentity Generator information: - Generated from: /msi/resource-manager/Microsoft.ManagedIdentity/stable/2023-01-31/ManagedIdentity.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}

func (*UserAssignedIdentityList) DeepCopy

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

func (*UserAssignedIdentityList) DeepCopyInto

func (in *UserAssignedIdentityList) DeepCopyInto(out *UserAssignedIdentityList)

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

func (*UserAssignedIdentityList) DeepCopyObject

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

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

type UserAssignedIdentityOperatorConfigMaps

type UserAssignedIdentityOperatorConfigMaps struct {
	ClientId    *genruntime.ConfigMapDestination `json:"clientId,omitempty"`
	PrincipalId *genruntime.ConfigMapDestination `json:"principalId,omitempty"`
	PropertyBag genruntime.PropertyBag           `json:"$propertyBag,omitempty"`
	TenantId    *genruntime.ConfigMapDestination `json:"tenantId,omitempty"`
}

Storage version of v1api20230131.UserAssignedIdentityOperatorConfigMaps

func (*UserAssignedIdentityOperatorConfigMaps) DeepCopy

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

func (*UserAssignedIdentityOperatorConfigMaps) DeepCopyInto

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

type UserAssignedIdentityOperatorSecrets added in v2.7.0

type UserAssignedIdentityOperatorSecrets struct {
	ClientId    *genruntime.SecretDestination `json:"clientId,omitempty"`
	PrincipalId *genruntime.SecretDestination `json:"principalId,omitempty"`
	PropertyBag genruntime.PropertyBag        `json:"$propertyBag,omitempty"`
	TenantId    *genruntime.SecretDestination `json:"tenantId,omitempty"`
}

Storage version of v1api20230131.UserAssignedIdentityOperatorSecrets

func (*UserAssignedIdentityOperatorSecrets) DeepCopy added in v2.7.0

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

func (*UserAssignedIdentityOperatorSecrets) DeepCopyInto added in v2.7.0

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

type UserAssignedIdentityOperatorSpec

type UserAssignedIdentityOperatorSpec struct {
	ConfigMaps  *UserAssignedIdentityOperatorConfigMaps `json:"configMaps,omitempty"`
	PropertyBag genruntime.PropertyBag                  `json:"$propertyBag,omitempty"`
	Secrets     *UserAssignedIdentityOperatorSecrets    `json:"secrets,omitempty"`
}

Storage version of v1api20230131.UserAssignedIdentityOperatorSpec Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure

func (*UserAssignedIdentityOperatorSpec) DeepCopy

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

func (*UserAssignedIdentityOperatorSpec) DeepCopyInto

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

type UserAssignedIdentity_STATUS

type UserAssignedIdentity_STATUS struct {
	ClientId    *string                `json:"clientId,omitempty"`
	Conditions  []conditions.Condition `json:"conditions,omitempty"`
	Id          *string                `json:"id,omitempty"`
	Location    *string                `json:"location,omitempty"`
	Name        *string                `json:"name,omitempty"`
	PrincipalId *string                `json:"principalId,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	SystemData  *SystemData_STATUS     `json:"systemData,omitempty"`
	Tags        map[string]string      `json:"tags,omitempty"`
	TenantId    *string                `json:"tenantId,omitempty"`
	Type        *string                `json:"type,omitempty"`
}

Storage version of v1api20230131.UserAssignedIdentity_STATUS

func (*UserAssignedIdentity_STATUS) ConvertStatusFrom

func (identity *UserAssignedIdentity_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our UserAssignedIdentity_STATUS from the provided source

func (*UserAssignedIdentity_STATUS) ConvertStatusTo

func (identity *UserAssignedIdentity_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our UserAssignedIdentity_STATUS

func (*UserAssignedIdentity_STATUS) DeepCopy

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

func (*UserAssignedIdentity_STATUS) DeepCopyInto

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

type UserAssignedIdentity_Spec

type UserAssignedIdentity_Spec struct {
	// 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"`
	Location        *string                           `json:"location,omitempty"`
	OperatorSpec    *UserAssignedIdentityOperatorSpec `json:"operatorSpec,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"`
	Tags        map[string]string                  `json:"tags,omitempty"`
}

Storage version of v1api20230131.UserAssignedIdentity_Spec

func (*UserAssignedIdentity_Spec) ConvertSpecFrom

func (identity *UserAssignedIdentity_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our UserAssignedIdentity_Spec from the provided source

func (*UserAssignedIdentity_Spec) ConvertSpecTo

func (identity *UserAssignedIdentity_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our UserAssignedIdentity_Spec

func (*UserAssignedIdentity_Spec) DeepCopy

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

func (*UserAssignedIdentity_Spec) DeepCopyInto

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

Jump to

Keyboard shortcuts

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