ClusterControlPlane

data class ClusterControlPlane(val local: ClusterControlPlaneLocal? = null, val remote: ClusterControlPlaneRemote? = null)

Constructors

Link copied to clipboard
constructor(local: ClusterControlPlaneLocal? = null, remote: ClusterControlPlaneRemote? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Local control plane configuration. Structure is documented below.

Link copied to clipboard

Remote control plane configuration. Structure is documented below.