v2/api/servicebus/v1api20240101/storage/zz_generated.deepcopy.go (2,766 lines of code) (raw):
//go:build !ignore_autogenerated
/*
Copyright (c) Microsoft Corporation.
Licensed under the MIT license.
*/
// Code generated by controller-gen. DO NOT EDIT.
package storage
import (
"github.com/Azure/azure-service-operator/v2/pkg/genruntime"
"github.com/Azure/azure-service-operator/v2/pkg/genruntime/conditions"
"github.com/Azure/azure-service-operator/v2/pkg/genruntime/core"
runtime "k8s.io/apimachinery/pkg/runtime"
)
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Action) DeepCopyInto(out *Action) {
*out = *in
if in.CompatibilityLevel != nil {
in, out := &in.CompatibilityLevel, &out.CompatibilityLevel
*out = new(int)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.RequiresPreprocessing != nil {
in, out := &in.RequiresPreprocessing, &out.RequiresPreprocessing
*out = new(bool)
**out = **in
}
if in.SqlExpression != nil {
in, out := &in.SqlExpression, &out.SqlExpression
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Action.
func (in *Action) DeepCopy() *Action {
if in == nil {
return nil
}
out := new(Action)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Action_STATUS) DeepCopyInto(out *Action_STATUS) {
*out = *in
if in.CompatibilityLevel != nil {
in, out := &in.CompatibilityLevel, &out.CompatibilityLevel
*out = new(int)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.RequiresPreprocessing != nil {
in, out := &in.RequiresPreprocessing, &out.RequiresPreprocessing
*out = new(bool)
**out = **in
}
if in.SqlExpression != nil {
in, out := &in.SqlExpression, &out.SqlExpression
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Action_STATUS.
func (in *Action_STATUS) DeepCopy() *Action_STATUS {
if in == nil {
return nil
}
out := new(Action_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *CorrelationFilter) DeepCopyInto(out *CorrelationFilter) {
*out = *in
if in.ContentType != nil {
in, out := &in.ContentType, &out.ContentType
*out = new(string)
**out = **in
}
if in.CorrelationId != nil {
in, out := &in.CorrelationId, &out.CorrelationId
*out = new(string)
**out = **in
}
if in.Label != nil {
in, out := &in.Label, &out.Label
*out = new(string)
**out = **in
}
if in.MessageId != nil {
in, out := &in.MessageId, &out.MessageId
*out = new(string)
**out = **in
}
if in.Properties != nil {
in, out := &in.Properties, &out.Properties
*out = make(map[string]string, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.ReplyTo != nil {
in, out := &in.ReplyTo, &out.ReplyTo
*out = new(string)
**out = **in
}
if in.ReplyToSessionId != nil {
in, out := &in.ReplyToSessionId, &out.ReplyToSessionId
*out = new(string)
**out = **in
}
if in.RequiresPreprocessing != nil {
in, out := &in.RequiresPreprocessing, &out.RequiresPreprocessing
*out = new(bool)
**out = **in
}
if in.SessionId != nil {
in, out := &in.SessionId, &out.SessionId
*out = new(string)
**out = **in
}
if in.To != nil {
in, out := &in.To, &out.To
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CorrelationFilter.
func (in *CorrelationFilter) DeepCopy() *CorrelationFilter {
if in == nil {
return nil
}
out := new(CorrelationFilter)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *CorrelationFilter_STATUS) DeepCopyInto(out *CorrelationFilter_STATUS) {
*out = *in
if in.ContentType != nil {
in, out := &in.ContentType, &out.ContentType
*out = new(string)
**out = **in
}
if in.CorrelationId != nil {
in, out := &in.CorrelationId, &out.CorrelationId
*out = new(string)
**out = **in
}
if in.Label != nil {
in, out := &in.Label, &out.Label
*out = new(string)
**out = **in
}
if in.MessageId != nil {
in, out := &in.MessageId, &out.MessageId
*out = new(string)
**out = **in
}
if in.Properties != nil {
in, out := &in.Properties, &out.Properties
*out = make(map[string]string, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.ReplyTo != nil {
in, out := &in.ReplyTo, &out.ReplyTo
*out = new(string)
**out = **in
}
if in.ReplyToSessionId != nil {
in, out := &in.ReplyToSessionId, &out.ReplyToSessionId
*out = new(string)
**out = **in
}
if in.RequiresPreprocessing != nil {
in, out := &in.RequiresPreprocessing, &out.RequiresPreprocessing
*out = new(bool)
**out = **in
}
if in.SessionId != nil {
in, out := &in.SessionId, &out.SessionId
*out = new(string)
**out = **in
}
if in.To != nil {
in, out := &in.To, &out.To
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CorrelationFilter_STATUS.
func (in *CorrelationFilter_STATUS) DeepCopy() *CorrelationFilter_STATUS {
if in == nil {
return nil
}
out := new(CorrelationFilter_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Encryption) DeepCopyInto(out *Encryption) {
*out = *in
if in.KeySource != nil {
in, out := &in.KeySource, &out.KeySource
*out = new(string)
**out = **in
}
if in.KeyVaultProperties != nil {
in, out := &in.KeyVaultProperties, &out.KeyVaultProperties
*out = make([]KeyVaultProperties, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.RequireInfrastructureEncryption != nil {
in, out := &in.RequireInfrastructureEncryption, &out.RequireInfrastructureEncryption
*out = new(bool)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Encryption.
func (in *Encryption) DeepCopy() *Encryption {
if in == nil {
return nil
}
out := new(Encryption)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Encryption_STATUS) DeepCopyInto(out *Encryption_STATUS) {
*out = *in
if in.KeySource != nil {
in, out := &in.KeySource, &out.KeySource
*out = new(string)
**out = **in
}
if in.KeyVaultProperties != nil {
in, out := &in.KeyVaultProperties, &out.KeyVaultProperties
*out = make([]KeyVaultProperties_STATUS, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.RequireInfrastructureEncryption != nil {
in, out := &in.RequireInfrastructureEncryption, &out.RequireInfrastructureEncryption
*out = new(bool)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Encryption_STATUS.
func (in *Encryption_STATUS) DeepCopy() *Encryption_STATUS {
if in == nil {
return nil
}
out := new(Encryption_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Identity) DeepCopyInto(out *Identity) {
*out = *in
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.Type != nil {
in, out := &in.Type, &out.Type
*out = new(string)
**out = **in
}
if in.UserAssignedIdentities != nil {
in, out := &in.UserAssignedIdentities, &out.UserAssignedIdentities
*out = make([]UserAssignedIdentityDetails, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Identity.
func (in *Identity) DeepCopy() *Identity {
if in == nil {
return nil
}
out := new(Identity)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Identity_STATUS) DeepCopyInto(out *Identity_STATUS) {
*out = *in
if in.PrincipalId != nil {
in, out := &in.PrincipalId, &out.PrincipalId
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.TenantId != nil {
in, out := &in.TenantId, &out.TenantId
*out = new(string)
**out = **in
}
if in.Type != nil {
in, out := &in.Type, &out.Type
*out = new(string)
**out = **in
}
if in.UserAssignedIdentities != nil {
in, out := &in.UserAssignedIdentities, &out.UserAssignedIdentities
*out = make(map[string]UserAssignedIdentity_STATUS, len(*in))
for key, val := range *in {
(*out)[key] = *val.DeepCopy()
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Identity_STATUS.
func (in *Identity_STATUS) DeepCopy() *Identity_STATUS {
if in == nil {
return nil
}
out := new(Identity_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *KeyVaultProperties) DeepCopyInto(out *KeyVaultProperties) {
*out = *in
if in.Identity != nil {
in, out := &in.Identity, &out.Identity
*out = new(UserAssignedIdentityProperties)
(*in).DeepCopyInto(*out)
}
if in.KeyName != nil {
in, out := &in.KeyName, &out.KeyName
*out = new(string)
**out = **in
}
if in.KeyVaultUri != nil {
in, out := &in.KeyVaultUri, &out.KeyVaultUri
*out = new(string)
**out = **in
}
if in.KeyVersion != nil {
in, out := &in.KeyVersion, &out.KeyVersion
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultProperties.
func (in *KeyVaultProperties) DeepCopy() *KeyVaultProperties {
if in == nil {
return nil
}
out := new(KeyVaultProperties)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *KeyVaultProperties_STATUS) DeepCopyInto(out *KeyVaultProperties_STATUS) {
*out = *in
if in.Identity != nil {
in, out := &in.Identity, &out.Identity
*out = new(UserAssignedIdentityProperties_STATUS)
(*in).DeepCopyInto(*out)
}
if in.KeyName != nil {
in, out := &in.KeyName, &out.KeyName
*out = new(string)
**out = **in
}
if in.KeyVaultUri != nil {
in, out := &in.KeyVaultUri, &out.KeyVaultUri
*out = new(string)
**out = **in
}
if in.KeyVersion != nil {
in, out := &in.KeyVersion, &out.KeyVersion
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultProperties_STATUS.
func (in *KeyVaultProperties_STATUS) DeepCopy() *KeyVaultProperties_STATUS {
if in == nil {
return nil
}
out := new(KeyVaultProperties_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *MessageCountDetails_STATUS) DeepCopyInto(out *MessageCountDetails_STATUS) {
*out = *in
if in.ActiveMessageCount != nil {
in, out := &in.ActiveMessageCount, &out.ActiveMessageCount
*out = new(int)
**out = **in
}
if in.DeadLetterMessageCount != nil {
in, out := &in.DeadLetterMessageCount, &out.DeadLetterMessageCount
*out = new(int)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.ScheduledMessageCount != nil {
in, out := &in.ScheduledMessageCount, &out.ScheduledMessageCount
*out = new(int)
**out = **in
}
if in.TransferDeadLetterMessageCount != nil {
in, out := &in.TransferDeadLetterMessageCount, &out.TransferDeadLetterMessageCount
*out = new(int)
**out = **in
}
if in.TransferMessageCount != nil {
in, out := &in.TransferMessageCount, &out.TransferMessageCount
*out = new(int)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MessageCountDetails_STATUS.
func (in *MessageCountDetails_STATUS) DeepCopy() *MessageCountDetails_STATUS {
if in == nil {
return nil
}
out := new(MessageCountDetails_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Namespace) DeepCopyInto(out *Namespace) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.Spec.DeepCopyInto(&out.Spec)
in.Status.DeepCopyInto(&out.Status)
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespace.
func (in *Namespace) DeepCopy() *Namespace {
if in == nil {
return nil
}
out := new(Namespace)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *Namespace) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespaceList) DeepCopyInto(out *NamespaceList) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ListMeta.DeepCopyInto(&out.ListMeta)
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]Namespace, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespaceList.
func (in *NamespaceList) DeepCopy() *NamespaceList {
if in == nil {
return nil
}
out := new(NamespaceList)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *NamespaceList) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespaceOperatorSecrets) DeepCopyInto(out *NamespaceOperatorSecrets) {
*out = *in
if in.Endpoint != nil {
in, out := &in.Endpoint, &out.Endpoint
*out = new(genruntime.SecretDestination)
**out = **in
}
if in.PrimaryConnectionString != nil {
in, out := &in.PrimaryConnectionString, &out.PrimaryConnectionString
*out = new(genruntime.SecretDestination)
**out = **in
}
if in.PrimaryKey != nil {
in, out := &in.PrimaryKey, &out.PrimaryKey
*out = new(genruntime.SecretDestination)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.SecondaryConnectionString != nil {
in, out := &in.SecondaryConnectionString, &out.SecondaryConnectionString
*out = new(genruntime.SecretDestination)
**out = **in
}
if in.SecondaryKey != nil {
in, out := &in.SecondaryKey, &out.SecondaryKey
*out = new(genruntime.SecretDestination)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespaceOperatorSecrets.
func (in *NamespaceOperatorSecrets) DeepCopy() *NamespaceOperatorSecrets {
if in == nil {
return nil
}
out := new(NamespaceOperatorSecrets)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespaceOperatorSpec) DeepCopyInto(out *NamespaceOperatorSpec) {
*out = *in
if in.ConfigMapExpressions != nil {
in, out := &in.ConfigMapExpressions, &out.ConfigMapExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.SecretExpressions != nil {
in, out := &in.SecretExpressions, &out.SecretExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
if in.Secrets != nil {
in, out := &in.Secrets, &out.Secrets
*out = new(NamespaceOperatorSecrets)
(*in).DeepCopyInto(*out)
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespaceOperatorSpec.
func (in *NamespaceOperatorSpec) DeepCopy() *NamespaceOperatorSpec {
if in == nil {
return nil
}
out := new(NamespaceOperatorSpec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Namespace_STATUS) DeepCopyInto(out *Namespace_STATUS) {
*out = *in
if in.AlternateName != nil {
in, out := &in.AlternateName, &out.AlternateName
*out = new(string)
**out = **in
}
if in.Conditions != nil {
in, out := &in.Conditions, &out.Conditions
*out = make([]conditions.Condition, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.CreatedAt != nil {
in, out := &in.CreatedAt, &out.CreatedAt
*out = new(string)
**out = **in
}
if in.DisableLocalAuth != nil {
in, out := &in.DisableLocalAuth, &out.DisableLocalAuth
*out = new(bool)
**out = **in
}
if in.Encryption != nil {
in, out := &in.Encryption, &out.Encryption
*out = new(Encryption_STATUS)
(*in).DeepCopyInto(*out)
}
if in.Id != nil {
in, out := &in.Id, &out.Id
*out = new(string)
**out = **in
}
if in.Identity != nil {
in, out := &in.Identity, &out.Identity
*out = new(Identity_STATUS)
(*in).DeepCopyInto(*out)
}
if in.Location != nil {
in, out := &in.Location, &out.Location
*out = new(string)
**out = **in
}
if in.MetricId != nil {
in, out := &in.MetricId, &out.MetricId
*out = new(string)
**out = **in
}
if in.MinimumTlsVersion != nil {
in, out := &in.MinimumTlsVersion, &out.MinimumTlsVersion
*out = new(string)
**out = **in
}
if in.Name != nil {
in, out := &in.Name, &out.Name
*out = new(string)
**out = **in
}
if in.PremiumMessagingPartitions != nil {
in, out := &in.PremiumMessagingPartitions, &out.PremiumMessagingPartitions
*out = new(int)
**out = **in
}
if in.PrivateEndpointConnections != nil {
in, out := &in.PrivateEndpointConnections, &out.PrivateEndpointConnections
*out = make([]PrivateEndpointConnection_STATUS, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.ProvisioningState != nil {
in, out := &in.ProvisioningState, &out.ProvisioningState
*out = new(string)
**out = **in
}
if in.PublicNetworkAccess != nil {
in, out := &in.PublicNetworkAccess, &out.PublicNetworkAccess
*out = new(string)
**out = **in
}
if in.ServiceBusEndpoint != nil {
in, out := &in.ServiceBusEndpoint, &out.ServiceBusEndpoint
*out = new(string)
**out = **in
}
if in.Sku != nil {
in, out := &in.Sku, &out.Sku
*out = new(SBSku_STATUS)
(*in).DeepCopyInto(*out)
}
if in.Status != nil {
in, out := &in.Status, &out.Status
*out = new(string)
**out = **in
}
if in.SystemData != nil {
in, out := &in.SystemData, &out.SystemData
*out = new(SystemData_STATUS)
(*in).DeepCopyInto(*out)
}
if in.Tags != nil {
in, out := &in.Tags, &out.Tags
*out = make(map[string]string, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.Type != nil {
in, out := &in.Type, &out.Type
*out = new(string)
**out = **in
}
if in.UpdatedAt != nil {
in, out := &in.UpdatedAt, &out.UpdatedAt
*out = new(string)
**out = **in
}
if in.ZoneRedundant != nil {
in, out := &in.ZoneRedundant, &out.ZoneRedundant
*out = new(bool)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespace_STATUS.
func (in *Namespace_STATUS) DeepCopy() *Namespace_STATUS {
if in == nil {
return nil
}
out := new(Namespace_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Namespace_Spec) DeepCopyInto(out *Namespace_Spec) {
*out = *in
if in.AlternateName != nil {
in, out := &in.AlternateName, &out.AlternateName
*out = new(string)
**out = **in
}
if in.DisableLocalAuth != nil {
in, out := &in.DisableLocalAuth, &out.DisableLocalAuth
*out = new(bool)
**out = **in
}
if in.Encryption != nil {
in, out := &in.Encryption, &out.Encryption
*out = new(Encryption)
(*in).DeepCopyInto(*out)
}
if in.Identity != nil {
in, out := &in.Identity, &out.Identity
*out = new(Identity)
(*in).DeepCopyInto(*out)
}
if in.Location != nil {
in, out := &in.Location, &out.Location
*out = new(string)
**out = **in
}
if in.MinimumTlsVersion != nil {
in, out := &in.MinimumTlsVersion, &out.MinimumTlsVersion
*out = new(string)
**out = **in
}
if in.OperatorSpec != nil {
in, out := &in.OperatorSpec, &out.OperatorSpec
*out = new(NamespaceOperatorSpec)
(*in).DeepCopyInto(*out)
}
if in.Owner != nil {
in, out := &in.Owner, &out.Owner
*out = new(genruntime.KnownResourceReference)
**out = **in
}
if in.PremiumMessagingPartitions != nil {
in, out := &in.PremiumMessagingPartitions, &out.PremiumMessagingPartitions
*out = new(int)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.PublicNetworkAccess != nil {
in, out := &in.PublicNetworkAccess, &out.PublicNetworkAccess
*out = new(string)
**out = **in
}
if in.Sku != nil {
in, out := &in.Sku, &out.Sku
*out = new(SBSku)
(*in).DeepCopyInto(*out)
}
if in.Tags != nil {
in, out := &in.Tags, &out.Tags
*out = make(map[string]string, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.ZoneRedundant != nil {
in, out := &in.ZoneRedundant, &out.ZoneRedundant
*out = new(bool)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespace_Spec.
func (in *Namespace_Spec) DeepCopy() *Namespace_Spec {
if in == nil {
return nil
}
out := new(Namespace_Spec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesAuthorizationRule) DeepCopyInto(out *NamespacesAuthorizationRule) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.Spec.DeepCopyInto(&out.Spec)
in.Status.DeepCopyInto(&out.Status)
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesAuthorizationRule.
func (in *NamespacesAuthorizationRule) DeepCopy() *NamespacesAuthorizationRule {
if in == nil {
return nil
}
out := new(NamespacesAuthorizationRule)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *NamespacesAuthorizationRule) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesAuthorizationRuleList) DeepCopyInto(out *NamespacesAuthorizationRuleList) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ListMeta.DeepCopyInto(&out.ListMeta)
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]NamespacesAuthorizationRule, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesAuthorizationRuleList.
func (in *NamespacesAuthorizationRuleList) DeepCopy() *NamespacesAuthorizationRuleList {
if in == nil {
return nil
}
out := new(NamespacesAuthorizationRuleList)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *NamespacesAuthorizationRuleList) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesAuthorizationRuleOperatorSecrets) DeepCopyInto(out *NamespacesAuthorizationRuleOperatorSecrets) {
*out = *in
if in.PrimaryConnectionString != nil {
in, out := &in.PrimaryConnectionString, &out.PrimaryConnectionString
*out = new(genruntime.SecretDestination)
**out = **in
}
if in.PrimaryKey != nil {
in, out := &in.PrimaryKey, &out.PrimaryKey
*out = new(genruntime.SecretDestination)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.SecondaryConnectionString != nil {
in, out := &in.SecondaryConnectionString, &out.SecondaryConnectionString
*out = new(genruntime.SecretDestination)
**out = **in
}
if in.SecondaryKey != nil {
in, out := &in.SecondaryKey, &out.SecondaryKey
*out = new(genruntime.SecretDestination)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesAuthorizationRuleOperatorSecrets.
func (in *NamespacesAuthorizationRuleOperatorSecrets) DeepCopy() *NamespacesAuthorizationRuleOperatorSecrets {
if in == nil {
return nil
}
out := new(NamespacesAuthorizationRuleOperatorSecrets)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesAuthorizationRuleOperatorSpec) DeepCopyInto(out *NamespacesAuthorizationRuleOperatorSpec) {
*out = *in
if in.ConfigMapExpressions != nil {
in, out := &in.ConfigMapExpressions, &out.ConfigMapExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.SecretExpressions != nil {
in, out := &in.SecretExpressions, &out.SecretExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
if in.Secrets != nil {
in, out := &in.Secrets, &out.Secrets
*out = new(NamespacesAuthorizationRuleOperatorSecrets)
(*in).DeepCopyInto(*out)
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesAuthorizationRuleOperatorSpec.
func (in *NamespacesAuthorizationRuleOperatorSpec) DeepCopy() *NamespacesAuthorizationRuleOperatorSpec {
if in == nil {
return nil
}
out := new(NamespacesAuthorizationRuleOperatorSpec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesAuthorizationRule_STATUS) DeepCopyInto(out *NamespacesAuthorizationRule_STATUS) {
*out = *in
if in.Conditions != nil {
in, out := &in.Conditions, &out.Conditions
*out = make([]conditions.Condition, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.Id != nil {
in, out := &in.Id, &out.Id
*out = new(string)
**out = **in
}
if in.Location != nil {
in, out := &in.Location, &out.Location
*out = new(string)
**out = **in
}
if in.Name != nil {
in, out := &in.Name, &out.Name
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.Rights != nil {
in, out := &in.Rights, &out.Rights
*out = make([]string, len(*in))
copy(*out, *in)
}
if in.SystemData != nil {
in, out := &in.SystemData, &out.SystemData
*out = new(SystemData_STATUS)
(*in).DeepCopyInto(*out)
}
if in.Type != nil {
in, out := &in.Type, &out.Type
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesAuthorizationRule_STATUS.
func (in *NamespacesAuthorizationRule_STATUS) DeepCopy() *NamespacesAuthorizationRule_STATUS {
if in == nil {
return nil
}
out := new(NamespacesAuthorizationRule_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesAuthorizationRule_Spec) DeepCopyInto(out *NamespacesAuthorizationRule_Spec) {
*out = *in
if in.OperatorSpec != nil {
in, out := &in.OperatorSpec, &out.OperatorSpec
*out = new(NamespacesAuthorizationRuleOperatorSpec)
(*in).DeepCopyInto(*out)
}
if in.Owner != nil {
in, out := &in.Owner, &out.Owner
*out = new(genruntime.KnownResourceReference)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.Rights != nil {
in, out := &in.Rights, &out.Rights
*out = make([]string, len(*in))
copy(*out, *in)
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesAuthorizationRule_Spec.
func (in *NamespacesAuthorizationRule_Spec) DeepCopy() *NamespacesAuthorizationRule_Spec {
if in == nil {
return nil
}
out := new(NamespacesAuthorizationRule_Spec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesQueue) DeepCopyInto(out *NamespacesQueue) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.Spec.DeepCopyInto(&out.Spec)
in.Status.DeepCopyInto(&out.Status)
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesQueue.
func (in *NamespacesQueue) DeepCopy() *NamespacesQueue {
if in == nil {
return nil
}
out := new(NamespacesQueue)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *NamespacesQueue) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesQueueList) DeepCopyInto(out *NamespacesQueueList) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ListMeta.DeepCopyInto(&out.ListMeta)
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]NamespacesQueue, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesQueueList.
func (in *NamespacesQueueList) DeepCopy() *NamespacesQueueList {
if in == nil {
return nil
}
out := new(NamespacesQueueList)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *NamespacesQueueList) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesQueueOperatorSpec) DeepCopyInto(out *NamespacesQueueOperatorSpec) {
*out = *in
if in.ConfigMapExpressions != nil {
in, out := &in.ConfigMapExpressions, &out.ConfigMapExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.SecretExpressions != nil {
in, out := &in.SecretExpressions, &out.SecretExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesQueueOperatorSpec.
func (in *NamespacesQueueOperatorSpec) DeepCopy() *NamespacesQueueOperatorSpec {
if in == nil {
return nil
}
out := new(NamespacesQueueOperatorSpec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesQueue_STATUS) DeepCopyInto(out *NamespacesQueue_STATUS) {
*out = *in
if in.AccessedAt != nil {
in, out := &in.AccessedAt, &out.AccessedAt
*out = new(string)
**out = **in
}
if in.AutoDeleteOnIdle != nil {
in, out := &in.AutoDeleteOnIdle, &out.AutoDeleteOnIdle
*out = new(string)
**out = **in
}
if in.Conditions != nil {
in, out := &in.Conditions, &out.Conditions
*out = make([]conditions.Condition, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.CountDetails != nil {
in, out := &in.CountDetails, &out.CountDetails
*out = new(MessageCountDetails_STATUS)
(*in).DeepCopyInto(*out)
}
if in.CreatedAt != nil {
in, out := &in.CreatedAt, &out.CreatedAt
*out = new(string)
**out = **in
}
if in.DeadLetteringOnMessageExpiration != nil {
in, out := &in.DeadLetteringOnMessageExpiration, &out.DeadLetteringOnMessageExpiration
*out = new(bool)
**out = **in
}
if in.DefaultMessageTimeToLive != nil {
in, out := &in.DefaultMessageTimeToLive, &out.DefaultMessageTimeToLive
*out = new(string)
**out = **in
}
if in.DuplicateDetectionHistoryTimeWindow != nil {
in, out := &in.DuplicateDetectionHistoryTimeWindow, &out.DuplicateDetectionHistoryTimeWindow
*out = new(string)
**out = **in
}
if in.EnableBatchedOperations != nil {
in, out := &in.EnableBatchedOperations, &out.EnableBatchedOperations
*out = new(bool)
**out = **in
}
if in.EnableExpress != nil {
in, out := &in.EnableExpress, &out.EnableExpress
*out = new(bool)
**out = **in
}
if in.EnablePartitioning != nil {
in, out := &in.EnablePartitioning, &out.EnablePartitioning
*out = new(bool)
**out = **in
}
if in.ForwardDeadLetteredMessagesTo != nil {
in, out := &in.ForwardDeadLetteredMessagesTo, &out.ForwardDeadLetteredMessagesTo
*out = new(string)
**out = **in
}
if in.ForwardTo != nil {
in, out := &in.ForwardTo, &out.ForwardTo
*out = new(string)
**out = **in
}
if in.Id != nil {
in, out := &in.Id, &out.Id
*out = new(string)
**out = **in
}
if in.Location != nil {
in, out := &in.Location, &out.Location
*out = new(string)
**out = **in
}
if in.LockDuration != nil {
in, out := &in.LockDuration, &out.LockDuration
*out = new(string)
**out = **in
}
if in.MaxDeliveryCount != nil {
in, out := &in.MaxDeliveryCount, &out.MaxDeliveryCount
*out = new(int)
**out = **in
}
if in.MaxMessageSizeInKilobytes != nil {
in, out := &in.MaxMessageSizeInKilobytes, &out.MaxMessageSizeInKilobytes
*out = new(int)
**out = **in
}
if in.MaxSizeInMegabytes != nil {
in, out := &in.MaxSizeInMegabytes, &out.MaxSizeInMegabytes
*out = new(int)
**out = **in
}
if in.MessageCount != nil {
in, out := &in.MessageCount, &out.MessageCount
*out = new(int)
**out = **in
}
if in.Name != nil {
in, out := &in.Name, &out.Name
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.RequiresDuplicateDetection != nil {
in, out := &in.RequiresDuplicateDetection, &out.RequiresDuplicateDetection
*out = new(bool)
**out = **in
}
if in.RequiresSession != nil {
in, out := &in.RequiresSession, &out.RequiresSession
*out = new(bool)
**out = **in
}
if in.SizeInBytes != nil {
in, out := &in.SizeInBytes, &out.SizeInBytes
*out = new(int)
**out = **in
}
if in.Status != nil {
in, out := &in.Status, &out.Status
*out = new(string)
**out = **in
}
if in.SystemData != nil {
in, out := &in.SystemData, &out.SystemData
*out = new(SystemData_STATUS)
(*in).DeepCopyInto(*out)
}
if in.Type != nil {
in, out := &in.Type, &out.Type
*out = new(string)
**out = **in
}
if in.UpdatedAt != nil {
in, out := &in.UpdatedAt, &out.UpdatedAt
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesQueue_STATUS.
func (in *NamespacesQueue_STATUS) DeepCopy() *NamespacesQueue_STATUS {
if in == nil {
return nil
}
out := new(NamespacesQueue_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesQueue_Spec) DeepCopyInto(out *NamespacesQueue_Spec) {
*out = *in
if in.AutoDeleteOnIdle != nil {
in, out := &in.AutoDeleteOnIdle, &out.AutoDeleteOnIdle
*out = new(string)
**out = **in
}
if in.DeadLetteringOnMessageExpiration != nil {
in, out := &in.DeadLetteringOnMessageExpiration, &out.DeadLetteringOnMessageExpiration
*out = new(bool)
**out = **in
}
if in.DefaultMessageTimeToLive != nil {
in, out := &in.DefaultMessageTimeToLive, &out.DefaultMessageTimeToLive
*out = new(string)
**out = **in
}
if in.DuplicateDetectionHistoryTimeWindow != nil {
in, out := &in.DuplicateDetectionHistoryTimeWindow, &out.DuplicateDetectionHistoryTimeWindow
*out = new(string)
**out = **in
}
if in.EnableBatchedOperations != nil {
in, out := &in.EnableBatchedOperations, &out.EnableBatchedOperations
*out = new(bool)
**out = **in
}
if in.EnableExpress != nil {
in, out := &in.EnableExpress, &out.EnableExpress
*out = new(bool)
**out = **in
}
if in.EnablePartitioning != nil {
in, out := &in.EnablePartitioning, &out.EnablePartitioning
*out = new(bool)
**out = **in
}
if in.ForwardDeadLetteredMessagesTo != nil {
in, out := &in.ForwardDeadLetteredMessagesTo, &out.ForwardDeadLetteredMessagesTo
*out = new(string)
**out = **in
}
if in.ForwardTo != nil {
in, out := &in.ForwardTo, &out.ForwardTo
*out = new(string)
**out = **in
}
if in.LockDuration != nil {
in, out := &in.LockDuration, &out.LockDuration
*out = new(string)
**out = **in
}
if in.MaxDeliveryCount != nil {
in, out := &in.MaxDeliveryCount, &out.MaxDeliveryCount
*out = new(int)
**out = **in
}
if in.MaxMessageSizeInKilobytes != nil {
in, out := &in.MaxMessageSizeInKilobytes, &out.MaxMessageSizeInKilobytes
*out = new(int)
**out = **in
}
if in.MaxSizeInMegabytes != nil {
in, out := &in.MaxSizeInMegabytes, &out.MaxSizeInMegabytes
*out = new(int)
**out = **in
}
if in.OperatorSpec != nil {
in, out := &in.OperatorSpec, &out.OperatorSpec
*out = new(NamespacesQueueOperatorSpec)
(*in).DeepCopyInto(*out)
}
if in.Owner != nil {
in, out := &in.Owner, &out.Owner
*out = new(genruntime.KnownResourceReference)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.RequiresDuplicateDetection != nil {
in, out := &in.RequiresDuplicateDetection, &out.RequiresDuplicateDetection
*out = new(bool)
**out = **in
}
if in.RequiresSession != nil {
in, out := &in.RequiresSession, &out.RequiresSession
*out = new(bool)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesQueue_Spec.
func (in *NamespacesQueue_Spec) DeepCopy() *NamespacesQueue_Spec {
if in == nil {
return nil
}
out := new(NamespacesQueue_Spec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopic) DeepCopyInto(out *NamespacesTopic) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.Spec.DeepCopyInto(&out.Spec)
in.Status.DeepCopyInto(&out.Status)
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopic.
func (in *NamespacesTopic) DeepCopy() *NamespacesTopic {
if in == nil {
return nil
}
out := new(NamespacesTopic)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *NamespacesTopic) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopicList) DeepCopyInto(out *NamespacesTopicList) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ListMeta.DeepCopyInto(&out.ListMeta)
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]NamespacesTopic, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicList.
func (in *NamespacesTopicList) DeepCopy() *NamespacesTopicList {
if in == nil {
return nil
}
out := new(NamespacesTopicList)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *NamespacesTopicList) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopicOperatorSpec) DeepCopyInto(out *NamespacesTopicOperatorSpec) {
*out = *in
if in.ConfigMapExpressions != nil {
in, out := &in.ConfigMapExpressions, &out.ConfigMapExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.SecretExpressions != nil {
in, out := &in.SecretExpressions, &out.SecretExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicOperatorSpec.
func (in *NamespacesTopicOperatorSpec) DeepCopy() *NamespacesTopicOperatorSpec {
if in == nil {
return nil
}
out := new(NamespacesTopicOperatorSpec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopic_STATUS) DeepCopyInto(out *NamespacesTopic_STATUS) {
*out = *in
if in.AccessedAt != nil {
in, out := &in.AccessedAt, &out.AccessedAt
*out = new(string)
**out = **in
}
if in.AutoDeleteOnIdle != nil {
in, out := &in.AutoDeleteOnIdle, &out.AutoDeleteOnIdle
*out = new(string)
**out = **in
}
if in.Conditions != nil {
in, out := &in.Conditions, &out.Conditions
*out = make([]conditions.Condition, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.CountDetails != nil {
in, out := &in.CountDetails, &out.CountDetails
*out = new(MessageCountDetails_STATUS)
(*in).DeepCopyInto(*out)
}
if in.CreatedAt != nil {
in, out := &in.CreatedAt, &out.CreatedAt
*out = new(string)
**out = **in
}
if in.DefaultMessageTimeToLive != nil {
in, out := &in.DefaultMessageTimeToLive, &out.DefaultMessageTimeToLive
*out = new(string)
**out = **in
}
if in.DuplicateDetectionHistoryTimeWindow != nil {
in, out := &in.DuplicateDetectionHistoryTimeWindow, &out.DuplicateDetectionHistoryTimeWindow
*out = new(string)
**out = **in
}
if in.EnableBatchedOperations != nil {
in, out := &in.EnableBatchedOperations, &out.EnableBatchedOperations
*out = new(bool)
**out = **in
}
if in.EnableExpress != nil {
in, out := &in.EnableExpress, &out.EnableExpress
*out = new(bool)
**out = **in
}
if in.EnablePartitioning != nil {
in, out := &in.EnablePartitioning, &out.EnablePartitioning
*out = new(bool)
**out = **in
}
if in.Id != nil {
in, out := &in.Id, &out.Id
*out = new(string)
**out = **in
}
if in.Location != nil {
in, out := &in.Location, &out.Location
*out = new(string)
**out = **in
}
if in.MaxMessageSizeInKilobytes != nil {
in, out := &in.MaxMessageSizeInKilobytes, &out.MaxMessageSizeInKilobytes
*out = new(int)
**out = **in
}
if in.MaxSizeInMegabytes != nil {
in, out := &in.MaxSizeInMegabytes, &out.MaxSizeInMegabytes
*out = new(int)
**out = **in
}
if in.Name != nil {
in, out := &in.Name, &out.Name
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.RequiresDuplicateDetection != nil {
in, out := &in.RequiresDuplicateDetection, &out.RequiresDuplicateDetection
*out = new(bool)
**out = **in
}
if in.SizeInBytes != nil {
in, out := &in.SizeInBytes, &out.SizeInBytes
*out = new(int)
**out = **in
}
if in.Status != nil {
in, out := &in.Status, &out.Status
*out = new(string)
**out = **in
}
if in.SubscriptionCount != nil {
in, out := &in.SubscriptionCount, &out.SubscriptionCount
*out = new(int)
**out = **in
}
if in.SupportOrdering != nil {
in, out := &in.SupportOrdering, &out.SupportOrdering
*out = new(bool)
**out = **in
}
if in.SystemData != nil {
in, out := &in.SystemData, &out.SystemData
*out = new(SystemData_STATUS)
(*in).DeepCopyInto(*out)
}
if in.Type != nil {
in, out := &in.Type, &out.Type
*out = new(string)
**out = **in
}
if in.UpdatedAt != nil {
in, out := &in.UpdatedAt, &out.UpdatedAt
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopic_STATUS.
func (in *NamespacesTopic_STATUS) DeepCopy() *NamespacesTopic_STATUS {
if in == nil {
return nil
}
out := new(NamespacesTopic_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopic_Spec) DeepCopyInto(out *NamespacesTopic_Spec) {
*out = *in
if in.AutoDeleteOnIdle != nil {
in, out := &in.AutoDeleteOnIdle, &out.AutoDeleteOnIdle
*out = new(string)
**out = **in
}
if in.DefaultMessageTimeToLive != nil {
in, out := &in.DefaultMessageTimeToLive, &out.DefaultMessageTimeToLive
*out = new(string)
**out = **in
}
if in.DuplicateDetectionHistoryTimeWindow != nil {
in, out := &in.DuplicateDetectionHistoryTimeWindow, &out.DuplicateDetectionHistoryTimeWindow
*out = new(string)
**out = **in
}
if in.EnableBatchedOperations != nil {
in, out := &in.EnableBatchedOperations, &out.EnableBatchedOperations
*out = new(bool)
**out = **in
}
if in.EnableExpress != nil {
in, out := &in.EnableExpress, &out.EnableExpress
*out = new(bool)
**out = **in
}
if in.EnablePartitioning != nil {
in, out := &in.EnablePartitioning, &out.EnablePartitioning
*out = new(bool)
**out = **in
}
if in.MaxMessageSizeInKilobytes != nil {
in, out := &in.MaxMessageSizeInKilobytes, &out.MaxMessageSizeInKilobytes
*out = new(int)
**out = **in
}
if in.MaxSizeInMegabytes != nil {
in, out := &in.MaxSizeInMegabytes, &out.MaxSizeInMegabytes
*out = new(int)
**out = **in
}
if in.OperatorSpec != nil {
in, out := &in.OperatorSpec, &out.OperatorSpec
*out = new(NamespacesTopicOperatorSpec)
(*in).DeepCopyInto(*out)
}
if in.Owner != nil {
in, out := &in.Owner, &out.Owner
*out = new(genruntime.KnownResourceReference)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.RequiresDuplicateDetection != nil {
in, out := &in.RequiresDuplicateDetection, &out.RequiresDuplicateDetection
*out = new(bool)
**out = **in
}
if in.SupportOrdering != nil {
in, out := &in.SupportOrdering, &out.SupportOrdering
*out = new(bool)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopic_Spec.
func (in *NamespacesTopic_Spec) DeepCopy() *NamespacesTopic_Spec {
if in == nil {
return nil
}
out := new(NamespacesTopic_Spec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopicsSubscription) DeepCopyInto(out *NamespacesTopicsSubscription) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.Spec.DeepCopyInto(&out.Spec)
in.Status.DeepCopyInto(&out.Status)
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscription.
func (in *NamespacesTopicsSubscription) DeepCopy() *NamespacesTopicsSubscription {
if in == nil {
return nil
}
out := new(NamespacesTopicsSubscription)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *NamespacesTopicsSubscription) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopicsSubscriptionList) DeepCopyInto(out *NamespacesTopicsSubscriptionList) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ListMeta.DeepCopyInto(&out.ListMeta)
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]NamespacesTopicsSubscription, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscriptionList.
func (in *NamespacesTopicsSubscriptionList) DeepCopy() *NamespacesTopicsSubscriptionList {
if in == nil {
return nil
}
out := new(NamespacesTopicsSubscriptionList)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *NamespacesTopicsSubscriptionList) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopicsSubscriptionOperatorSpec) DeepCopyInto(out *NamespacesTopicsSubscriptionOperatorSpec) {
*out = *in
if in.ConfigMapExpressions != nil {
in, out := &in.ConfigMapExpressions, &out.ConfigMapExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.SecretExpressions != nil {
in, out := &in.SecretExpressions, &out.SecretExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscriptionOperatorSpec.
func (in *NamespacesTopicsSubscriptionOperatorSpec) DeepCopy() *NamespacesTopicsSubscriptionOperatorSpec {
if in == nil {
return nil
}
out := new(NamespacesTopicsSubscriptionOperatorSpec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopicsSubscription_STATUS) DeepCopyInto(out *NamespacesTopicsSubscription_STATUS) {
*out = *in
if in.AccessedAt != nil {
in, out := &in.AccessedAt, &out.AccessedAt
*out = new(string)
**out = **in
}
if in.AutoDeleteOnIdle != nil {
in, out := &in.AutoDeleteOnIdle, &out.AutoDeleteOnIdle
*out = new(string)
**out = **in
}
if in.ClientAffineProperties != nil {
in, out := &in.ClientAffineProperties, &out.ClientAffineProperties
*out = new(SBClientAffineProperties_STATUS)
(*in).DeepCopyInto(*out)
}
if in.Conditions != nil {
in, out := &in.Conditions, &out.Conditions
*out = make([]conditions.Condition, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.CountDetails != nil {
in, out := &in.CountDetails, &out.CountDetails
*out = new(MessageCountDetails_STATUS)
(*in).DeepCopyInto(*out)
}
if in.CreatedAt != nil {
in, out := &in.CreatedAt, &out.CreatedAt
*out = new(string)
**out = **in
}
if in.DeadLetteringOnFilterEvaluationExceptions != nil {
in, out := &in.DeadLetteringOnFilterEvaluationExceptions, &out.DeadLetteringOnFilterEvaluationExceptions
*out = new(bool)
**out = **in
}
if in.DeadLetteringOnMessageExpiration != nil {
in, out := &in.DeadLetteringOnMessageExpiration, &out.DeadLetteringOnMessageExpiration
*out = new(bool)
**out = **in
}
if in.DefaultMessageTimeToLive != nil {
in, out := &in.DefaultMessageTimeToLive, &out.DefaultMessageTimeToLive
*out = new(string)
**out = **in
}
if in.DuplicateDetectionHistoryTimeWindow != nil {
in, out := &in.DuplicateDetectionHistoryTimeWindow, &out.DuplicateDetectionHistoryTimeWindow
*out = new(string)
**out = **in
}
if in.EnableBatchedOperations != nil {
in, out := &in.EnableBatchedOperations, &out.EnableBatchedOperations
*out = new(bool)
**out = **in
}
if in.ForwardDeadLetteredMessagesTo != nil {
in, out := &in.ForwardDeadLetteredMessagesTo, &out.ForwardDeadLetteredMessagesTo
*out = new(string)
**out = **in
}
if in.ForwardTo != nil {
in, out := &in.ForwardTo, &out.ForwardTo
*out = new(string)
**out = **in
}
if in.Id != nil {
in, out := &in.Id, &out.Id
*out = new(string)
**out = **in
}
if in.IsClientAffine != nil {
in, out := &in.IsClientAffine, &out.IsClientAffine
*out = new(bool)
**out = **in
}
if in.Location != nil {
in, out := &in.Location, &out.Location
*out = new(string)
**out = **in
}
if in.LockDuration != nil {
in, out := &in.LockDuration, &out.LockDuration
*out = new(string)
**out = **in
}
if in.MaxDeliveryCount != nil {
in, out := &in.MaxDeliveryCount, &out.MaxDeliveryCount
*out = new(int)
**out = **in
}
if in.MessageCount != nil {
in, out := &in.MessageCount, &out.MessageCount
*out = new(int)
**out = **in
}
if in.Name != nil {
in, out := &in.Name, &out.Name
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.RequiresSession != nil {
in, out := &in.RequiresSession, &out.RequiresSession
*out = new(bool)
**out = **in
}
if in.Status != nil {
in, out := &in.Status, &out.Status
*out = new(string)
**out = **in
}
if in.SystemData != nil {
in, out := &in.SystemData, &out.SystemData
*out = new(SystemData_STATUS)
(*in).DeepCopyInto(*out)
}
if in.Type != nil {
in, out := &in.Type, &out.Type
*out = new(string)
**out = **in
}
if in.UpdatedAt != nil {
in, out := &in.UpdatedAt, &out.UpdatedAt
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscription_STATUS.
func (in *NamespacesTopicsSubscription_STATUS) DeepCopy() *NamespacesTopicsSubscription_STATUS {
if in == nil {
return nil
}
out := new(NamespacesTopicsSubscription_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopicsSubscription_Spec) DeepCopyInto(out *NamespacesTopicsSubscription_Spec) {
*out = *in
if in.AutoDeleteOnIdle != nil {
in, out := &in.AutoDeleteOnIdle, &out.AutoDeleteOnIdle
*out = new(string)
**out = **in
}
if in.ClientAffineProperties != nil {
in, out := &in.ClientAffineProperties, &out.ClientAffineProperties
*out = new(SBClientAffineProperties)
(*in).DeepCopyInto(*out)
}
if in.DeadLetteringOnFilterEvaluationExceptions != nil {
in, out := &in.DeadLetteringOnFilterEvaluationExceptions, &out.DeadLetteringOnFilterEvaluationExceptions
*out = new(bool)
**out = **in
}
if in.DeadLetteringOnMessageExpiration != nil {
in, out := &in.DeadLetteringOnMessageExpiration, &out.DeadLetteringOnMessageExpiration
*out = new(bool)
**out = **in
}
if in.DefaultMessageTimeToLive != nil {
in, out := &in.DefaultMessageTimeToLive, &out.DefaultMessageTimeToLive
*out = new(string)
**out = **in
}
if in.DuplicateDetectionHistoryTimeWindow != nil {
in, out := &in.DuplicateDetectionHistoryTimeWindow, &out.DuplicateDetectionHistoryTimeWindow
*out = new(string)
**out = **in
}
if in.EnableBatchedOperations != nil {
in, out := &in.EnableBatchedOperations, &out.EnableBatchedOperations
*out = new(bool)
**out = **in
}
if in.ForwardDeadLetteredMessagesTo != nil {
in, out := &in.ForwardDeadLetteredMessagesTo, &out.ForwardDeadLetteredMessagesTo
*out = new(string)
**out = **in
}
if in.ForwardTo != nil {
in, out := &in.ForwardTo, &out.ForwardTo
*out = new(string)
**out = **in
}
if in.IsClientAffine != nil {
in, out := &in.IsClientAffine, &out.IsClientAffine
*out = new(bool)
**out = **in
}
if in.LockDuration != nil {
in, out := &in.LockDuration, &out.LockDuration
*out = new(string)
**out = **in
}
if in.MaxDeliveryCount != nil {
in, out := &in.MaxDeliveryCount, &out.MaxDeliveryCount
*out = new(int)
**out = **in
}
if in.OperatorSpec != nil {
in, out := &in.OperatorSpec, &out.OperatorSpec
*out = new(NamespacesTopicsSubscriptionOperatorSpec)
(*in).DeepCopyInto(*out)
}
if in.Owner != nil {
in, out := &in.Owner, &out.Owner
*out = new(genruntime.KnownResourceReference)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.RequiresSession != nil {
in, out := &in.RequiresSession, &out.RequiresSession
*out = new(bool)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscription_Spec.
func (in *NamespacesTopicsSubscription_Spec) DeepCopy() *NamespacesTopicsSubscription_Spec {
if in == nil {
return nil
}
out := new(NamespacesTopicsSubscription_Spec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopicsSubscriptionsRule) DeepCopyInto(out *NamespacesTopicsSubscriptionsRule) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.Spec.DeepCopyInto(&out.Spec)
in.Status.DeepCopyInto(&out.Status)
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscriptionsRule.
func (in *NamespacesTopicsSubscriptionsRule) DeepCopy() *NamespacesTopicsSubscriptionsRule {
if in == nil {
return nil
}
out := new(NamespacesTopicsSubscriptionsRule)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *NamespacesTopicsSubscriptionsRule) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopicsSubscriptionsRuleList) DeepCopyInto(out *NamespacesTopicsSubscriptionsRuleList) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ListMeta.DeepCopyInto(&out.ListMeta)
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]NamespacesTopicsSubscriptionsRule, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscriptionsRuleList.
func (in *NamespacesTopicsSubscriptionsRuleList) DeepCopy() *NamespacesTopicsSubscriptionsRuleList {
if in == nil {
return nil
}
out := new(NamespacesTopicsSubscriptionsRuleList)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *NamespacesTopicsSubscriptionsRuleList) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopicsSubscriptionsRuleOperatorSpec) DeepCopyInto(out *NamespacesTopicsSubscriptionsRuleOperatorSpec) {
*out = *in
if in.ConfigMapExpressions != nil {
in, out := &in.ConfigMapExpressions, &out.ConfigMapExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.SecretExpressions != nil {
in, out := &in.SecretExpressions, &out.SecretExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscriptionsRuleOperatorSpec.
func (in *NamespacesTopicsSubscriptionsRuleOperatorSpec) DeepCopy() *NamespacesTopicsSubscriptionsRuleOperatorSpec {
if in == nil {
return nil
}
out := new(NamespacesTopicsSubscriptionsRuleOperatorSpec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopicsSubscriptionsRule_STATUS) DeepCopyInto(out *NamespacesTopicsSubscriptionsRule_STATUS) {
*out = *in
if in.Action != nil {
in, out := &in.Action, &out.Action
*out = new(Action_STATUS)
(*in).DeepCopyInto(*out)
}
if in.Conditions != nil {
in, out := &in.Conditions, &out.Conditions
*out = make([]conditions.Condition, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.CorrelationFilter != nil {
in, out := &in.CorrelationFilter, &out.CorrelationFilter
*out = new(CorrelationFilter_STATUS)
(*in).DeepCopyInto(*out)
}
if in.FilterType != nil {
in, out := &in.FilterType, &out.FilterType
*out = new(string)
**out = **in
}
if in.Id != nil {
in, out := &in.Id, &out.Id
*out = new(string)
**out = **in
}
if in.Location != nil {
in, out := &in.Location, &out.Location
*out = new(string)
**out = **in
}
if in.Name != nil {
in, out := &in.Name, &out.Name
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.SqlFilter != nil {
in, out := &in.SqlFilter, &out.SqlFilter
*out = new(SqlFilter_STATUS)
(*in).DeepCopyInto(*out)
}
if in.SystemData != nil {
in, out := &in.SystemData, &out.SystemData
*out = new(SystemData_STATUS)
(*in).DeepCopyInto(*out)
}
if in.Type != nil {
in, out := &in.Type, &out.Type
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscriptionsRule_STATUS.
func (in *NamespacesTopicsSubscriptionsRule_STATUS) DeepCopy() *NamespacesTopicsSubscriptionsRule_STATUS {
if in == nil {
return nil
}
out := new(NamespacesTopicsSubscriptionsRule_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *NamespacesTopicsSubscriptionsRule_Spec) DeepCopyInto(out *NamespacesTopicsSubscriptionsRule_Spec) {
*out = *in
if in.Action != nil {
in, out := &in.Action, &out.Action
*out = new(Action)
(*in).DeepCopyInto(*out)
}
if in.CorrelationFilter != nil {
in, out := &in.CorrelationFilter, &out.CorrelationFilter
*out = new(CorrelationFilter)
(*in).DeepCopyInto(*out)
}
if in.FilterType != nil {
in, out := &in.FilterType, &out.FilterType
*out = new(string)
**out = **in
}
if in.OperatorSpec != nil {
in, out := &in.OperatorSpec, &out.OperatorSpec
*out = new(NamespacesTopicsSubscriptionsRuleOperatorSpec)
(*in).DeepCopyInto(*out)
}
if in.Owner != nil {
in, out := &in.Owner, &out.Owner
*out = new(genruntime.KnownResourceReference)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.SqlFilter != nil {
in, out := &in.SqlFilter, &out.SqlFilter
*out = new(SqlFilter)
(*in).DeepCopyInto(*out)
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscriptionsRule_Spec.
func (in *NamespacesTopicsSubscriptionsRule_Spec) DeepCopy() *NamespacesTopicsSubscriptionsRule_Spec {
if in == nil {
return nil
}
out := new(NamespacesTopicsSubscriptionsRule_Spec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *PrivateEndpointConnection_STATUS) DeepCopyInto(out *PrivateEndpointConnection_STATUS) {
*out = *in
if in.Id != nil {
in, out := &in.Id, &out.Id
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpointConnection_STATUS.
func (in *PrivateEndpointConnection_STATUS) DeepCopy() *PrivateEndpointConnection_STATUS {
if in == nil {
return nil
}
out := new(PrivateEndpointConnection_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *SBClientAffineProperties) DeepCopyInto(out *SBClientAffineProperties) {
*out = *in
if in.ClientId != nil {
in, out := &in.ClientId, &out.ClientId
*out = new(string)
**out = **in
}
if in.IsDurable != nil {
in, out := &in.IsDurable, &out.IsDurable
*out = new(bool)
**out = **in
}
if in.IsShared != nil {
in, out := &in.IsShared, &out.IsShared
*out = new(bool)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBClientAffineProperties.
func (in *SBClientAffineProperties) DeepCopy() *SBClientAffineProperties {
if in == nil {
return nil
}
out := new(SBClientAffineProperties)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *SBClientAffineProperties_STATUS) DeepCopyInto(out *SBClientAffineProperties_STATUS) {
*out = *in
if in.ClientId != nil {
in, out := &in.ClientId, &out.ClientId
*out = new(string)
**out = **in
}
if in.IsDurable != nil {
in, out := &in.IsDurable, &out.IsDurable
*out = new(bool)
**out = **in
}
if in.IsShared != nil {
in, out := &in.IsShared, &out.IsShared
*out = new(bool)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBClientAffineProperties_STATUS.
func (in *SBClientAffineProperties_STATUS) DeepCopy() *SBClientAffineProperties_STATUS {
if in == nil {
return nil
}
out := new(SBClientAffineProperties_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *SBSku) DeepCopyInto(out *SBSku) {
*out = *in
if in.Capacity != nil {
in, out := &in.Capacity, &out.Capacity
*out = new(int)
**out = **in
}
if in.Name != nil {
in, out := &in.Name, &out.Name
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.Tier != nil {
in, out := &in.Tier, &out.Tier
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBSku.
func (in *SBSku) DeepCopy() *SBSku {
if in == nil {
return nil
}
out := new(SBSku)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *SBSku_STATUS) DeepCopyInto(out *SBSku_STATUS) {
*out = *in
if in.Capacity != nil {
in, out := &in.Capacity, &out.Capacity
*out = new(int)
**out = **in
}
if in.Name != nil {
in, out := &in.Name, &out.Name
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.Tier != nil {
in, out := &in.Tier, &out.Tier
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBSku_STATUS.
func (in *SBSku_STATUS) DeepCopy() *SBSku_STATUS {
if in == nil {
return nil
}
out := new(SBSku_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *SqlFilter) DeepCopyInto(out *SqlFilter) {
*out = *in
if in.CompatibilityLevel != nil {
in, out := &in.CompatibilityLevel, &out.CompatibilityLevel
*out = new(int)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.RequiresPreprocessing != nil {
in, out := &in.RequiresPreprocessing, &out.RequiresPreprocessing
*out = new(bool)
**out = **in
}
if in.SqlExpression != nil {
in, out := &in.SqlExpression, &out.SqlExpression
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SqlFilter.
func (in *SqlFilter) DeepCopy() *SqlFilter {
if in == nil {
return nil
}
out := new(SqlFilter)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *SqlFilter_STATUS) DeepCopyInto(out *SqlFilter_STATUS) {
*out = *in
if in.CompatibilityLevel != nil {
in, out := &in.CompatibilityLevel, &out.CompatibilityLevel
*out = new(int)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.RequiresPreprocessing != nil {
in, out := &in.RequiresPreprocessing, &out.RequiresPreprocessing
*out = new(bool)
**out = **in
}
if in.SqlExpression != nil {
in, out := &in.SqlExpression, &out.SqlExpression
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SqlFilter_STATUS.
func (in *SqlFilter_STATUS) DeepCopy() *SqlFilter_STATUS {
if in == nil {
return nil
}
out := new(SqlFilter_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *SystemData_STATUS) DeepCopyInto(out *SystemData_STATUS) {
*out = *in
if in.CreatedAt != nil {
in, out := &in.CreatedAt, &out.CreatedAt
*out = new(string)
**out = **in
}
if in.CreatedBy != nil {
in, out := &in.CreatedBy, &out.CreatedBy
*out = new(string)
**out = **in
}
if in.CreatedByType != nil {
in, out := &in.CreatedByType, &out.CreatedByType
*out = new(string)
**out = **in
}
if in.LastModifiedAt != nil {
in, out := &in.LastModifiedAt, &out.LastModifiedAt
*out = new(string)
**out = **in
}
if in.LastModifiedBy != nil {
in, out := &in.LastModifiedBy, &out.LastModifiedBy
*out = new(string)
**out = **in
}
if in.LastModifiedByType != nil {
in, out := &in.LastModifiedByType, &out.LastModifiedByType
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SystemData_STATUS.
func (in *SystemData_STATUS) DeepCopy() *SystemData_STATUS {
if in == nil {
return nil
}
out := new(SystemData_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *TopicAuthorizationRule) DeepCopyInto(out *TopicAuthorizationRule) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.Spec.DeepCopyInto(&out.Spec)
in.Status.DeepCopyInto(&out.Status)
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopicAuthorizationRule.
func (in *TopicAuthorizationRule) DeepCopy() *TopicAuthorizationRule {
if in == nil {
return nil
}
out := new(TopicAuthorizationRule)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *TopicAuthorizationRule) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *TopicAuthorizationRuleList) DeepCopyInto(out *TopicAuthorizationRuleList) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ListMeta.DeepCopyInto(&out.ListMeta)
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]TopicAuthorizationRule, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopicAuthorizationRuleList.
func (in *TopicAuthorizationRuleList) DeepCopy() *TopicAuthorizationRuleList {
if in == nil {
return nil
}
out := new(TopicAuthorizationRuleList)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *TopicAuthorizationRuleList) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *TopicAuthorizationRuleOperatorSpec) DeepCopyInto(out *TopicAuthorizationRuleOperatorSpec) {
*out = *in
if in.ConfigMapExpressions != nil {
in, out := &in.ConfigMapExpressions, &out.ConfigMapExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.SecretExpressions != nil {
in, out := &in.SecretExpressions, &out.SecretExpressions
*out = make([]*core.DestinationExpression, len(*in))
for i := range *in {
if (*in)[i] != nil {
in, out := &(*in)[i], &(*out)[i]
*out = new(core.DestinationExpression)
**out = **in
}
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopicAuthorizationRuleOperatorSpec.
func (in *TopicAuthorizationRuleOperatorSpec) DeepCopy() *TopicAuthorizationRuleOperatorSpec {
if in == nil {
return nil
}
out := new(TopicAuthorizationRuleOperatorSpec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *TopicAuthorizationRule_STATUS) DeepCopyInto(out *TopicAuthorizationRule_STATUS) {
*out = *in
if in.Conditions != nil {
in, out := &in.Conditions, &out.Conditions
*out = make([]conditions.Condition, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.Id != nil {
in, out := &in.Id, &out.Id
*out = new(string)
**out = **in
}
if in.Location != nil {
in, out := &in.Location, &out.Location
*out = new(string)
**out = **in
}
if in.Name != nil {
in, out := &in.Name, &out.Name
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.Rights != nil {
in, out := &in.Rights, &out.Rights
*out = make([]string, len(*in))
copy(*out, *in)
}
if in.SystemData != nil {
in, out := &in.SystemData, &out.SystemData
*out = new(SystemData_STATUS)
(*in).DeepCopyInto(*out)
}
if in.Type != nil {
in, out := &in.Type, &out.Type
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopicAuthorizationRule_STATUS.
func (in *TopicAuthorizationRule_STATUS) DeepCopy() *TopicAuthorizationRule_STATUS {
if in == nil {
return nil
}
out := new(TopicAuthorizationRule_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *TopicAuthorizationRule_Spec) DeepCopyInto(out *TopicAuthorizationRule_Spec) {
*out = *in
if in.OperatorSpec != nil {
in, out := &in.OperatorSpec, &out.OperatorSpec
*out = new(TopicAuthorizationRuleOperatorSpec)
(*in).DeepCopyInto(*out)
}
if in.Owner != nil {
in, out := &in.Owner, &out.Owner
*out = new(genruntime.KnownResourceReference)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.Rights != nil {
in, out := &in.Rights, &out.Rights
*out = make([]string, len(*in))
copy(*out, *in)
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopicAuthorizationRule_Spec.
func (in *TopicAuthorizationRule_Spec) DeepCopy() *TopicAuthorizationRule_Spec {
if in == nil {
return nil
}
out := new(TopicAuthorizationRule_Spec)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *UserAssignedIdentityDetails) DeepCopyInto(out *UserAssignedIdentityDetails) {
*out = *in
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
out.Reference = in.Reference
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityDetails.
func (in *UserAssignedIdentityDetails) DeepCopy() *UserAssignedIdentityDetails {
if in == nil {
return nil
}
out := new(UserAssignedIdentityDetails)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *UserAssignedIdentityProperties) DeepCopyInto(out *UserAssignedIdentityProperties) {
*out = *in
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.UserAssignedIdentityReference != nil {
in, out := &in.UserAssignedIdentityReference, &out.UserAssignedIdentityReference
*out = new(genruntime.ResourceReference)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityProperties.
func (in *UserAssignedIdentityProperties) DeepCopy() *UserAssignedIdentityProperties {
if in == nil {
return nil
}
out := new(UserAssignedIdentityProperties)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *UserAssignedIdentityProperties_STATUS) DeepCopyInto(out *UserAssignedIdentityProperties_STATUS) {
*out = *in
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
if in.UserAssignedIdentity != nil {
in, out := &in.UserAssignedIdentity, &out.UserAssignedIdentity
*out = new(string)
**out = **in
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityProperties_STATUS.
func (in *UserAssignedIdentityProperties_STATUS) DeepCopy() *UserAssignedIdentityProperties_STATUS {
if in == nil {
return nil
}
out := new(UserAssignedIdentityProperties_STATUS)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *UserAssignedIdentity_STATUS) DeepCopyInto(out *UserAssignedIdentity_STATUS) {
*out = *in
if in.ClientId != nil {
in, out := &in.ClientId, &out.ClientId
*out = new(string)
**out = **in
}
if in.PrincipalId != nil {
in, out := &in.PrincipalId, &out.PrincipalId
*out = new(string)
**out = **in
}
if in.PropertyBag != nil {
in, out := &in.PropertyBag, &out.PropertyBag
*out = make(genruntime.PropertyBag, len(*in))
for key, val := range *in {
(*out)[key] = val
}
}
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentity_STATUS.
func (in *UserAssignedIdentity_STATUS) DeepCopy() *UserAssignedIdentity_STATUS {
if in == nil {
return nil
}
out := new(UserAssignedIdentity_STATUS)
in.DeepCopyInto(out)
return out
}