INPUT_OBJECT
K8sManifestConfigInput
Description
Supported in v9.2+ Input to generate a manifest for the Kubernetes cluster.
link GraphQL Schema definition
- input K8sManifestConfigInput {
- # Required. Supported in v9.2+
- # Distribution of the Kubernetes cluster to be added.
- String! :
- # Supported in v9.2+
- # UUID of the Kubernetes cluster to be added.
- String :
- # Supported in v9.2+
- # Specifies whether to enable automatic protection set creation for the Kubernetes
- # cluster.
- Boolean :
- # Supported in v9.2+
- # IP address of the master node of the Kubernetes cluster. This is required only
- # when transport type is NodePort.
- String :
- # Required. Supported in v9.2+
- # Name of the Kubernetes Cluster.
- String! :
- # Supported in v9.2+
- # The pull secret required for pulling Rubrik container images.
- String :
- # Supported in v9.2+
- # Container registry URL for storing Rubrik container images.
- String :
- # Required. Supported in v9.2+
- # The RSC service account used for onboarding.
- ServiceAccountInputInput! :
- # Required. Supported in v9.2+
- # The transport type used for communication with the Kubernetes cluster.
- String! :
- }