resources.azure.com/v1api20200601
resources.azure.com/v1api20200601
Package v1api20200601 contains API Schema definitions for the resources v1api20200601 API group
APIVersion
(string
alias)
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}p>
Field | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
metadata Kubernetes meta/v1.ObjectMeta |
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
||||||||||
spec ResourceGroup_Spec |
|
||||||||||
status ResourceGroup_STATUS |
ResourceGroupOperatorSpec
(Appears on:ResourceGroup_Spec)
Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure
Field | Description |
---|---|
configMapExpressions []genruntime/core.DestinationExpression |
ConfigMapExpressions: configures where to place operator written dynamic ConfigMaps (created with CEL expressions). |
secretExpressions []genruntime/core.DestinationExpression |
SecretExpressions: configures where to place operator written dynamic secrets (created with CEL expressions). |
ResourceGroupProperties_STATUS
(Appears on:ResourceGroup_STATUS)
The resource group properties.
Field | Description |
---|---|
provisioningState string |
ProvisioningState: The provisioning state. |
ResourceGroup_STATUS
(Appears on:ResourceGroup)
Resource group information.
Field | Description |
---|---|
conditions []genruntime/conditions.Condition |
Conditions: The observed state of the resource |
id string |
Id: The ID of the resource group. |
location string |
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. |
managedBy string |
ManagedBy: The ID of the resource that manages this resource group. |
name string |
Name: The name of the resource group. |
properties ResourceGroupProperties_STATUS |
Properties: The resource group properties. |
tags map[string]string |
Tags: The tags attached to the resource group. |
type string |
Type: The type of the resource group. |
ResourceGroup_Spec
(Appears on:ResourceGroup)
Field | Description |
---|---|
azureName string |
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. |
location string |
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. |
managedBy string |
ManagedBy: The ID of the resource that manages this resource group. |
operatorSpec ResourceGroupOperatorSpec |
OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not passed directly to Azure |
tags map[string]string |
Tags: The tags attached to the resource group. |