resources.azure.com/v1api20200601
APIVersion
| Value | Description |
|---|---|
| “2020-06-01” |
ResourceGroup
Generator information: - Generated from: /resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json - ARM URI: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}
Used by: ResourceGroupList.
| Property | Description | Type |
|---|---|---|
| metav1.TypeMeta | ||
| metav1.ObjectMeta | ||
| spec | ResourceGroup_Spec Optional |
|
| status | ResourceGroup_STATUS Optional |
ResourceGroup_Spec
| Property | Description | Type |
|---|---|---|
| azureName | The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it doesn’t have to be. | string Optional |
| location | The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations. | string Required |
| managedBy | The ID of the resource that manages this resource group. | string Optional |
| operatorSpec | The specification for configuring operator behavior. This field is interpreted by the operator and not passed directly to Azure | ResourceGroupOperatorSpec Optional |
| tags | The tags attached to the resource group. | map[string]string Optional |
ResourceGroup_STATUS
| Property | Description | Type |
|---|---|---|
| conditions | The observed state of the resource | conditions.Condition[] Optional |
| id | The ID of the resource group. | string Optional |
| location | The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations. | string Optional |
| managedBy | The ID of the resource that manages this resource group. | string Optional |
| name | The name of the resource group. | string Optional |
| properties | The resource group properties. | ResourceGroupProperties_STATUS Optional |
| tags | The tags attached to the resource group. | map[string]string Optional |
| type | The type of the resource group. | string Optional |
ResourceGroupList
Generator information: - Generated from: /resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json - ARM URI: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}
| Property | Description | Type |
|---|---|---|
| metav1.TypeMeta | ||
| metav1.ListMeta | ||
| items | ResourceGroup[] Optional |
ResourceGroup_Spec
Used by: ResourceGroup.
| Property | Description | Type |
|---|---|---|
| azureName | The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it doesn’t have to be. | string Optional |
| location | The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations. | string Required |
| managedBy | The ID of the resource that manages this resource group. | string Optional |
| operatorSpec | The specification for configuring operator behavior. This field is interpreted by the operator and not passed directly to Azure | ResourceGroupOperatorSpec Optional |
| tags | The tags attached to the resource group. | map[string]string Optional |
ResourceGroup_STATUS
Resource group information.
Used by: ResourceGroup.
| Property | Description | Type |
|---|---|---|
| conditions | The observed state of the resource | conditions.Condition[] Optional |
| id | The ID of the resource group. | string Optional |
| location | The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations. | string Optional |
| managedBy | The ID of the resource that manages this resource group. | string Optional |
| name | The name of the resource group. | string Optional |
| properties | The resource group properties. | ResourceGroupProperties_STATUS Optional |
| tags | The tags attached to the resource group. | map[string]string Optional |
| type | The type of the resource group. | string Optional |
ResourceGroupOperatorSpec
Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure
Used by: ResourceGroup_Spec.
| Property | Description | Type |
|---|---|---|
| configMapExpressions | configures where to place operator written dynamic ConfigMaps (created with CEL expressions). | core.DestinationExpression[] Optional |
| secretExpressions | configures where to place operator written dynamic secrets (created with CEL expressions). | core.DestinationExpression[] Optional |
ResourceGroupProperties_STATUS
The resource group properties.
Used by: ResourceGroup_STATUS.
| Property | Description | Type |
|---|---|---|
| provisioningState | The provisioning state. | string Optional |