addK8sProtectionSet
Add a Kubernetes protection set Supported in v9.1+ Adds a Kubernetes protection set to the Rubrik cluster.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | AddK8sProtectionSetInput! | Input for V1AddK8sProtectionSet. |
Returns
Sample
{
"data": {
"addK8sProtectionSet": {
"definition": "example-string",
"hookConfigs": [
"example-string"
],
"id": "example-string",
"kubernetesClusterUuid": "example-string",
"kubernetesNamespace": "example-string",
"name": "example-string",
"customResourceDependencies": [
{
"group": "example-string",
"resource": "example-string",
"selectionMode": "example-string"
}
],
"labelSelector": {
"matchLabels": "example-string"
}
}
}
}