func()

in api/v1/zz_generated.deepcopy.go [98:115]


func (in *AzureAppConfigurationProviderAuth) DeepCopyInto(out *AzureAppConfigurationProviderAuth) {
	*out = *in
	if in.ManagedIdentityClientId != nil {
		in, out := &in.ManagedIdentityClientId, &out.ManagedIdentityClientId
		*out = new(string)
		**out = **in
	}
	if in.ServicePrincipalReference != nil {
		in, out := &in.ServicePrincipalReference, &out.ServicePrincipalReference
		*out = new(string)
		**out = **in
	}
	if in.WorkloadIdentity != nil {
		in, out := &in.WorkloadIdentity, &out.WorkloadIdentity
		*out = new(WorkloadIdentityParameters)
		(*in).DeepCopyInto(*out)
	}
}