Versions in this module Expand all Collapse all v2 v2.3.0 Sep 4, 2023 v2.2.0 Jul 20, 2023 v2.1.0 May 31, 2023 v2.0.0 Apr 14, 2023 Changes in this version + const APIVersion_Value + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type APIVersion string + type ConfigurationStore struct + Spec ConfigurationStore_Spec + Status ConfigurationStore_STATUS + func (in *ConfigurationStore) DeepCopy() *ConfigurationStore + func (in *ConfigurationStore) DeepCopyInto(out *ConfigurationStore) + func (in *ConfigurationStore) DeepCopyObject() runtime.Object + func (store *ConfigurationStore) AzureName() string + func (store *ConfigurationStore) GetConditions() conditions.Conditions + func (store *ConfigurationStore) GetResourceScope() genruntime.ResourceScope + func (store *ConfigurationStore) GetSpec() genruntime.ConvertibleSpec + func (store *ConfigurationStore) GetStatus() genruntime.ConvertibleStatus + func (store *ConfigurationStore) GetType() string + func (store *ConfigurationStore) Hub() + func (store *ConfigurationStore) NewEmptyStatus() genruntime.ConvertibleStatus + func (store *ConfigurationStore) OriginalGVK() *schema.GroupVersionKind + func (store *ConfigurationStore) Owner() *genruntime.ResourceReference + func (store *ConfigurationStore) SetConditions(conditions conditions.Conditions) + func (store *ConfigurationStore) SetStatus(status genruntime.ConvertibleStatus) error + func (store ConfigurationStore) GetAPIVersion() string + type ConfigurationStoreList struct + Items []ConfigurationStore + func (in *ConfigurationStoreList) DeepCopy() *ConfigurationStoreList + func (in *ConfigurationStoreList) DeepCopyInto(out *ConfigurationStoreList) + func (in *ConfigurationStoreList) DeepCopyObject() runtime.Object + type ConfigurationStoreOperatorSecrets struct + PrimaryConnectionString *genruntime.SecretDestination + PrimaryKey *genruntime.SecretDestination + PrimaryKeyID *genruntime.SecretDestination + PrimaryReadOnlyConnectionString *genruntime.SecretDestination + PrimaryReadOnlyKey *genruntime.SecretDestination + PrimaryReadOnlyKeyID *genruntime.SecretDestination + PropertyBag genruntime.PropertyBag + SecondaryConnectionString *genruntime.SecretDestination + SecondaryKey *genruntime.SecretDestination + SecondaryKeyID *genruntime.SecretDestination + SecondaryReadOnlyConnectionString *genruntime.SecretDestination + SecondaryReadOnlyKey *genruntime.SecretDestination + SecondaryReadOnlyKeyID *genruntime.SecretDestination + func (in *ConfigurationStoreOperatorSecrets) DeepCopy() *ConfigurationStoreOperatorSecrets + func (in *ConfigurationStoreOperatorSecrets) DeepCopyInto(out *ConfigurationStoreOperatorSecrets) + type ConfigurationStoreOperatorSpec struct + PropertyBag genruntime.PropertyBag + Secrets *ConfigurationStoreOperatorSecrets + func (in *ConfigurationStoreOperatorSpec) DeepCopy() *ConfigurationStoreOperatorSpec + func (in *ConfigurationStoreOperatorSpec) DeepCopyInto(out *ConfigurationStoreOperatorSpec) + type ConfigurationStore_STATUS struct + Conditions []conditions.Condition + CreateMode *string + CreationDate *string + DisableLocalAuth *bool + EnablePurgeProtection *bool + Encryption *EncryptionProperties_STATUS + Endpoint *string + Id *string + Identity *ResourceIdentity_STATUS + Location *string + Name *string + PrivateEndpointConnections []PrivateEndpointConnectionReference_STATUS + PropertyBag genruntime.PropertyBag + ProvisioningState *string + PublicNetworkAccess *string + Sku *Sku_STATUS + SoftDeleteRetentionInDays *int + SystemData *SystemData_STATUS + Tags map[string]string + Type *string + func (in *ConfigurationStore_STATUS) DeepCopy() *ConfigurationStore_STATUS + func (in *ConfigurationStore_STATUS) DeepCopyInto(out *ConfigurationStore_STATUS) + func (store *ConfigurationStore_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error + func (store *ConfigurationStore_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error + type ConfigurationStore_Spec struct + AzureName string + CreateMode *string + DisableLocalAuth *bool + EnablePurgeProtection *bool + Encryption *EncryptionProperties + Identity *ResourceIdentity + Location *string + OperatorSpec *ConfigurationStoreOperatorSpec + OriginalVersion string + Owner *genruntime.KnownResourceReference + PropertyBag genruntime.PropertyBag + PublicNetworkAccess *string + Sku *Sku + SoftDeleteRetentionInDays *int + SystemData *SystemData + Tags map[string]string + func (in *ConfigurationStore_Spec) DeepCopy() *ConfigurationStore_Spec + func (in *ConfigurationStore_Spec) DeepCopyInto(out *ConfigurationStore_Spec) + func (store *ConfigurationStore_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error + func (store *ConfigurationStore_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error + type EncryptionProperties struct + KeyVaultProperties *KeyVaultProperties + PropertyBag genruntime.PropertyBag + func (in *EncryptionProperties) DeepCopy() *EncryptionProperties + func (in *EncryptionProperties) DeepCopyInto(out *EncryptionProperties) + type EncryptionProperties_STATUS struct + KeyVaultProperties *KeyVaultProperties_STATUS + PropertyBag genruntime.PropertyBag + func (in *EncryptionProperties_STATUS) DeepCopy() *EncryptionProperties_STATUS + func (in *EncryptionProperties_STATUS) DeepCopyInto(out *EncryptionProperties_STATUS) + type KeyVaultProperties struct + IdentityClientId *string + KeyIdentifier *string + PropertyBag genruntime.PropertyBag + func (in *KeyVaultProperties) DeepCopy() *KeyVaultProperties + func (in *KeyVaultProperties) DeepCopyInto(out *KeyVaultProperties) + type KeyVaultProperties_STATUS struct + IdentityClientId *string + KeyIdentifier *string + PropertyBag genruntime.PropertyBag + func (in *KeyVaultProperties_STATUS) DeepCopy() *KeyVaultProperties_STATUS + func (in *KeyVaultProperties_STATUS) DeepCopyInto(out *KeyVaultProperties_STATUS) + type PrivateEndpointConnectionReference_STATUS struct + Id *string + PropertyBag genruntime.PropertyBag + func (in *PrivateEndpointConnectionReference_STATUS) DeepCopy() *PrivateEndpointConnectionReference_STATUS + func (in *PrivateEndpointConnectionReference_STATUS) DeepCopyInto(out *PrivateEndpointConnectionReference_STATUS) + type ResourceIdentity struct + PropertyBag genruntime.PropertyBag + Type *string + UserAssignedIdentities []UserAssignedIdentityDetails + func (in *ResourceIdentity) DeepCopy() *ResourceIdentity + func (in *ResourceIdentity) DeepCopyInto(out *ResourceIdentity) + type ResourceIdentity_STATUS struct + PrincipalId *string + PropertyBag genruntime.PropertyBag + TenantId *string + Type *string + UserAssignedIdentities map[string]UserIdentity_STATUS + func (in *ResourceIdentity_STATUS) DeepCopy() *ResourceIdentity_STATUS + func (in *ResourceIdentity_STATUS) DeepCopyInto(out *ResourceIdentity_STATUS) + type Sku struct + Name *string + PropertyBag genruntime.PropertyBag + func (in *Sku) DeepCopy() *Sku + func (in *Sku) DeepCopyInto(out *Sku) + type Sku_STATUS struct + Name *string + PropertyBag genruntime.PropertyBag + func (in *Sku_STATUS) DeepCopy() *Sku_STATUS + func (in *Sku_STATUS) DeepCopyInto(out *Sku_STATUS) + type SystemData struct + CreatedAt *string + CreatedBy *string + CreatedByType *string + LastModifiedAt *string + LastModifiedBy *string + LastModifiedByType *string + PropertyBag genruntime.PropertyBag + func (in *SystemData) DeepCopy() *SystemData + func (in *SystemData) DeepCopyInto(out *SystemData) + type SystemData_STATUS struct + CreatedAt *string + CreatedBy *string + CreatedByType *string + LastModifiedAt *string + LastModifiedBy *string + LastModifiedByType *string + PropertyBag genruntime.PropertyBag + func (in *SystemData_STATUS) DeepCopy() *SystemData_STATUS + func (in *SystemData_STATUS) DeepCopyInto(out *SystemData_STATUS) + type UserAssignedIdentityDetails struct + PropertyBag genruntime.PropertyBag + Reference genruntime.ResourceReference + func (in *UserAssignedIdentityDetails) DeepCopy() *UserAssignedIdentityDetails + func (in *UserAssignedIdentityDetails) DeepCopyInto(out *UserAssignedIdentityDetails) + type UserIdentity_STATUS struct + ClientId *string + PrincipalId *string + PropertyBag genruntime.PropertyBag + func (in *UserIdentity_STATUS) DeepCopy() *UserIdentity_STATUS + func (in *UserIdentity_STATUS) DeepCopyInto(out *UserIdentity_STATUS)