Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=portal.azure.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type Dashboard
- func (in *Dashboard) DeepCopy() *Dashboard
- func (in *Dashboard) DeepCopyInto(out *Dashboard)
- func (in *Dashboard) DeepCopyObject() runtime.Object
- func (mg *Dashboard) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Dashboard) GetConnectionDetailsMapping() map[string]string
- func (mg *Dashboard) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Dashboard) GetID() string
- func (tr *Dashboard) GetObservation() (map[string]interface{}, error)
- func (tr *Dashboard) GetParameters() (map[string]interface{}, error)
- func (mg *Dashboard) GetProviderConfigReference() *xpv1.Reference
- func (mg *Dashboard) GetProviderReference() *xpv1.Reference
- func (mg *Dashboard) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Dashboard) GetTerraformResourceType() string
- func (tr *Dashboard) GetTerraformSchemaVersion() int
- func (mg *Dashboard) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Dashboard) LateInitialize(attrs []byte) (bool, error)
- func (mg *Dashboard) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *Dashboard) SetConditions(c ...xpv1.Condition)
- func (mg *Dashboard) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Dashboard) SetObservation(obs map[string]interface{}) error
- func (tr *Dashboard) SetParameters(params map[string]interface{}) error
- func (mg *Dashboard) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Dashboard) SetProviderReference(r *xpv1.Reference)
- func (mg *Dashboard) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Dashboard) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type DashboardList
- type DashboardObservation
- type DashboardParameters
- type DashboardSpec
- type DashboardStatus
- type TenantConfiguration
- func (in *TenantConfiguration) DeepCopy() *TenantConfiguration
- func (in *TenantConfiguration) DeepCopyInto(out *TenantConfiguration)
- func (in *TenantConfiguration) DeepCopyObject() runtime.Object
- func (mg *TenantConfiguration) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *TenantConfiguration) GetConnectionDetailsMapping() map[string]string
- func (mg *TenantConfiguration) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *TenantConfiguration) GetID() string
- func (tr *TenantConfiguration) GetObservation() (map[string]interface{}, error)
- func (tr *TenantConfiguration) GetParameters() (map[string]interface{}, error)
- func (mg *TenantConfiguration) GetProviderConfigReference() *xpv1.Reference
- func (mg *TenantConfiguration) GetProviderReference() *xpv1.Reference
- func (mg *TenantConfiguration) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *TenantConfiguration) GetTerraformResourceType() string
- func (tr *TenantConfiguration) GetTerraformSchemaVersion() int
- func (mg *TenantConfiguration) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *TenantConfiguration) LateInitialize(attrs []byte) (bool, error)
- func (mg *TenantConfiguration) SetConditions(c ...xpv1.Condition)
- func (mg *TenantConfiguration) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *TenantConfiguration) SetObservation(obs map[string]interface{}) error
- func (tr *TenantConfiguration) SetParameters(params map[string]interface{}) error
- func (mg *TenantConfiguration) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *TenantConfiguration) SetProviderReference(r *xpv1.Reference)
- func (mg *TenantConfiguration) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *TenantConfiguration) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type TenantConfigurationList
- type TenantConfigurationObservation
- type TenantConfigurationParameters
- type TenantConfigurationSpec
- type TenantConfigurationStatus
Constants ¶
const ( CRDGroup = "portal.azure.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Dashboard_Kind = "Dashboard" Dashboard_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Dashboard_Kind}.String() Dashboard_KindAPIVersion = Dashboard_Kind + "." + CRDGroupVersion.String() Dashboard_GroupVersionKind = CRDGroupVersion.WithKind(Dashboard_Kind) )
Repository type metadata.
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( TenantConfiguration_Kind = "TenantConfiguration" TenantConfiguration_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: TenantConfiguration_Kind}.String() TenantConfiguration_KindAPIVersion = TenantConfiguration_Kind + "." + CRDGroupVersion.String() TenantConfiguration_GroupVersionKind = CRDGroupVersion.WithKind(TenantConfiguration_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type Dashboard ¶
type Dashboard struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DashboardSpec `json:"spec"` Status DashboardStatus `json:"status,omitempty"` }
Dashboard is the Schema for the Dashboards API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azurejet}
func (*Dashboard) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Dashboard.
func (*Dashboard) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Dashboard) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Dashboard) GetCondition ¶
func (mg *Dashboard) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Dashboard.
func (*Dashboard) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Dashboard
func (*Dashboard) GetDeletionPolicy ¶
func (mg *Dashboard) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Dashboard.
func (*Dashboard) GetObservation ¶
GetObservation of this Dashboard
func (*Dashboard) GetParameters ¶
GetParameters of this Dashboard
func (*Dashboard) GetProviderConfigReference ¶
GetProviderConfigReference of this Dashboard.
func (*Dashboard) GetProviderReference ¶
GetProviderReference of this Dashboard. Deprecated: Use GetProviderConfigReference.
func (*Dashboard) GetPublishConnectionDetailsTo ¶
func (mg *Dashboard) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Dashboard.
func (*Dashboard) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Dashboard
func (*Dashboard) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Dashboard) GetWriteConnectionSecretToReference ¶
func (mg *Dashboard) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Dashboard.
func (*Dashboard) LateInitialize ¶
LateInitialize this Dashboard using its observed tfState. returns True if there are any spec changes for the resource.
func (*Dashboard) ResolveReferences ¶
ResolveReferences of this Dashboard.
func (*Dashboard) SetConditions ¶
SetConditions of this Dashboard.
func (*Dashboard) SetDeletionPolicy ¶
func (mg *Dashboard) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Dashboard.
func (*Dashboard) SetObservation ¶
SetObservation for this Dashboard
func (*Dashboard) SetParameters ¶
SetParameters for this Dashboard
func (*Dashboard) SetProviderConfigReference ¶
SetProviderConfigReference of this Dashboard.
func (*Dashboard) SetProviderReference ¶
SetProviderReference of this Dashboard. Deprecated: Use SetProviderConfigReference.
func (*Dashboard) SetPublishConnectionDetailsTo ¶
func (mg *Dashboard) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Dashboard.
func (*Dashboard) SetWriteConnectionSecretToReference ¶
func (mg *Dashboard) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Dashboard.
type DashboardList ¶
type DashboardList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Dashboard `json:"items"` }
DashboardList contains a list of Dashboards
func (*DashboardList) DeepCopy ¶
func (in *DashboardList) DeepCopy() *DashboardList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DashboardList.
func (*DashboardList) DeepCopyInto ¶
func (in *DashboardList) DeepCopyInto(out *DashboardList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DashboardList) DeepCopyObject ¶
func (in *DashboardList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*DashboardList) GetItems ¶
func (l *DashboardList) GetItems() []resource.Managed
GetItems of this DashboardList.
type DashboardObservation ¶
type DashboardObservation struct {
ID *string `json:"id,omitempty" tf:"id,omitempty"`
}
func (*DashboardObservation) DeepCopy ¶
func (in *DashboardObservation) DeepCopy() *DashboardObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DashboardObservation.
func (*DashboardObservation) DeepCopyInto ¶
func (in *DashboardObservation) DeepCopyInto(out *DashboardObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DashboardParameters ¶
type DashboardParameters struct { // +kubebuilder:validation:Optional DashboardProperties *string `json:"dashboardProperties,omitempty" tf:"dashboard_properties,omitempty"` // +kubebuilder:validation:Required Location *string `json:"location" tf:"location,omitempty"` // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-jet-azure/apis/azure/v1alpha2.ResourceGroup // +kubebuilder:validation:Optional ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // +kubebuilder:validation:Optional ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"` // +kubebuilder:validation:Optional Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*DashboardParameters) DeepCopy ¶
func (in *DashboardParameters) DeepCopy() *DashboardParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DashboardParameters.
func (*DashboardParameters) DeepCopyInto ¶
func (in *DashboardParameters) DeepCopyInto(out *DashboardParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DashboardSpec ¶
type DashboardSpec struct { v1.ResourceSpec `json:",inline"` ForProvider DashboardParameters `json:"forProvider"` }
DashboardSpec defines the desired state of Dashboard
func (*DashboardSpec) DeepCopy ¶
func (in *DashboardSpec) DeepCopy() *DashboardSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DashboardSpec.
func (*DashboardSpec) DeepCopyInto ¶
func (in *DashboardSpec) DeepCopyInto(out *DashboardSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DashboardStatus ¶
type DashboardStatus struct { v1.ResourceStatus `json:",inline"` AtProvider DashboardObservation `json:"atProvider,omitempty"` }
DashboardStatus defines the observed state of Dashboard.
func (*DashboardStatus) DeepCopy ¶
func (in *DashboardStatus) DeepCopy() *DashboardStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DashboardStatus.
func (*DashboardStatus) DeepCopyInto ¶
func (in *DashboardStatus) DeepCopyInto(out *DashboardStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TenantConfiguration ¶
type TenantConfiguration struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TenantConfigurationSpec `json:"spec"` Status TenantConfigurationStatus `json:"status,omitempty"` }
TenantConfiguration is the Schema for the TenantConfigurations API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azurejet}
func (*TenantConfiguration) DeepCopy ¶
func (in *TenantConfiguration) DeepCopy() *TenantConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TenantConfiguration.
func (*TenantConfiguration) DeepCopyInto ¶
func (in *TenantConfiguration) DeepCopyInto(out *TenantConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TenantConfiguration) DeepCopyObject ¶
func (in *TenantConfiguration) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TenantConfiguration) GetCondition ¶
func (mg *TenantConfiguration) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this TenantConfiguration.
func (*TenantConfiguration) GetConnectionDetailsMapping ¶
func (tr *TenantConfiguration) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this TenantConfiguration
func (*TenantConfiguration) GetDeletionPolicy ¶
func (mg *TenantConfiguration) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this TenantConfiguration.
func (*TenantConfiguration) GetID ¶
func (tr *TenantConfiguration) GetID() string
GetID returns ID of underlying Terraform resource of this TenantConfiguration
func (*TenantConfiguration) GetObservation ¶
func (tr *TenantConfiguration) GetObservation() (map[string]interface{}, error)
GetObservation of this TenantConfiguration
func (*TenantConfiguration) GetParameters ¶
func (tr *TenantConfiguration) GetParameters() (map[string]interface{}, error)
GetParameters of this TenantConfiguration
func (*TenantConfiguration) GetProviderConfigReference ¶
func (mg *TenantConfiguration) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this TenantConfiguration.
func (*TenantConfiguration) GetProviderReference ¶
func (mg *TenantConfiguration) GetProviderReference() *xpv1.Reference
GetProviderReference of this TenantConfiguration. Deprecated: Use GetProviderConfigReference.
func (*TenantConfiguration) GetPublishConnectionDetailsTo ¶
func (mg *TenantConfiguration) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this TenantConfiguration.
func (*TenantConfiguration) GetTerraformResourceType ¶
func (mg *TenantConfiguration) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this TenantConfiguration
func (*TenantConfiguration) GetTerraformSchemaVersion ¶
func (tr *TenantConfiguration) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*TenantConfiguration) GetWriteConnectionSecretToReference ¶
func (mg *TenantConfiguration) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this TenantConfiguration.
func (*TenantConfiguration) LateInitialize ¶
func (tr *TenantConfiguration) LateInitialize(attrs []byte) (bool, error)
LateInitialize this TenantConfiguration using its observed tfState. returns True if there are any spec changes for the resource.
func (*TenantConfiguration) SetConditions ¶
func (mg *TenantConfiguration) SetConditions(c ...xpv1.Condition)
SetConditions of this TenantConfiguration.
func (*TenantConfiguration) SetDeletionPolicy ¶
func (mg *TenantConfiguration) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this TenantConfiguration.
func (*TenantConfiguration) SetObservation ¶
func (tr *TenantConfiguration) SetObservation(obs map[string]interface{}) error
SetObservation for this TenantConfiguration
func (*TenantConfiguration) SetParameters ¶
func (tr *TenantConfiguration) SetParameters(params map[string]interface{}) error
SetParameters for this TenantConfiguration
func (*TenantConfiguration) SetProviderConfigReference ¶
func (mg *TenantConfiguration) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this TenantConfiguration.
func (*TenantConfiguration) SetProviderReference ¶
func (mg *TenantConfiguration) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this TenantConfiguration. Deprecated: Use SetProviderConfigReference.
func (*TenantConfiguration) SetPublishConnectionDetailsTo ¶
func (mg *TenantConfiguration) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this TenantConfiguration.
func (*TenantConfiguration) SetWriteConnectionSecretToReference ¶
func (mg *TenantConfiguration) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this TenantConfiguration.
type TenantConfigurationList ¶
type TenantConfigurationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []TenantConfiguration `json:"items"` }
TenantConfigurationList contains a list of TenantConfigurations
func (*TenantConfigurationList) DeepCopy ¶
func (in *TenantConfigurationList) DeepCopy() *TenantConfigurationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TenantConfigurationList.
func (*TenantConfigurationList) DeepCopyInto ¶
func (in *TenantConfigurationList) DeepCopyInto(out *TenantConfigurationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TenantConfigurationList) DeepCopyObject ¶
func (in *TenantConfigurationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TenantConfigurationList) GetItems ¶
func (l *TenantConfigurationList) GetItems() []resource.Managed
GetItems of this TenantConfigurationList.
type TenantConfigurationObservation ¶
type TenantConfigurationObservation struct {
ID *string `json:"id,omitempty" tf:"id,omitempty"`
}
func (*TenantConfigurationObservation) DeepCopy ¶
func (in *TenantConfigurationObservation) DeepCopy() *TenantConfigurationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TenantConfigurationObservation.
func (*TenantConfigurationObservation) DeepCopyInto ¶
func (in *TenantConfigurationObservation) DeepCopyInto(out *TenantConfigurationObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TenantConfigurationParameters ¶
type TenantConfigurationParameters struct { // +kubebuilder:validation:Required PrivateMarkdownStorageEnforced *bool `json:"privateMarkdownStorageEnforced" tf:"private_markdown_storage_enforced,omitempty"` }
func (*TenantConfigurationParameters) DeepCopy ¶
func (in *TenantConfigurationParameters) DeepCopy() *TenantConfigurationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TenantConfigurationParameters.
func (*TenantConfigurationParameters) DeepCopyInto ¶
func (in *TenantConfigurationParameters) DeepCopyInto(out *TenantConfigurationParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TenantConfigurationSpec ¶
type TenantConfigurationSpec struct { v1.ResourceSpec `json:",inline"` ForProvider TenantConfigurationParameters `json:"forProvider"` }
TenantConfigurationSpec defines the desired state of TenantConfiguration
func (*TenantConfigurationSpec) DeepCopy ¶
func (in *TenantConfigurationSpec) DeepCopy() *TenantConfigurationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TenantConfigurationSpec.
func (*TenantConfigurationSpec) DeepCopyInto ¶
func (in *TenantConfigurationSpec) DeepCopyInto(out *TenantConfigurationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TenantConfigurationStatus ¶
type TenantConfigurationStatus struct { v1.ResourceStatus `json:",inline"` AtProvider TenantConfigurationObservation `json:"atProvider,omitempty"` }
TenantConfigurationStatus defines the observed state of TenantConfiguration.
func (*TenantConfigurationStatus) DeepCopy ¶
func (in *TenantConfigurationStatus) DeepCopy() *TenantConfigurationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TenantConfigurationStatus.
func (*TenantConfigurationStatus) DeepCopyInto ¶
func (in *TenantConfigurationStatus) DeepCopyInto(out *TenantConfigurationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.