PowerState

Describes the Power State of the cluster.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
code string Tells whether the cluster is Running or Stopped.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-power-state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PowerState",
  "type": "object",
  "description": "Describes the Power State of the cluster.",
  "properties": {
    "code": {
      "type": "string",
      "description": "Tells whether the cluster is Running or Stopped."
    }
  }
}