Skip to main content

Create a new Kubernetes cluster client

API to create new Kubernetes cluster client

Request Body
  • apiServer string

    API Server Endpoint of the cluster

  • serviceAccount string

    Name of the Service Account to authenticate with the cluster

  • serviceToken string

    Secret token to authenticate with the cluster

  • accessNodes object[]
  • id int32
  • name string
  • type string
  • name string

    Name of the Kubernetes Cluster

  • serviceType KubernetesServiceTypes

    Possible values: [ONPREM, AKS]

    Default value: ONPREM

    The Service Type of the Kubernetes cluster

  • etcdProtection object

    Enable ETCD Protection on the Kubernetes Cluster

  • enabled boolean

    Denote if etcd protection is enabled

  • plan object
  • id int32
  • name string
Responses

OK


Schema
  • id int32

    ID of the Kubernetes Cluster created

  • name string

    Name of the Kubernetes Cluster

  • etcd object

    Name and ID of the ETCD Application Group

  • id int32
  • name string
Loading...