apply_k8s_manifest
ActiveTool of com.googleapis.container/mcp
declared in ESF
Applies a Kubernetes manifest to a cluster using server-side apply. This is similar to running `kubectl apply --server-side`.
Parameters schema
{
"type": "object",
"required": [
"parent",
"yamlManifest"
],
"properties": {
"dryRun": {
"type": "boolean",
"description": "Optional. If true, run in dry-run mode."
},
"parent": {
"type": "string",
"description": "Required. The cluster to apply the manifest to. Format: projects/{project}/locations/{location}/clusters/{cluster}"
},
"yamlManifest": {
"type": "string",
"description": "Required. The YAML manifest to apply."
},
"forceConflicts": {
"type": "boolean",
"description": "Optional. If true, force conflicts resolution when applying."
}
},
"description": "KubeApplyRequest is the request message for applying Kubernetes manifests."
}Parent server
com.googleapis.container/mcp
1/7 registries