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)

Kubernetes role.

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

Role configured on ASE resource

Link copied to clipboard

The hierarchical type of the object.