GetKubernetesRoleResult

data class GetKubernetesRoleResult(val hostPlatform: String, val hostPlatformType: String, val id: String, val kind: String, val kubernetesClusterInfo: KubernetesClusterInfoResponse, val kubernetesRoleResources: KubernetesRoleResourcesResponse, val name: String, val provisioningState: String, val roleStatus: String, val systemData: SystemDataResponse, val type: String)

The limited preview of Kubernetes Cluster Management from the Azure supports:

  1. Using a simple turn-key option in Azure Portal, deploy a Kubernetes cluster on your Azure Stack Edge device.

  2. Configure Kubernetes cluster running on your device with Arc enabled Kubernetes with a click of a button in the Azure Portal. Azure Arc enables organizations to view, manage, and govern their on-premises Kubernetes clusters using the Azure Portal, command line tools, and APIs.

  3. Easily configure Persistent Volumes using SMB and NFS shares for storing container data. For more information, refer to the document here: https://databoxupdatepackages.blob.core.windows.net/documentation/Microsoft-Azure-Stack-Edge-K8-Cloud-Management-20210323.pdf Or Demo: https://databoxupdatepackages.blob.core.windows.net/documentation/Microsoft-Azure-Stack-Edge-K8S-Cloud-Management-20210323.mp4 By using this feature, you agree to the preview legal terms. See the https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/

Constructors

Link copied to clipboard
constructor(hostPlatform: String, hostPlatformType: String, id: String, kind: String, kubernetesClusterInfo: KubernetesClusterInfoResponse, kubernetesRoleResources: KubernetesRoleResourcesResponse, name: String, provisioningState: String, roleStatus: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Host OS supported by the Kubernetes role.

Link copied to clipboard

Platform where the runtime is hosted.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

Role type. Expected value is 'Kubernetes'.

Link copied to clipboard

Kubernetes cluster configuration

Link copied to clipboard
Link copied to clipboard

The object name.

Link copied to clipboard

State of Kubernetes deployment

Link copied to clipboard

Role status.

Link copied to clipboard

Metadata pertaining to creation and last modification of Role

Link copied to clipboard

The hierarchical type of the object.