ApplianceCredentialKubeconfigResponse

data class ApplianceCredentialKubeconfigResponse(val name: String, val value: String)

Cluster User Credential appliance.

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name which contains the role of the kubeconfig.

Link copied to clipboard

Contains the kubeconfig value.