KubernetesConnectionDetailsResponse

data class KubernetesConnectionDetailsResponse(val instanceType: String, val kubeConfig: String? = null)

Contains information used to connect to a Kubernetes cluster

Constructors

Link copied to clipboard
constructor(instanceType: String, kubeConfig: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the Instance type. Expected value is 'Kubernetes'.

Link copied to clipboard
val kubeConfig: String? = null

Gets the kubeconfig for the cluster.