diff --git a/charts/azure-service-operator-0.1.0.tgz b/charts/azure-service-operator-0.1.0.tgz index 2015ee31ec..8d0f6944d8 100644 Binary files a/charts/azure-service-operator-0.1.0.tgz and b/charts/azure-service-operator-0.1.0.tgz differ diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_apimgmtapis.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_apimgmtapis.azure.microsoft.com.yaml index c40db7ddf1..be8cd2e951 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_apimgmtapis.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_apimgmtapis.azure.microsoft.com.yaml @@ -28,14 +28,10 @@ spec: openAPIV3Schema: properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -51,84 +47,64 @@ spec: properties: properties: apiRevision: - description: APIRevision - Describes the Revision of the Api. If - no value is provided, default revision 1 is created + description: APIRevision - Describes the Revision of the Api. If no value is provided, default revision 1 is created type: string apiRevisionDescription: description: APIRevisionDescription - Description of the Api Revision. type: string apiVersion: - description: APIVersion - Indicates the Version identifier of the - API if the API is versioned + description: APIVersion - Indicates the Version identifier of the API if the API is versioned type: string apiVersionDescription: description: APIVersionDescription - Description of the Api Version. type: string apiVersionSetId: - description: APIVersionSetID - A resource identifier for the related - ApiVersionSet. + description: APIVersionSetID - A resource identifier for the related ApiVersionSet. type: string apiVersionSets: - description: APIVersionSet - APIVersionSetContractDetails an API - Version Set contains the common configuration for a set of API - versions. + description: APIVersionSet - APIVersionSetContractDetails an API Version Set contains the common configuration for a set of API versions. properties: description: description: Description - Description of API Version Set. type: string id: - description: ID - Identifier for existing API Version Set. Omit - this value to create a new Version Set. + description: ID - Identifier for existing API Version Set. Omit this value to create a new Version Set. type: string name: description: Name - The display Name of the API Version Set. type: string type: object description: - description: Description - Description of the API. May include HTML - formatting tags. + description: Description - Description of the API. May include HTML formatting tags. type: string displayName: - description: DisplayName - API name. Must be 1 to 300 characters - long. + description: DisplayName - API name. Must be 1 to 300 characters long. type: string format: - description: " Format - Format of the Content in which the API is - getting imported. Possible values include: \t'WadlXML', 'WadlLinkJSON', - 'SwaggerJSON', 'SwaggerLinkJSON', 'Wsdl', 'WsdlLink', 'Openapi', - 'Openapijson', 'OpenapiLink'" + description: " Format - Format of the Content in which the API is getting imported. Possible values include: \t'WadlXML', 'WadlLinkJSON', 'SwaggerJSON', 'SwaggerLinkJSON', 'Wsdl', 'WsdlLink', 'Openapi', 'Openapijson', 'OpenapiLink'" type: string isCurrent: - description: IsCurrent - Indicates if API revision is current api - revision. + description: IsCurrent - Indicates if API revision is current api revision. type: boolean isOnline: - description: IsOnline - READ-ONLY; Indicates if API revision is - accessible via the gateway. + description: IsOnline - READ-ONLY; Indicates if API revision is accessible via the gateway. type: boolean path: - description: " Path - Relative URL uniquely identifying this API - and all of its resource paths within the API Management service - instance. \tIt is appended to the API endpoint base URL specified - during the service instance creation to form a public URL for - this API." + description: " Path - Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. \tIt is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API." type: string protocols: - description: Protocols - Describes on which protocols the operations - in this API can be invoked. + description: Protocols - Describes on which protocols the operations in this API can be invoked. items: type: string type: array serviceUrl: - description: ServiceURL - Absolute URL of the backend service implementing - this API. Cannot be more than 2000 characters long. + description: ServiceURL - Absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long. type: string sourceApiId: description: SourceAPIID - API identifier of the source API. type: string subscriptionRequired: - description: SubscriptionRequired - Specifies whether an API or - Product subscription is required for accessing the API. + description: SubscriptionRequired - Specifies whether an API or Product subscription is required for accessing the API. type: boolean type: object resourceGroup: @@ -142,8 +118,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_apimservices.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_apimservices.azure.microsoft.com.yaml index cdc1b82863..712903f8a7 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_apimservices.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_apimservices.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: ApimService is the Schema for the apimservices API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -56,8 +52,7 @@ spec: resourceGroup: type: string tier: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string vnetName: type: string @@ -75,8 +70,7 @@ spec: - vnetResourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_appinsights.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_appinsights.azure.microsoft.com.yaml index 65509f17bc..f3fac4e2c9 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_appinsights.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_appinsights.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: AppInsights is the Schema for the appinsights API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -61,8 +57,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_appinsightsapikeys.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_appinsightsapikeys.azure.microsoft.com.yaml index 8141ad40f4..f4917c97a3 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_appinsightsapikeys.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_appinsightsapikeys.azure.microsoft.com.yaml @@ -27,14 +27,10 @@ spec: description: AppInsightsApiKey is the Schema for the appinsightsapikeys API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -56,8 +52,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azureloadbalancers.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azureloadbalancers.azure.microsoft.com.yaml index f4a8d6f507..28338e8990 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azureloadbalancers.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azureloadbalancers.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: AzureLoadBalancer is the Schema for the azureloadbalancers API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -54,8 +50,7 @@ spec: inboundNatPoolName: type: string location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string publicIPAddressName: type: string @@ -73,8 +68,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurenetworkinterfaces.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurenetworkinterfaces.azure.microsoft.com.yaml index 4dbdcf2d3b..3da887525f 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurenetworkinterfaces.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurenetworkinterfaces.azure.microsoft.com.yaml @@ -26,18 +26,13 @@ spec: status: {} validation: openAPIV3Schema: - description: AzureNetworkInterface is the Schema for the azurenetworkinterfaces - API + description: AzureNetworkInterface is the Schema for the azurenetworkinterfaces API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -45,8 +40,7 @@ spec: description: AzureNetworkInterfaceSpec defines the desired state of AzureNetworkInterface properties: location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string publicIPAddressName: type: string @@ -65,8 +59,7 @@ spec: - vnetName type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurepublicipaddresses.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurepublicipaddresses.azure.microsoft.com.yaml index 456de6a6fa..a5c656bd04 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurepublicipaddresses.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurepublicipaddresses.azure.microsoft.com.yaml @@ -26,18 +26,13 @@ spec: status: {} validation: openAPIV3Schema: - description: AzurePublicIPAddress is the Schema for the azurepublicipaddresses - API + description: AzurePublicIPAddress is the Schema for the azurepublicipaddresses API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -46,9 +41,11 @@ spec: properties: idleTimeoutInMinutes: type: integer + ipTags: + additionalProperties: + type: string + type: object location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' type: string publicIPAddressVersion: type: string @@ -68,8 +65,7 @@ spec: - skuName type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlactions.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlactions.azure.microsoft.com.yaml index 0c01b682e2..8ecacde6d7 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlactions.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlactions.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: AzureSqlAction is the Schema for the azuresqlactions API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -50,8 +46,7 @@ spec: dbUser: type: string resourceGroup: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' pattern: ^[-\w\._\(\)]+$ type: string serverAdminSecretName: @@ -68,8 +63,7 @@ spec: - serverName type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqldatabases.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqldatabases.azure.microsoft.com.yaml index 9cd5dc324b..0314804a12 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqldatabases.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqldatabases.azure.microsoft.com.yaml @@ -4,7 +4,6 @@ metadata: annotations: cert-manager.io/inject-ca-from: azureoperator-system/azureoperator-serving-cert controller-gen.kubebuilder.io/version: v0.2.5 - creationTimestamp: null name: azuresqldatabases.azure.microsoft.com spec: additionalPrinterColumns: @@ -32,8 +31,7 @@ spec: singular: azuresqldatabase preserveUnknownFields: false scope: Namespaced - subresources: - status: {} + subresources: {} version: v1alpha1 versions: - name: v1alpha1 @@ -42,14 +40,10 @@ spec: description: AzureSqlDatabase is the Schema for the azuresqldatabases API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -63,8 +57,7 @@ spec: description: 'DBEdition - wraps: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v3.0/sql#DatabaseEdition' type: integer location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string resourcegroup: pattern: ^[-\w\._\(\)]+$ @@ -78,8 +71,7 @@ spec: - server type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time @@ -119,14 +111,10 @@ spec: description: AzureSqlDatabase is the Schema for the azuresqldatabases API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -138,8 +126,7 @@ spec: edition: type: integer location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string maxSize: anyOf: @@ -161,19 +148,16 @@ spec: format: int32 type: integer family: - description: Family - If the service has different generations - of hardware, for the same SKU, then that can be captured here. + description: Family - If the service has different generations of hardware, for the same SKU, then that can be captured here. type: string name: - description: Name - The name of the SKU, typically, a letter + - Number code, e.g. P3. + description: Name - The name of the SKU, typically, a letter + Number code, e.g. P3. type: string size: description: Size - Size of the particular SKU type: string tier: - description: optional Tier - The tier or edition of the particular - SKU, e.g. Basic, Premium. + description: optional Tier - The tier or edition of the particular SKU, e.g. Basic, Premium. type: string required: - name @@ -191,8 +175,7 @@ spec: - server type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlfailovergroups.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlfailovergroups.azure.microsoft.com.yaml index 4ef4036298..28f8826939 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlfailovergroups.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlfailovergroups.azure.microsoft.com.yaml @@ -4,7 +4,6 @@ metadata: annotations: cert-manager.io/inject-ca-from: azureoperator-system/azureoperator-serving-cert controller-gen.kubebuilder.io/version: v0.2.5 - creationTimestamp: null name: azuresqlfailovergroups.azure.microsoft.com spec: additionalPrinterColumns: @@ -32,25 +31,19 @@ spec: singular: azuresqlfailovergroup preserveUnknownFields: false scope: Namespaced - subresources: - status: {} + subresources: {} version: v1alpha1 versions: - name: v1alpha1 schema: openAPIV3Schema: - description: AzureSqlFailoverGroup is the Schema for the azuresqlfailovergroups - API + description: AzureSqlFailoverGroup is the Schema for the azuresqlfailovergroups API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -70,8 +63,7 @@ spec: keyVaultToStoreSecrets: type: string location: - description: 'Important: Run "make" to regenerate code after modifying - this file' + description: 'Important: Run "make" to regenerate code after modifying this file' type: string resourcegroup: pattern: ^[-\w\._\(\)]+$ @@ -93,8 +85,7 @@ spec: - server type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time @@ -131,18 +122,13 @@ spec: - name: v1beta1 schema: openAPIV3Schema: - description: AzureSqlFailoverGroup is the Schema for the azuresqlfailovergroups - API + description: AzureSqlFailoverGroup is the Schema for the azuresqlfailovergroups API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -157,14 +143,12 @@ spec: format: int32 type: integer failoverPolicy: - description: 'NOTE: json tags are required. Any new fields you add - must have json tags for the fields to be serialized.' + description: 'NOTE: json tags are required. Any new fields you add must have json tags for the fields to be serialized.' type: string keyVaultToStoreSecrets: type: string location: - description: 'Important: Run "make" to regenerate code after modifying - this file' + description: 'Important: Run "make" to regenerate code after modifying this file' type: string resourceGroup: pattern: ^[-\w\._\(\)]+$ @@ -186,8 +170,7 @@ spec: - server type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlfirewallrules.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlfirewallrules.azure.microsoft.com.yaml index 7ed1db43c2..dba091db5a 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlfirewallrules.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlfirewallrules.azure.microsoft.com.yaml @@ -4,7 +4,6 @@ metadata: annotations: cert-manager.io/inject-ca-from: azureoperator-system/azureoperator-serving-cert controller-gen.kubebuilder.io/version: v0.2.5 - creationTimestamp: null name: azuresqlfirewallrules.azure.microsoft.com spec: additionalPrinterColumns: @@ -32,25 +31,19 @@ spec: singular: azuresqlfirewallrule preserveUnknownFields: false scope: Namespaced - subresources: - status: {} + subresources: {} version: v1alpha1 versions: - name: v1alpha1 schema: openAPIV3Schema: - description: AzureSqlFirewallRule is the Schema for the azuresqlfirewallrules - API + description: AzureSqlFirewallRule is the Schema for the azuresqlfirewallrules API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -60,8 +53,7 @@ spec: endipaddress: type: string resourcegroup: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' pattern: ^[-\w\._\(\)]+$ type: string server: @@ -73,8 +65,7 @@ spec: - server type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time @@ -111,18 +102,13 @@ spec: - name: v1beta1 schema: openAPIV3Schema: - description: AzureSqlFirewallRule is the Schema for the azuresqlfirewallrules - API + description: AzureSqlFirewallRule is the Schema for the azuresqlfirewallrules API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -132,8 +118,7 @@ spec: endIpAddress: type: string resourceGroup: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' pattern: ^[-\w\._\(\)]+$ type: string server: @@ -145,8 +130,7 @@ spec: - server type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlmanagedusers.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlmanagedusers.azure.microsoft.com.yaml index 447738c219..f020c3e0e2 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlmanagedusers.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlmanagedusers.azure.microsoft.com.yaml @@ -26,18 +26,13 @@ spec: status: {} validation: openAPIV3Schema: - description: AzureSQLManagedUser is the Schema for the azuresqlmanagedusers - API + description: AzureSQLManagedUser is the Schema for the azuresqlmanagedusers API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -62,8 +57,7 @@ spec: type: string type: array server: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string required: - dbName @@ -73,8 +67,7 @@ spec: - server type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlservers.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlservers.azure.microsoft.com.yaml index dc3af4fd17..4224d71c71 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlservers.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlservers.azure.microsoft.com.yaml @@ -4,7 +4,6 @@ metadata: annotations: cert-manager.io/inject-ca-from: azureoperator-system/azureoperator-serving-cert controller-gen.kubebuilder.io/version: v0.2.5 - creationTimestamp: null name: azuresqlservers.azure.microsoft.com spec: additionalPrinterColumns: @@ -32,8 +31,7 @@ spec: singular: azuresqlserver preserveUnknownFields: false scope: Namespaced - subresources: - status: {} + subresources: {} version: v1alpha1 versions: - name: v1alpha1 @@ -42,14 +40,10 @@ spec: description: AzureSqlServer is the Schema for the azuresqlservers API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -59,8 +53,7 @@ spec: keyVaultToStoreSecrets: type: string location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string resourcegroup: pattern: ^[-\w\._\(\)]+$ @@ -70,8 +63,7 @@ spec: - resourcegroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time @@ -111,14 +103,10 @@ spec: description: AzureSqlServer is the Schema for the azuresqlservers API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -128,8 +116,7 @@ spec: keyVaultToStoreSecrets: type: string location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string resourceGroup: pattern: ^[-\w\._\(\)]+$ @@ -139,8 +126,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlusers.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlusers.azure.microsoft.com.yaml index d1a0ae46c9..5038617bc3 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlusers.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlusers.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: AzureSQLUser is the Schema for the sqlusers API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -66,8 +62,7 @@ spec: type: string type: array server: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string username: type: string @@ -78,8 +73,7 @@ spec: - server type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlvnetrules.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlvnetrules.azure.microsoft.com.yaml index df4208e256..168953ad6a 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlvnetrules.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azuresqlvnetrules.azure.microsoft.com.yaml @@ -29,27 +29,20 @@ spec: description: AzureSQLVNetRule is the Schema for the azuresqlvnetrules API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object spec: - description: 'NOTE: json tags are required. Any new fields you add must - have json tags for the fields to be serialized. AzureSQLVNetRuleSpec defines - the desired state of AzureSQLVNetRule' + description: 'NOTE: json tags are required. Any new fields you add must have json tags for the fields to be serialized. AzureSQLVNetRuleSpec defines the desired state of AzureSQLVNetRule' properties: ignoreMissingServiceEndpoint: type: boolean resourceGroup: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' pattern: ^[-\w\._\(\)]+$ type: string server: @@ -68,8 +61,7 @@ spec: - vNetResourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurevirtualmachineextensions.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurevirtualmachineextensions.azure.microsoft.com.yaml index e7ab621272..17d654472d 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurevirtualmachineextensions.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurevirtualmachineextensions.azure.microsoft.com.yaml @@ -26,32 +26,25 @@ spec: status: {} validation: openAPIV3Schema: - description: AzureVirtualMachineExtension is the Schema for the azurevirtualmachineextensions - API + description: AzureVirtualMachineExtension is the Schema for the azurevirtualmachineextensions API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object spec: - description: AzureVirtualMachineExtensionSpec defines the desired state - of AzureVirtualMachineExtension + description: AzureVirtualMachineExtensionSpec defines the desired state of AzureVirtualMachineExtension properties: autoUpgradeMinorVersion: type: boolean forceUpdateTag: type: string location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string protectedSettings: type: string @@ -79,8 +72,7 @@ spec: - vmName type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurevirtualmachines.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurevirtualmachines.azure.microsoft.com.yaml index 49a5b5071f..efa95036e6 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurevirtualmachines.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurevirtualmachines.azure.microsoft.com.yaml @@ -26,18 +26,13 @@ spec: status: {} validation: openAPIV3Schema: - description: AzureVirtualMachine is the Schema for the azurevirtualmachines - API + description: AzureVirtualMachine is the Schema for the azurevirtualmachines API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -47,8 +42,7 @@ spec: adminUserName: type: string location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string networkInterfaceName: type: string @@ -73,8 +67,7 @@ spec: - vmSize type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurevmscalesets.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurevmscalesets.azure.microsoft.com.yaml index 8506bd3679..9103d6bb37 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurevmscalesets.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_azurevmscalesets.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: AzureVMScaleSet is the Schema for the azurevmscalesets API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -54,8 +50,7 @@ spec: loadBalancerName: type: string location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string osType: type: string @@ -87,8 +82,7 @@ spec: - vmSize type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_blobcontainers.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_blobcontainers.azure.microsoft.com.yaml index ea505e8107..36bc7f5cf1 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_blobcontainers.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_blobcontainers.azure.microsoft.com.yaml @@ -4,7 +4,6 @@ metadata: annotations: cert-manager.io/inject-ca-from: azureoperator-system/azureoperator-serving-cert controller-gen.kubebuilder.io/version: v0.2.5 - creationTimestamp: null name: blobcontainers.azure.microsoft.com spec: additionalPrinterColumns: @@ -32,8 +31,7 @@ spec: singular: blobcontainer preserveUnknownFields: false scope: Namespaced - subresources: - status: {} + subresources: {} version: v1alpha1 versions: - name: v1alpha1 @@ -42,14 +40,10 @@ spec: description: BlobContainer is the Schema for the blobcontainers API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -62,8 +56,7 @@ spec: accountname: type: string location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string resourcegroup: pattern: ^[-\w\._\(\)]+$ @@ -73,8 +66,7 @@ spec: - resourcegroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time @@ -114,14 +106,10 @@ spec: description: BlobContainer is the Schema for the blobcontainers API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -134,8 +122,7 @@ spec: accountName: type: string location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string resourceGroup: pattern: ^[-\w\._\(\)]+$ @@ -145,8 +132,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_consumergroups.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_consumergroups.azure.microsoft.com.yaml index 074ebe516e..25523a5092 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_consumergroups.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_consumergroups.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: ConsumerGroup is the Schema for the consumergroups API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -50,16 +46,14 @@ spec: namespace: type: string resourceGroup: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' pattern: ^[-\w\._\(\)]+$ type: string required: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_cosmosdbs.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_cosmosdbs.azure.microsoft.com.yaml index e594df9657..77d8fedde1 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_cosmosdbs.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_cosmosdbs.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: CosmosDB is the Schema for the cosmosdbs API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -50,9 +46,7 @@ spec: keyVaultToStoreSecrets: type: string kind: - description: CosmosDBKind enumerates the values for kind. Only one of - the following kinds may be specified. If none of the following kinds - is specified, the default one is GlobalDocumentDBKind. + description: CosmosDBKind enumerates the values for kind. Only one of the following kinds may be specified. If none of the following kinds is specified, the default one is GlobalDocumentDBKind. enum: - GlobalDocumentDB - MongoDB @@ -62,8 +56,7 @@ spec: type: string locations: items: - description: CosmosDBLocation defines one or more locations for geo-redundancy - and high availability + description: CosmosDBLocation defines one or more locations for geo-redundancy and high availability properties: failoverPriority: format: int32 @@ -95,16 +88,14 @@ spec: type: object type: array databaseAccountOfferType: - description: DatabaseAccountOfferType - The offer type for the Cosmos - DB database account. + description: DatabaseAccountOfferType - The offer type for the Cosmos DB database account. enum: - Standard type: string enableMultipleWriteLocations: type: boolean isVirtualNetworkFilterEnabled: - description: IsVirtualNetworkFilterEnabled - Flag to indicate whether - to enable/disable Virtual Network ACL rules. + description: IsVirtualNetworkFilterEnabled - Flag to indicate whether to enable/disable Virtual Network ACL rules. type: boolean mongoDBVersion: type: string @@ -117,8 +108,7 @@ spec: description: CosmosDBVirtualNetworkRule virtual Network ACL Rule object properties: ignoreMissingVNetServiceEndpoint: - description: IgnoreMissingVNetServiceEndpoint - Create firewall - rule before the virtual network has vnet service endpoint enabled. + description: IgnoreMissingVNetServiceEndpoint - Create firewall rule before the virtual network has vnet service endpoint enabled. type: boolean subnetID: description: 'ID - Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.' @@ -129,8 +119,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_eventhubnamespaces.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_eventhubnamespaces.azure.microsoft.com.yaml index d281602284..09ecd1cce7 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_eventhubnamespaces.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_eventhubnamespaces.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: EventhubNamespace is the Schema for the eventhubnamespaces API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -44,12 +40,10 @@ spec: description: EventhubNamespaceSpec defines the desired state of EventhubNamespace properties: location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string networkRule: - description: EventhubNamespaceNetworkRule defines the namespace network - rule + description: EventhubNamespaceNetworkRule defines the namespace network rule properties: defaultAction: description: DefaultAction defined as a string @@ -59,8 +53,7 @@ spec: items: properties: ipMask: - description: IPMask - IPv4 address 1.1.1.1 or CIDR notation - 1.1.0.0/24 + description: IPMask - IPv4 address 1.1.1.1 or CIDR notation 1.1.0.0/24 type: string type: object type: array @@ -69,12 +62,10 @@ spec: items: properties: ignoreMissingServiceEndpoint: - description: IgnoreMissingVnetServiceEndpoint - Value that - indicates whether to ignore missing VNet Service Endpoint + description: IgnoreMissingVnetServiceEndpoint - Value that indicates whether to ignore missing VNet Service Endpoint type: boolean subnetId: - description: Subnet - Full Resource ID of Virtual Network - Subnet + description: Subnet - Full Resource ID of Virtual Network Subnet type: string type: object type: array @@ -109,8 +100,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_eventhubs.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_eventhubs.azure.microsoft.com.yaml index 49b2eaafd0..89c8c2c707 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_eventhubs.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_eventhubs.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: Eventhub is the Schema for the eventhubs API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -44,8 +40,7 @@ spec: description: EventhubSpec defines the desired state of Eventhub properties: authorizationRule: - description: EventhubAuthorizationRule defines the name and rights of - the access policy + description: EventhubAuthorizationRule defines the name and rights of the access policy properties: name: description: Name - Name of AuthorizationRule for eventhub @@ -59,8 +54,7 @@ spec: keyVaultToStoreSecrets: type: string location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string namespace: type: string @@ -68,18 +62,13 @@ spec: description: EventhubProperties defines the namespace properties properties: captureDescription: - description: CaptureDescription - Details specifying EventHub capture - to persistent storage + description: CaptureDescription - Details specifying EventHub capture to persistent storage properties: destination: - description: Destination - Resource id of the storage account - to be used to create the blobs + description: Destination - Resource id of the storage account to be used to create the blobs properties: archiveNameFormat: - description: ArchiveNameFormat - Blob naming convention - for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. - Here all the parameters (Namespace,EventHub .. etc) are - mandatory irrespective of order + description: ArchiveNameFormat - Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order type: string blobContainer: description: BlobContainer - Blob container Name @@ -100,8 +89,7 @@ spec: pattern: ^[a-z0-9]+$ type: string resourceGroup: - description: ResourceGroup - Name of the storage account - resource group + description: ResourceGroup - Name of the storage account resource group pattern: ^[-\w\._\(\)]+$ type: string type: object @@ -110,17 +98,13 @@ spec: description: Enabled - indicates whether capture is enabled type: boolean intervalInSeconds: - description: IntervalInSeconds - The time window allows you - to set the frequency with which the capture to Azure Blobs - will happen + description: IntervalInSeconds - The time window allows you to set the frequency with which the capture to Azure Blobs will happen format: int32 maximum: 900 minimum: 60 type: integer sizeLimitInBytes: - description: SizeLimitInBytes - The size window defines the - amount of data built up in your Event Hub before an capture - operation + description: SizeLimitInBytes - The size window defines the amount of data built up in your Event Hub before an capture operation format: int32 maximum: 524288000 minimum: 10485760 @@ -129,15 +113,13 @@ spec: - enabled type: object messageRetentionInDays: - description: MessageRetentionInDays - Number of days to retain the - events for this Event Hub, value should be 1 to 7 days + description: MessageRetentionInDays - Number of days to retain the events for this Event Hub, value should be 1 to 7 days format: int32 maximum: 7 minimum: 1 type: integer partitionCount: - description: PartitionCount - Number of partitions created for the - Event Hub, allowed values are from 2 to 32 partitions. + description: PartitionCount - Number of partitions created for the Event Hub, allowed values are from 2 to 32 partitions. format: int32 maximum: 32 minimum: 2 @@ -147,16 +129,14 @@ spec: pattern: ^[-\w\._\(\)]+$ type: string secretName: - description: SecretName - Used to specify the name of the secret. Defaults - to Event Hub name if omitted. + description: SecretName - Used to specify the name of the secret. Defaults to Event Hub name if omitted. type: string required: - location - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_keyvaultkeys.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_keyvaultkeys.azure.microsoft.com.yaml index 2e681bb766..2f0f1f09a8 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_keyvaultkeys.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_keyvaultkeys.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: KeyVaultKey is the Schema for the keyvaultkeys API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -44,8 +40,7 @@ spec: description: KeyVaultKeySpec defines the desired state of KeyVaultKey properties: curve: - description: JSONWebKeyCurveName enumerates the values for json web - key curve name. + description: JSONWebKeyCurveName enumerates the values for json web key curve name. type: string keySize: format: int32 @@ -53,13 +48,11 @@ spec: keyVault: type: string location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string operations: items: - description: JSONWebKeyOperation enumerates the values for json web - key operation. + description: JSONWebKeyOperation enumerates the values for json web key operation. type: string type: array resourceGroup: @@ -73,8 +66,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_keyvaults.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_keyvaults.azure.microsoft.com.yaml index 711ea92dac..0a0bfa77af 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_keyvaults.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_keyvaults.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: KeyVault is the Schema for the keyvaults API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -47,25 +43,16 @@ spec: items: properties: applicationID: - description: ApplicationID - Application ID of the client making - request on behalf of a principal + description: ApplicationID - Application ID of the client making request on behalf of a principal type: string clientID: - description: ClientID - The client ID of a user, service principal - or security group in the Azure Active Directory tenant for the - vault. The client ID must be unique for the list of access policies. + description: ClientID - The client ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The client ID must be unique for the list of access policies. type: string objectID: - description: ObjectID is the value to use if the access policy - is for a user other than the user creating the Key Vault when - the creating user does not have access to the Application API - which is used to translate ClientID to Object ID To get around - this, use az-cli or the Azure portal to source the ObjectID - from your Service Principal + description: ObjectID is the value to use if the access policy is for a user other than the user creating the Key Vault when the creating user does not have access to the Application API which is used to translate ClientID to Object ID To get around this, use az-cli or the Azure portal to source the ObjectID from your Service Principal type: string permissions: - description: Permissions - Permissions the identity has for keys, - secrets, and certificates. + description: Permissions - Permissions the identity has for keys, secrets, and certificates. properties: certificates: items: @@ -85,8 +72,7 @@ spec: type: array type: object tenantID: - description: TenantID - The Azure Active Directory tenant ID that - should be used for authenticating requests to the key vault. + description: TenantID - The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. type: string type: object type: array @@ -97,16 +83,10 @@ spec: networkPolicies: properties: bypass: - description: 'Bypass - Tells what traffic can bypass network rules. - This can be ''AzureServices'' or ''None''. If not specified the - default is ''AzureServices''. Possible values include: ''AzureServices'', - ''None''' + description: 'Bypass - Tells what traffic can bypass network rules. This can be ''AzureServices'' or ''None''. If not specified the default is ''AzureServices''. Possible values include: ''AzureServices'', ''None''' type: string defaultAction: - description: 'DefaultAction - The default action when no rule from - ipRules and from virtualNetworkRules match. This is only used - after the bypass property has been evaluated. Possible values - include: ''Allow'', ''Deny''' + description: 'DefaultAction - The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. Possible values include: ''Allow'', ''Deny''' type: string ipRules: description: IPRules - The list of IP address rules. @@ -126,8 +106,7 @@ spec: description: KeyVaultSku the SKU of the Key Vault properties: name: - description: 'Name - The SKU name. Required for account creation; - optional for update. Possible values include: ''Premium'', `Standard`' + description: 'Name - The SKU name. Required for account creation; optional for update. Possible values include: ''Premium'', `Standard`' type: string type: object required: @@ -135,8 +114,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqldatabases.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqldatabases.azure.microsoft.com.yaml index 7ed5ec8685..9ae659c361 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqldatabases.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqldatabases.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: MySQLDatabase is the Schema for the mysqldatabases API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -52,8 +48,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlfirewallrules.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlfirewallrules.azure.microsoft.com.yaml index 2a4c5cc6e6..6a12ba6f02 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlfirewallrules.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlfirewallrules.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: MySQLFirewallRule is the Schema for the mysqlfirewallrules API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -59,8 +55,7 @@ spec: - startIpAddress type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlservers.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlservers.azure.microsoft.com.yaml index 2249cfd1d1..a7db2e9bb9 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlservers.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlservers.azure.microsoft.com.yaml @@ -4,7 +4,6 @@ metadata: annotations: cert-manager.io/inject-ca-from: azureoperator-system/azureoperator-serving-cert controller-gen.kubebuilder.io/version: v0.2.5 - creationTimestamp: null name: mysqlservers.azure.microsoft.com spec: additionalPrinterColumns: @@ -32,8 +31,7 @@ spec: singular: mysqlserver preserveUnknownFields: false scope: Namespaced - subresources: - status: {} + subresources: {} version: v1alpha1 versions: - name: v1alpha1 @@ -42,14 +40,10 @@ spec: description: MySQLServer is the Schema for the mysqlservers API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -76,24 +70,20 @@ spec: sku: properties: capacity: - description: Capacity - The scale up/out capacity, representing - server's compute units. + description: Capacity - The scale up/out capacity, representing server's compute units. format: int32 type: integer family: description: Family - The family of hardware. type: string name: - description: Name - The name of the sku, typically, tier + family - + cores, e.g. B_Gen4_1, GP_Gen5_8. + description: Name - The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8. type: string size: - description: Size - The size code, to be interpreted by resource - as appropriate. + description: Size - The size code, to be interpreted by resource as appropriate. type: string tier: - description: 'Tier - The tier of the particular SKU, e.g. Basic. - Possible values include: ''Basic'', ''GeneralPurpose'', ''MemoryOptimized''' + description: 'Tier - The tier of the particular SKU, e.g. Basic. Possible values include: ''Basic'', ''GeneralPurpose'', ''MemoryOptimized''' type: string type: object sslEnforcement: @@ -103,8 +93,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time @@ -144,14 +133,10 @@ spec: description: MySQLServer is the Schema for the mysqlservers API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -178,24 +163,20 @@ spec: sku: properties: capacity: - description: Capacity - The scale up/out capacity, representing - server's compute units. + description: Capacity - The scale up/out capacity, representing server's compute units. format: int32 type: integer family: description: Family - The family of hardware. type: string name: - description: Name - The name of the sku, typically, tier + family - + cores, e.g. B_Gen4_1, GP_Gen5_8. + description: Name - The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8. type: string size: - description: Size - The size code, to be interpreted by resource - as appropriate. + description: Size - The size code, to be interpreted by resource as appropriate. type: string tier: - description: 'Tier - The tier of the particular SKU, e.g. Basic. - Possible values include: ''Basic'', ''GeneralPurpose'', ''MemoryOptimized''' + description: 'Tier - The tier of the particular SKU, e.g. Basic. Possible values include: ''Basic'', ''GeneralPurpose'', ''MemoryOptimized''' type: string type: object sslEnforcement: @@ -203,17 +184,14 @@ spec: storageProfile: properties: backupRetentionDays: - description: BackupRetentionDays - Backup retention days for the - server. + description: BackupRetentionDays - Backup retention days for the server. format: int32 type: integer geoRedundantBackup: - description: 'GeoRedundantBackup - Enable Geo-redundant or not - for server backup. Possible values include: ''Enabled'', ''Disabled''' + description: 'GeoRedundantBackup - Enable Geo-redundant or not for server backup. Possible values include: ''Enabled'', ''Disabled''' type: string storageAutogrow: - description: 'StorageAutogrow - Enable Storage Auto Grow. Possible - values include: ''StorageAutogrowEnabled'', ''StorageAutogrowDisabled''' + description: 'StorageAutogrow - Enable Storage Auto Grow. Possible values include: ''StorageAutogrowEnabled'', ''StorageAutogrowDisabled''' type: string storageMB: description: StorageMB - Max storage allowed for a server. @@ -225,8 +203,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlusers.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlusers.azure.microsoft.com.yaml index 79e433491f..33d36298a3 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlusers.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlusers.azure.microsoft.com.yaml @@ -27,14 +27,10 @@ spec: description: MySQLUser is the Schema for the mysqlusers API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -58,8 +54,7 @@ spec: type: string type: array server: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string username: type: string @@ -70,8 +65,7 @@ spec: - server type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlvnetrules.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlvnetrules.azure.microsoft.com.yaml index 7634b24691..d4e3d1312b 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlvnetrules.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_mysqlvnetrules.azure.microsoft.com.yaml @@ -28,14 +28,10 @@ spec: description: MySQLVNetRule is the Schema for the mysqlvnetrules API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -45,8 +41,7 @@ spec: ignoreMissingServiceEndpoint: type: boolean resourceGroup: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' pattern: ^[-\w\._\(\)]+$ type: string server: @@ -65,8 +60,7 @@ spec: - vNetResourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqldatabases.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqldatabases.azure.microsoft.com.yaml index 8197f10e23..cc85f9ee68 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqldatabases.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqldatabases.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: PostgreSQLDatabase is the Schema for the postgresqldatabases API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -44,8 +40,7 @@ spec: description: PostgreSQLDatabaseSpec defines the desired state of PostgreSQLDatabase properties: resourceGroup: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' pattern: ^[-\w\._\(\)]+$ type: string server: @@ -55,8 +50,7 @@ spec: - server type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlfirewallrules.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlfirewallrules.azure.microsoft.com.yaml index 30d1a1f872..ade9f5315c 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlfirewallrules.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlfirewallrules.azure.microsoft.com.yaml @@ -26,18 +26,13 @@ spec: status: {} validation: openAPIV3Schema: - description: PostgreSQLFirewallRule is the Schema for the postgresqlfirewallrules - API + description: PostgreSQLFirewallRule is the Schema for the postgresqlfirewallrules API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -47,8 +42,7 @@ spec: endIpAddress: type: string resourceGroup: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' pattern: ^[-\w\._\(\)]+$ type: string server: @@ -62,8 +56,7 @@ spec: - startIpAddress type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlservers.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlservers.azure.microsoft.com.yaml index b8c8d19c65..88c4010965 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlservers.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlservers.azure.microsoft.com.yaml @@ -4,7 +4,6 @@ metadata: annotations: cert-manager.io/inject-ca-from: azureoperator-system/azureoperator-serving-cert controller-gen.kubebuilder.io/version: v0.2.5 - creationTimestamp: null name: postgresqlservers.azure.microsoft.com spec: additionalPrinterColumns: @@ -32,8 +31,7 @@ spec: singular: postgresqlserver preserveUnknownFields: false scope: Namespaced - subresources: - status: {} + subresources: {} version: v1alpha1 versions: - name: v1alpha1 @@ -42,14 +40,10 @@ spec: description: PostgreSQLServer is the Schema for the postgresqlservers API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -76,24 +70,20 @@ spec: sku: properties: capacity: - description: Capacity - The scale up/out capacity, representing - server's compute units. + description: Capacity - The scale up/out capacity, representing server's compute units. format: int32 type: integer family: description: Family - The family of hardware. type: string name: - description: Name - The name of the sku, typically, tier + family - + cores, e.g. B_Gen4_1, GP_Gen5_8. + description: Name - The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8. type: string size: - description: Size - The size code, to be interpreted by resource - as appropriate. + description: Size - The size code, to be interpreted by resource as appropriate. type: string tier: - description: 'Tier - The tier of the particular SKU, e.g. Basic. - Possible values include: ''Basic'', ''GeneralPurpose'', ''MemoryOptimized''' + description: 'Tier - The tier of the particular SKU, e.g. Basic. Possible values include: ''Basic'', ''GeneralPurpose'', ''MemoryOptimized''' type: string type: object sslEnforcement: @@ -103,8 +93,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time @@ -144,14 +133,10 @@ spec: description: PostgreSQLServer is the Schema for the postgresqlservers API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -178,24 +163,20 @@ spec: sku: properties: capacity: - description: Capacity - The scale up/out capacity, representing - server's compute units. + description: Capacity - The scale up/out capacity, representing server's compute units. format: int32 type: integer family: description: Family - The family of hardware. type: string name: - description: Name - The name of the sku, typically, tier + family - + cores, e.g. B_Gen4_1, GP_Gen5_8. + description: Name - The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8. type: string size: - description: Size - The size code, to be interpreted by resource - as appropriate. + description: Size - The size code, to be interpreted by resource as appropriate. type: string tier: - description: 'Tier - The tier of the particular SKU, e.g. Basic. - Possible values include: ''Basic'', ''GeneralPurpose'', ''MemoryOptimized''' + description: 'Tier - The tier of the particular SKU, e.g. Basic. Possible values include: ''Basic'', ''GeneralPurpose'', ''MemoryOptimized''' type: string type: object sslEnforcement: @@ -203,17 +184,14 @@ spec: storageProfile: properties: backupRetentionDays: - description: BackupRetentionDays - Backup retention days for the - server. + description: BackupRetentionDays - Backup retention days for the server. format: int32 type: integer geoRedundantBackup: - description: 'GeoRedundantBackup - Enable Geo-redundant or not - for server backup. Possible values include: ''Enabled'', ''Disabled''' + description: 'GeoRedundantBackup - Enable Geo-redundant or not for server backup. Possible values include: ''Enabled'', ''Disabled''' type: string storageAutogrow: - description: 'StorageAutogrow - Enable Storage Auto Grow. Possible - values include: ''StorageAutogrowEnabled'', ''StorageAutogrowDisabled''' + description: 'StorageAutogrow - Enable Storage Auto Grow. Possible values include: ''StorageAutogrowEnabled'', ''StorageAutogrowDisabled''' type: string storageMB: description: StorageMB - Max storage allowed for a server. @@ -225,8 +203,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlusers.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlusers.azure.microsoft.com.yaml index 321c211fa9..fd2f932068 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlusers.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlusers.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: PostgreSQLUser is the Schema for the postgresqlusers API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -60,8 +56,7 @@ spec: type: string type: array server: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string username: type: string @@ -72,8 +67,7 @@ spec: - server type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlvnetrules.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlvnetrules.azure.microsoft.com.yaml index 681ee3f5a2..6cdcf59c9f 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlvnetrules.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_postgresqlvnetrules.azure.microsoft.com.yaml @@ -28,14 +28,10 @@ spec: description: PostgreSQLVNetRule is the Schema for the PostgreSQLVNetRules API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -45,8 +41,7 @@ spec: ignoreMissingServiceEndpoint: type: boolean resourceGroup: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' pattern: ^[-\w\._\(\)]+$ type: string server: @@ -65,8 +60,7 @@ spec: - vNetResourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_rediscacheactions.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_rediscacheactions.azure.microsoft.com.yaml index 9cae122532..dd9655f35d 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_rediscacheactions.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_rediscacheactions.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: RedisCacheAction is the Schema for the rediscacheactions API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -70,8 +66,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_rediscachefirewallrules.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_rediscachefirewallrules.azure.microsoft.com.yaml index 8dd281e8aa..d86ae0f4db 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_rediscachefirewallrules.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_rediscachefirewallrules.azure.microsoft.com.yaml @@ -26,18 +26,13 @@ spec: status: {} validation: openAPIV3Schema: - description: RedisCacheFirewallRule is the Schema for the rediscachefirewallrules - API + description: RedisCacheFirewallRule is the Schema for the rediscachefirewallrules API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -45,8 +40,7 @@ spec: description: RedisCacheFirewallRuleSpec defines the desired state of RedisCacheFirewallRule properties: properties: - description: RedisCacheFirewallRuleProperties the parameters of the - RedisCacheFirewallRule + description: RedisCacheFirewallRuleProperties the parameters of the RedisCacheFirewallRule properties: endIP: type: string @@ -67,8 +61,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_rediscaches.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_rediscaches.azure.microsoft.com.yaml index a5b52546ac..1927641dda 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_rediscaches.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_rediscaches.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: RedisCache is the Schema for the rediscaches API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -69,10 +65,7 @@ spec: family: type: string name: - description: 'Name - The SKU name. Required for account creation; - optional for update. Possible values include: ''StandardLRS'', - ''StandardGRS'', ''StandardRAGRS'', ''StandardZRS'', ''PremiumLRS'', - ''PremiumZRS'', ''StandardGZRS'', ''StandardRAGZRS''' + description: 'Name - The SKU name. Required for account creation; optional for update. Possible values include: ''StandardLRS'', ''StandardGRS'', ''StandardRAGRS'', ''StandardZRS'', ''PremiumLRS'', ''PremiumZRS'', ''StandardGZRS'', ''StandardRAGZRS''' type: string type: object staticIp: @@ -89,8 +82,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_resourcegroups.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_resourcegroups.azure.microsoft.com.yaml index b2bf7cf4f3..c29d061da6 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_resourcegroups.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_resourcegroups.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: ResourceGroup is the Schema for the resourcegroups API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -44,15 +40,13 @@ spec: description: ResourceGroupSpec defines the desired state of ResourceGroup properties: location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string required: - location type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_storageaccounts.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_storageaccounts.azure.microsoft.com.yaml index cc44515c43..5a7c9f79c7 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_storageaccounts.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_storageaccounts.azure.microsoft.com.yaml @@ -37,20 +37,15 @@ spec: type: array type: object apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object output: - description: StorageAccountOutput is the object that contains the output - from creating a Storage Account object + description: StorageAccountOutput is the object that contains the output from creating a Storage Account object properties: connectionString1: type: string @@ -67,10 +62,7 @@ spec: description: StorageAccountSpec defines the desired state of Storage properties: accessTier: - description: StorageAccountAccessTier enumerates the values for access - tier. Only one of the following access tiers may be specified. If - none of the following access tiers is specified, the default one is - Hot. + description: StorageAccountAccessTier enumerates the values for access tier. Only one of the following access tiers may be specified. If none of the following access tiers is specified, the default one is Hot. enum: - Cool - Hot @@ -78,9 +70,7 @@ spec: dataLakeEnabled: type: boolean kind: - description: StorageAccountKind enumerates the values for kind. Only - one of the following kinds may be specified. If none of the following - kinds is specified, the default one is StorageV2. + description: StorageAccountKind enumerates the values for kind. Only one of the following kinds may be specified. If none of the following kinds is specified, the default one is StorageV2. enum: - BlobStorage - BlockBlobStorage @@ -94,24 +84,17 @@ spec: networkRule: properties: bypass: - description: 'Bypass - Specifies whether traffic is bypassed for - Logging/Metrics/AzureServices. Possible values are any combination - of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), - or None to bypass none of those traffics. Possible values include: - ''None'', ''Logging'', ''Metrics'', ''AzureServices''' + description: 'Bypass - Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics. Possible values include: ''None'', ''Logging'', ''Metrics'', ''AzureServices''' type: string defaultAction: - description: 'DefaultAction - Specifies the default action of allow - or deny when no other rules match. Possible values include: ''DefaultActionAllow'', - ''DefaultActionDeny''' + description: 'DefaultAction - Specifies the default action of allow or deny when no other rules match. Possible values include: ''DefaultActionAllow'', ''DefaultActionDeny''' type: string ipRules: description: IPRules - Sets the IP ACL rules items: properties: ipAddressOrRange: - description: IPAddressOrRange - Specifies the IP or IP range - in CIDR format. Only IPV4 address is allowed. + description: IPAddressOrRange - Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed. type: string type: object type: array @@ -120,8 +103,7 @@ spec: items: properties: subnetId: - description: 'SubnetId - Resource ID of a subnet, for example: - /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.' + description: 'SubnetId - Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.' type: string type: object type: array @@ -133,10 +115,7 @@ spec: description: StorageAccountSku the SKU of the storage account. properties: name: - description: 'Name - The SKU name. Required for account creation; - optional for update. Possible values include: ''StandardLRS'', - ''StandardGRS'', ''StandardRAGRS'', ''StandardZRS'', ''PremiumLRS'', - ''PremiumZRS'', ''StandardGZRS'', ''StandardRAGZRS''' + description: 'Name - The SKU name. Required for account creation; optional for update. Possible values include: ''StandardLRS'', ''StandardGRS'', ''StandardRAGRS'', ''StandardZRS'', ''PremiumLRS'', ''PremiumZRS'', ''StandardGZRS'', ''StandardRAGZRS''' enum: - Premium_LRS - Premium_ZRS @@ -154,8 +133,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_virtualnetworks.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_virtualnetworks.azure.microsoft.com.yaml index 67d46361de..c13dd8eeee 100644 --- a/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_virtualnetworks.azure.microsoft.com.yaml +++ b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_virtualnetworks.azure.microsoft.com.yaml @@ -29,14 +29,10 @@ spec: description: VirtualNetwork is the Schema for the virtualnetworks API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object @@ -46,8 +42,7 @@ spec: addressSpace: type: string location: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "make" to regenerate code after modifying this file' + description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file' type: string resourceGroup: pattern: ^[-\w\._\(\)]+$ @@ -63,9 +58,7 @@ spec: subnetAddressPrefix: type: string subnetName: - description: 'INSERT ADDITIONAL STATUS FIELD - define observed - state of cluster Important: Run "make" to regenerate code after - modifying this file' + description: 'INSERT ADDITIONAL STATUS FIELD - define observed state of cluster Important: Run "make" to regenerate code after modifying this file' type: string required: - subnetAddressPrefix @@ -78,8 +71,7 @@ spec: - resourceGroup type: object status: - description: ASOStatus (AzureServiceOperatorsStatus) defines the observed - state of resource actions + description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions properties: completed: format: date-time diff --git a/charts/azure-service-operator/templates/generated/apps_v1_deployment_azureoperator-controller-manager.yaml b/charts/azure-service-operator/templates/generated/apps_v1_deployment_azureoperator-controller-manager.yaml index 31d0c48a01..6d83d1e94d 100644 --- a/charts/azure-service-operator/templates/generated/apps_v1_deployment_azureoperator-controller-manager.yaml +++ b/charts/azure-service-operator/templates/generated/apps_v1_deployment_azureoperator-controller-manager.yaml @@ -18,16 +18,6 @@ spec: control-plane: controller-manager spec: containers: - - args: - - --secure-listen-address=0.0.0.0:8443 - - --upstream=http://127.0.0.1:8080/ - - --logtostderr=true - - --v=10 - image: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0 - name: kube-rbac-proxy - ports: - - containerPort: 8443 - name: https - args: - --metrics-addr=127.0.0.1:8080 command: @@ -95,6 +85,16 @@ spec: - mountPath: /tmp/k8s-webhook-server/serving-certs name: cert readOnly: true + - args: + - --secure-listen-address=0.0.0.0:8443 + - --upstream=http://127.0.0.1:8080/ + - --logtostderr=true + - --v=10 + image: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0 + name: kube-rbac-proxy + ports: + - containerPort: 8443 + name: https terminationGracePeriodSeconds: 10 volumes: - name: cert diff --git a/charts/index.yaml b/charts/index.yaml index 239536851a..858ec72930 100644 --- a/charts/index.yaml +++ b/charts/index.yaml @@ -3,14 +3,14 @@ entries: azure-service-operator: - apiVersion: v2 appVersion: 0.1.0 - created: "2020-07-17T12:17:27.800100287-07:00" + created: "2020-08-06T11:08:50.0165144+12:00" dependencies: - condition: azureUseMI name: aad-pod-identity repository: https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts version: 1.5.5 description: Deploy components and dependencies of azure-service-operator - digest: 3fe545d0a60d33b297e5ddca42df0ca406aff128fda21c9328490486a83096a6 + digest: 189cfa2ad91e6d22ba0a0826c11814a399cc190a304e2ca03793e57bee7f7caf home: https://github.com/Azure/azure-service-operator name: azure-service-operator sources: @@ -18,4 +18,4 @@ entries: urls: - azure-service-operator-0.1.0.tgz version: 0.1.0 -generated: "2020-07-17T12:17:27.796522611-07:00" +generated: "2020-08-06T11:08:50.0146068+12:00"