diff --git a/api/v1alpha1/storageaccount_types.go b/api/v1alpha1/storageaccount_types.go index d804611343d..484a278049b 100644 --- a/api/v1alpha1/storageaccount_types.go +++ b/api/v1alpha1/storageaccount_types.go @@ -17,7 +17,7 @@ type StorageAccountSpec struct { // +kubebuilder:validation:MinLength=0 - Location string `json:"location,omitempty"` + Location string `json:"location,omitempty"` // +kubebuilder:validation:Pattern=^[-\w\._\(\)]+$ // +kubebuilder:validation:MinLength:1 // +kubebuilder:validation:Required @@ -68,7 +68,7 @@ type StorageAccountAccessTier string // +kubebuilder:subresource:status // StorageAccount is the Schema for the storages API -// +kubebuilder:resource:shortName=sa +// +kubebuilder:resource:shortName=sacct // +kubebuilder:printcolumn:name="Provisioned",type="string",JSONPath=".status.provisioned" // +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.message" type StorageAccount struct { diff --git a/charts/azure-service-operator-0.1.0.tgz b/charts/azure-service-operator-0.1.0.tgz index cd48a30e9cc..a3aa3b08341 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_storageaccounts.azure.microsoft.com.yaml b/charts/azure-service-operator/crds/apiextensions.k8s.io_v1beta1_customresourcedefinition_storageaccounts.azure.microsoft.com.yaml index e47407e5ad1..cc44515c434 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 @@ -19,7 +19,7 @@ spec: listKind: StorageAccountList plural: storageaccounts shortNames: - - sa + - sacct singular: storageaccount scope: Namespaced subresources: diff --git a/charts/index.yaml b/charts/index.yaml index 289654b09b5..1835476b32c 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-02T12:00:12.36142-06:00" + created: "2020-07-02T13:28:16.308913-06: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: 723420bd84ddb434124cb808d49d1599440ded9bae837df7f2978931b51cb78e + digest: be07303de61e0675551bfeae5cf5dd59d944a5dd822f583ebdd0739d6b16567d 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-02T12:00:12.355282-06:00" +generated: "2020-07-02T13:28:16.303844-06:00"