Perform a Patch on an mk8s cluster by name
curl --request PATCH \
--url https://api.cpln.io/org/{org}/mk8s/{name} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"$drop": [],
"name": "<string>",
"description": "<string>",
"tags": {},
"$replace/tags": {},
"spec": {
"$drop": [],
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$drop/firewall": [
"<string>"
],
"$append/firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$patch/firewall": [
{
"$drop": [],
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$retain/firewall": [
"<string>"
],
"provider": {
"$drop": [],
"generic": {
"$drop": [],
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/nodePools": [
"<string>"
]
},
"$replace/generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"$drop": [],
"hetznerLabels": {},
"$replace/hetznerLabels": {},
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/dedicatedServerNodePools": [
"<string>"
],
"$append/dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/dedicatedServerNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/dedicatedServerNodePools": [
"<string>"
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {},
"$replace/floatingIPSelector": {}
},
"$replace/hetzner": {
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"$drop": [],
"awsTags": {},
"$replace/awsTags": {},
"skipCreateRoles": true,
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [],
"exact": "<string>"
},
"$replace/image": {
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$drop/deployRoleChain": [
"<string>"
],
"$append/deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$patch/deployRoleChain": [
{
"$drop": [],
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$retain/deployRoleChain": [
"<string>"
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"$drop/securityGroupIds": [
"<string>"
],
"$append/securityGroupIds": [
"<string>"
],
"$retain/securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"$drop/extraNodePolicies": [
"<string>"
],
"$append/extraNodePolicies": [
"<string>"
],
"$retain/extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"instanceTypes": [
"<string>"
],
"$drop/instanceTypes": [
"<string>"
],
"$append/instanceTypes": [
"<string>"
],
"$retain/instanceTypes": [
"<string>"
],
"overrideImage": {
"$drop": [],
"exact": "<string>"
},
"$replace/overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"$drop/subnetIds": [
"<string>"
],
"$append/subnetIds": [
"<string>"
],
"$retain/subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"$drop/extraSecurityGroupIds": [
"<string>"
],
"$append/extraSecurityGroupIds": [
"<string>"
],
"$retain/extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"$drop": [
"nestedVirtualization"
],
"nestedVirtualization": true
},
"$replace/cpuOptions": {
"nestedVirtualization": true
}
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"$drop": [],
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"$drop/authorizedUsers": [
"<string>"
],
"$append/authorizedUsers": [
"<string>"
],
"$retain/authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"$drop/authorizedKeys": [
"<string>"
],
"$append/authorizedKeys": [
"<string>"
],
"$retain/authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"$drop": [],
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"$replace/oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"$drop": [],
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"$drop/fileSystems": [
"<string>"
],
"$append/fileSystems": [
"<string>"
],
"$retain/fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"$replace/lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"$drop": [],
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"$drop/sharedDrives": [
"<string>"
],
"$append/sharedDrives": [
"<string>"
],
"$retain/sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"$drop/userIds": [
"<string>"
],
"$append/userIds": [
"<string>"
],
"$retain/userIds": [
"<string>"
],
"networkId": "<string>"
},
"$replace/paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"$drop": [],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$retain/nodePools": [
"<string>"
]
},
"$replace/ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"$drop": [],
"connection": {
"$drop": [],
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"$replace/connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"loadBalancer": {
"$drop": [],
"manual": {
"$drop": [],
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"$drop/privateNetworkIds": [
"<string>"
],
"$append/privateNetworkIds": [
"<string>"
],
"$retain/privateNetworkIds": [
"<string>"
],
"metadata": {},
"$replace/metadata": {},
"tags": {},
"$replace/tags": {},
"logging": {
"$drop": [],
"nodePort": 123,
"externalSyslog": "<string>"
},
"$replace/logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"$replace/manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"$replace/none": {},
"gateway": {},
"$replace/gateway": {}
},
"$replace/loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"$drop/privateNetworkIds": [
"<string>"
],
"$append/privateNetworkIds": [
"<string>"
],
"$retain/privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"$replace/tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"$drop": [],
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [],
"reference": {
"$drop": [],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/image": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"$replace/tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"$drop/zones": [
123
],
"$append/zones": [
123
],
"$retain/zones": [
123
],
"overrideImage": {
"$drop": [],
"reference": {
"$drop": [],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"$drop": [],
"digitalOceanTags": [
"<string>"
],
"$drop/digitalOceanTags": [
"<string>"
],
"$append/digitalOceanTags": [
"<string>"
],
"$retain/digitalOceanTags": [
"<string>"
],
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"$drop/extraSshKeys": [
"<string>"
],
"$append/extraSshKeys": [
"<string>"
],
"$retain/extraSshKeys": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
],
"$drop/reservedIPs": [
"<string>"
],
"$append/reservedIPs": [
"<string>"
],
"$retain/reservedIPs": [
"<string>"
]
},
"$replace/digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"$drop": [],
"projectId": "<string>",
"region": "<string>",
"labels": {},
"$replace/labels": {},
"tags": [
"<string>"
],
"$drop/tags": [
"<string>"
],
"$append/tags": [
"<string>"
],
"$retain/tags": [
"<string>"
],
"metadata": {},
"$replace/metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [],
"family": {
"$drop": [],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"$drop": [],
"family": {
"$drop": [],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"$replace/provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"$drop": [],
"dashboard": {},
"$replace/dashboard": {},
"headlamp": {},
"$replace/headlamp": {},
"azureWorkloadIdentity": {
"$drop": [
"tenantId"
],
"tenantId": "<string>"
},
"$replace/azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"$replace/awsWorkloadIdentity": {},
"localPathStorage": {},
"$replace/localPathStorage": {},
"metrics": {
"$drop": [],
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"$drop": [],
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
},
"$replace/scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"$replace/metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"$drop": [],
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"$replace/logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"$drop": [
"mirrors"
],
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
],
"$drop/mirrors": [
"<string>"
],
"$append/mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
],
"$patch/mirrors": [
{
"$drop": [],
"$replace/registry": "<string>",
"registry": "<unknown>",
"mirrors": [
"<string>"
],
"$drop/mirrors": [
"<string>"
],
"$append/mirrors": [
"<string>"
],
"$retain/mirrors": [
"<string>"
]
}
],
"$retain/mirrors": [
"<string>"
]
},
"$replace/registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"$drop": [
"taintGPUNodes"
],
"taintGPUNodes": true
},
"$replace/nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"$drop": [
"roleArn"
],
"roleArn": "<string>"
},
"$replace/awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"$drop": [
"roleArn"
],
"roleArn": "<string>"
},
"$replace/awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"$drop": [
"roleArn"
],
"roleArn": "<string>"
},
"$replace/awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"$drop": [
"clientId"
],
"clientId": "<string>"
},
"$replace/azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"$replace/sysbox": {},
"byok": {
"$drop": [],
"ignoreUpdates": true,
"location": "<string>",
"config": {
"$drop": [],
"actuator": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {},
"$replace/env": {}
},
"$replace/actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"$drop": [
"enabled"
],
"enabled": true
},
"$replace/juicefs": {
"enabled": true
},
"middlebox": {
"$drop": [],
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"$replace/middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"$drop": [],
"deploymentReplicas": 123,
"pdb": {
"$drop": [
"maxUnavailable"
],
"maxUnavailable": 123
},
"$replace/pdb": {
"maxUnavailable": 123
}
},
"$replace/common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"$drop": [],
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"$replace/longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"$drop": [
"noDefaultStorageClasses"
],
"noDefaultStorageClasses": true
},
"$replace/byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"$drop": [],
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"$replace/ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"$drop": [],
"istiod": {
"$drop": [],
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"$replace/istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"$drop": [],
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"$replace/ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"$drop": [],
"minCpu": "<string>",
"minMemory": "<string>"
},
"$replace/sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"$replace/istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"$replace/logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"$drop": [],
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"$drop": [
"minMemory"
],
"minMemory": "<string>"
},
"$replace/kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"$drop": [
"main"
],
"main": {
"$drop": [
"storage"
],
"storage": "<string>"
},
"$replace/main": {
"storage": "<string>"
}
},
"$replace/prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"$drop/remoteWrite": [
"<string>"
],
"$append/remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"$patch/remoteWrite": [
{
"$drop": [],
"basic_auth": {
"$drop": [],
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"$replace/basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"$drop": [],
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"$replace/authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"$replace/oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"$replace/tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"$replace/proxy_connect_header": {},
"http_headers": {},
"$replace/http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"$replace/headers": {},
"write_relabel_configs": [
{}
],
"$drop/write_relabel_configs": [
"<string>"
],
"$append/write_relabel_configs": [
{}
],
"$patch/write_relabel_configs": [
{}
],
"$retain/write_relabel_configs": [
"<string>"
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"$replace/sigv4": {},
"azuread": {},
"$replace/azuread": {},
"google_iam": {},
"$replace/google_iam": {},
"queue_config": {},
"$replace/queue_config": {}
}
],
"$retain/remoteWrite": [
"<string>"
],
"externalLabels": {},
"$replace/externalLabels": {}
},
"$replace/monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"$replace/redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"$drop": [],
"minCpu": "<string>",
"minMemory": "<string>"
},
"$replace/tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
},
"$replace/internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
},
"$replace/config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"$replace/byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": {
"$drop": [
"scratchSpaceStorageClass"
],
"scratchSpaceStorageClass": "<string>"
},
"$replace/kubevirt": {
"scratchSpaceStorageClass": "<string>"
},
"nodeLocalDns": {},
"$replace/nodeLocalDns": {}
},
"$replace/addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": {
"scratchSpaceStorageClass": "<string>"
},
"nodeLocalDns": {}
}
},
"$replace/spec": {
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": {
"scratchSpaceStorageClass": "<string>"
},
"nodeLocalDns": {}
}
}
}
'import requests
url = "https://api.cpln.io/org/{org}/mk8s/{name}"
payload = {
"$drop": [],
"name": "<string>",
"description": "<string>",
"tags": {},
"$replace/tags": {},
"spec": {
"$drop": [],
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$drop/firewall": ["<string>"],
"$append/firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$patch/firewall": [
{
"$drop": [],
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$retain/firewall": ["<string>"],
"provider": {
"$drop": [],
"generic": {
"$drop": [],
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"]
}
],
"$retain/nodePools": ["<string>"]
},
"$replace/generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"$drop": [],
"hetznerLabels": {},
"$replace/hetznerLabels": {},
"networking": {
"$drop": ["dnsForwarder"],
"dnsForwarder": "<string>"
},
"$replace/networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/dedicatedServerNodePools": ["<string>"],
"$append/dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/dedicatedServerNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"]
}
],
"$retain/dedicatedServerNodePools": ["<string>"],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {},
"$replace/floatingIPSelector": {}
},
"$replace/hetzner": {
"hetznerLabels": {},
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"$drop": [],
"awsTags": {},
"$replace/awsTags": {},
"skipCreateRoles": True,
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [],
"exact": "<string>"
},
"$replace/image": { "exact": "<string>" },
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$drop/deployRoleChain": ["<string>"],
"$append/deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$patch/deployRoleChain": [
{
"$drop": [],
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$retain/deployRoleChain": ["<string>"],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": ["<string>"],
"$drop/securityGroupIds": ["<string>"],
"$append/securityGroupIds": ["<string>"],
"$retain/securityGroupIds": ["<string>"],
"extraNodePolicies": ["<string>"],
"$drop/extraNodePolicies": ["<string>"],
"$append/extraNodePolicies": ["<string>"],
"$retain/extraNodePolicies": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": ["<string>"],
"overrideImage": { "exact": "<string>" },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": ["<string>"],
"extraSecurityGroupIds": ["<string>"],
"cpuOptions": { "nestedVirtualization": True }
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": ["<string>"],
"overrideImage": { "exact": "<string>" },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": ["<string>"],
"extraSecurityGroupIds": ["<string>"],
"cpuOptions": { "nestedVirtualization": True }
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"instanceTypes": ["<string>"],
"$drop/instanceTypes": ["<string>"],
"$append/instanceTypes": ["<string>"],
"$retain/instanceTypes": ["<string>"],
"overrideImage": {
"$drop": [],
"exact": "<string>"
},
"$replace/overrideImage": { "exact": "<string>" },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": ["<string>"],
"$drop/subnetIds": ["<string>"],
"$append/subnetIds": ["<string>"],
"$retain/subnetIds": ["<string>"],
"extraSecurityGroupIds": ["<string>"],
"$drop/extraSecurityGroupIds": ["<string>"],
"$append/extraSecurityGroupIds": ["<string>"],
"$retain/extraSecurityGroupIds": ["<string>"],
"cpuOptions": {
"$drop": ["nestedVirtualization"],
"nestedVirtualization": True
},
"$replace/cpuOptions": { "nestedVirtualization": True }
}
],
"$retain/nodePools": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/aws": {
"awsTags": {},
"skipCreateRoles": True,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": { "exact": "<string>" },
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": ["<string>"],
"extraNodePolicies": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": ["<string>"],
"overrideImage": { "exact": "<string>" },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": ["<string>"],
"extraSecurityGroupIds": ["<string>"],
"cpuOptions": { "nestedVirtualization": True }
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"$drop": [],
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"image": "<string>",
"authorizedUsers": ["<string>"],
"$drop/authorizedUsers": ["<string>"],
"$append/authorizedUsers": ["<string>"],
"$retain/authorizedUsers": ["<string>"],
"authorizedKeys": ["<string>"],
"$drop/authorizedKeys": ["<string>"],
"$append/authorizedKeys": ["<string>"],
"$retain/authorizedKeys": ["<string>"],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"$drop": ["dnsForwarder"],
"dnsForwarder": "<string>"
},
"$replace/networking": { "dnsForwarder": "<string>" },
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": ["<string>"],
"authorizedKeys": ["<string>"],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": { "dnsForwarder": "<string>" },
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"$drop": [],
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"sshKeys": ["<string>"],
"$drop/sshKeys": ["<string>"],
"$append/sshKeys": ["<string>"],
"$retain/sshKeys": ["<string>"],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": ["<string>"],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"]
}
],
"$retain/unmanagedNodePools": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"$replace/oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": ["<string>"],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"$drop": [],
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": ["<string>"],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"]
}
],
"$retain/unmanagedNodePools": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": ["<string>"],
"$drop/fileSystems": ["<string>"],
"$append/fileSystems": ["<string>"],
"$retain/fileSystems": ["<string>"],
"preInstallScript": "<string>"
},
"$replace/lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": ["<string>"],
"preInstallScript": "<string>"
},
"paperspace": {
"$drop": [],
"tokenSecretLink": "<string>",
"sharedDrives": ["<string>"],
"$drop/sharedDrives": ["<string>"],
"$append/sharedDrives": ["<string>"],
"$retain/sharedDrives": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$retain/nodePools": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": ["<string>"],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"]
}
],
"$retain/unmanagedNodePools": ["<string>"],
"preInstallScript": "<string>",
"userIds": ["<string>"],
"$drop/userIds": ["<string>"],
"$append/userIds": ["<string>"],
"$retain/userIds": ["<string>"],
"networkId": "<string>"
},
"$replace/paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": ["<string>"],
"networkId": "<string>"
},
"ephemeral": {
"$drop": [],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$retain/nodePools": ["<string>"]
},
"$replace/ephemeral": { "nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
] },
"triton": {
"$drop": [],
"connection": {
"$drop": [],
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"$replace/connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"$drop": ["dnsForwarder"],
"dnsForwarder": "<string>"
},
"$replace/networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"loadBalancer": {
"$drop": [],
"manual": {
"$drop": [],
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"$drop/privateNetworkIds": ["<string>"],
"$append/privateNetworkIds": ["<string>"],
"$retain/privateNetworkIds": ["<string>"],
"metadata": {},
"$replace/metadata": {},
"tags": {},
"$replace/tags": {},
"logging": {
"$drop": [],
"nodePort": 123,
"externalSyslog": "<string>"
},
"$replace/logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"$replace/manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"$replace/none": {},
"gateway": {},
"$replace/gateway": {}
},
"$replace/loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": True,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"$drop/privateNetworkIds": ["<string>"],
"$append/privateNetworkIds": ["<string>"],
"$retain/privateNetworkIds": ["<string>"],
"tritonTags": {},
"$replace/tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"imageId": "<string>",
"sshKeys": ["<string>"],
"$drop/sshKeys": ["<string>"],
"$append/sshKeys": ["<string>"],
"$retain/sshKeys": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": True,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": ["<string>"],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"$drop": [],
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [],
"reference": {
"$drop": [],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/image": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"sshKeys": ["<string>"],
"$drop/sshKeys": ["<string>"],
"$append/sshKeys": ["<string>"],
"$retain/sshKeys": ["<string>"],
"networkId": "<string>",
"tags": {},
"$replace/tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [123],
"overrideImage": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [123],
"overrideImage": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"size": "<string>",
"subnetId": "<string>",
"zones": [123],
"$drop/zones": [123],
"$append/zones": [123],
"$retain/zones": [123],
"overrideImage": {
"$drop": [],
"reference": {
"$drop": [],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/overrideImage": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"sshKeys": ["<string>"],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [123],
"overrideImage": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"$drop": [],
"digitalOceanTags": ["<string>"],
"$drop/digitalOceanTags": ["<string>"],
"$append/digitalOceanTags": ["<string>"],
"$retain/digitalOceanTags": ["<string>"],
"networking": {
"$drop": ["dnsForwarder"],
"dnsForwarder": "<string>"
},
"$replace/networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"image": "<string>",
"sshKeys": ["<string>"],
"$drop/sshKeys": ["<string>"],
"$append/sshKeys": ["<string>"],
"$retain/sshKeys": ["<string>"],
"extraSshKeys": ["<string>"],
"$drop/extraSshKeys": ["<string>"],
"$append/extraSshKeys": ["<string>"],
"$retain/extraSshKeys": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": ["<string>"],
"$drop/reservedIPs": ["<string>"],
"$append/reservedIPs": ["<string>"],
"$retain/reservedIPs": ["<string>"]
},
"$replace/digitalocean": {
"digitalOceanTags": ["<string>"],
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": ["<string>"],
"extraSshKeys": ["<string>"],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": ["<string>"]
},
"gcp": {
"$drop": [],
"projectId": "<string>",
"region": "<string>",
"labels": {},
"$replace/labels": {},
"tags": ["<string>"],
"$drop/tags": ["<string>"],
"$append/tags": ["<string>"],
"$retain/tags": ["<string>"],
"metadata": {},
"$replace/metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [],
"family": {
"$drop": [],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": True,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": True,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": True,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": True,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"machineType": "<string>",
"assignPublicIP": True,
"zone": "<string>",
"overrideImage": {
"$drop": [],
"family": {
"$drop": [],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": True,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$retain/nodePools": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": ["<string>"],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": True,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": True,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"$replace/provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": True,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": { "exact": "<string>" },
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": ["<string>"],
"extraNodePolicies": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": ["<string>"],
"overrideImage": { "exact": "<string>" },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": ["<string>"],
"extraSecurityGroupIds": ["<string>"],
"cpuOptions": { "nestedVirtualization": True }
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": ["<string>"],
"authorizedKeys": ["<string>"],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": { "dnsForwarder": "<string>" },
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": ["<string>"],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": ["<string>"],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": ["<string>"],
"networkId": "<string>"
},
"ephemeral": { "nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
] },
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": True,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": ["<string>"],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"sshKeys": ["<string>"],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [123],
"overrideImage": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": ["<string>"],
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": ["<string>"],
"extraSshKeys": ["<string>"],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": ["<string>"]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": ["<string>"],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": True,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": True,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"$drop": [],
"dashboard": {},
"$replace/dashboard": {},
"headlamp": {},
"$replace/headlamp": {},
"azureWorkloadIdentity": {
"$drop": ["tenantId"],
"tenantId": "<string>"
},
"$replace/azureWorkloadIdentity": { "tenantId": "<string>" },
"awsWorkloadIdentity": {},
"$replace/awsWorkloadIdentity": {},
"localPathStorage": {},
"$replace/localPathStorage": {},
"metrics": {
"$drop": [],
"kubeState": True,
"coreDns": True,
"kubelet": True,
"apiserver": True,
"nodeExporter": True,
"cadvisor": True,
"scrapeAnnotated": {
"$drop": [],
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
},
"$replace/scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"$replace/metrics": {
"kubeState": True,
"coreDns": True,
"kubelet": True,
"apiserver": True,
"nodeExporter": True,
"cadvisor": True,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"$drop": [],
"auditEnabled": True,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": True,
"kubelet": True,
"kernel": True,
"events": True
},
"$replace/logs": {
"auditEnabled": True,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": True,
"kubelet": True,
"kernel": True,
"events": True
},
"registryMirror": {
"$drop": ["mirrors"],
"mirrors": [
{
"registry": "<string>",
"mirrors": ["<string>"]
}
],
"$drop/mirrors": ["<string>"],
"$append/mirrors": [
{
"registry": "<string>",
"mirrors": ["<string>"]
}
],
"$patch/mirrors": [
{
"$drop": [],
"$replace/registry": "<string>",
"registry": "<unknown>",
"mirrors": ["<string>"],
"$drop/mirrors": ["<string>"],
"$append/mirrors": ["<string>"],
"$retain/mirrors": ["<string>"]
}
],
"$retain/mirrors": ["<string>"]
},
"$replace/registryMirror": { "mirrors": [
{
"registry": "<string>",
"mirrors": ["<string>"]
}
] },
"nvidia": {
"$drop": ["taintGPUNodes"],
"taintGPUNodes": True
},
"$replace/nvidia": { "taintGPUNodes": True },
"awsEFS": {
"$drop": ["roleArn"],
"roleArn": "<string>"
},
"$replace/awsEFS": { "roleArn": "<string>" },
"awsECR": {
"$drop": ["roleArn"],
"roleArn": "<string>"
},
"$replace/awsECR": { "roleArn": "<string>" },
"awsELB": {
"$drop": ["roleArn"],
"roleArn": "<string>"
},
"$replace/awsELB": { "roleArn": "<string>" },
"azureACR": {
"$drop": ["clientId"],
"clientId": "<string>"
},
"$replace/azureACR": { "clientId": "<string>" },
"sysbox": {},
"$replace/sysbox": {},
"byok": {
"$drop": [],
"ignoreUpdates": True,
"location": "<string>",
"config": {
"$drop": [],
"actuator": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {},
"$replace/env": {}
},
"$replace/actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"$drop": ["enabled"],
"enabled": True
},
"$replace/juicefs": { "enabled": True },
"middlebox": {
"$drop": [],
"enabled": True,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"$replace/middlebox": {
"enabled": True,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"$drop": [],
"deploymentReplicas": 123,
"pdb": {
"$drop": ["maxUnavailable"],
"maxUnavailable": 123
},
"$replace/pdb": { "maxUnavailable": 123 }
},
"$replace/common": {
"deploymentReplicas": 123,
"pdb": { "maxUnavailable": 123 }
},
"longhorn": {
"$drop": [],
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": True
},
"$replace/longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": True
},
"byok": {
"$drop": ["noDefaultStorageClasses"],
"noDefaultStorageClasses": True
},
"$replace/byok": { "noDefaultStorageClasses": True },
"ingress": {
"$drop": [],
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"$replace/ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"$drop": [],
"istiod": {
"$drop": [],
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"$replace/istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"$drop": [],
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"$replace/ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"$drop": [],
"minCpu": "<string>",
"minMemory": "<string>"
},
"$replace/sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"$replace/istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"$replace/logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"$drop": [],
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"$drop": ["minMemory"],
"minMemory": "<string>"
},
"$replace/kubeStateMetrics": { "minMemory": "<string>" },
"prometheus": {
"$drop": ["main"],
"main": {
"$drop": ["storage"],
"storage": "<string>"
},
"$replace/main": { "storage": "<string>" }
},
"$replace/prometheus": { "main": { "storage": "<string>" } },
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"$drop/remoteWrite": ["<string>"],
"$append/remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"$patch/remoteWrite": [
{
"$drop": [],
"basic_auth": {
"$drop": [],
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"$replace/basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"$drop": [],
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"$replace/authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"$replace/oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"$replace/tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"$replace/proxy_connect_header": {},
"http_headers": {},
"$replace/http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"$replace/headers": {},
"write_relabel_configs": [{}],
"$drop/write_relabel_configs": ["<string>"],
"$append/write_relabel_configs": [{}],
"$patch/write_relabel_configs": [{}],
"$retain/write_relabel_configs": ["<string>"],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"$replace/sigv4": {},
"azuread": {},
"$replace/azuread": {},
"google_iam": {},
"$replace/google_iam": {},
"queue_config": {},
"$replace/queue_config": {}
}
],
"$retain/remoteWrite": ["<string>"],
"externalLabels": {},
"$replace/externalLabels": {}
},
"$replace/monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": { "minMemory": "<string>" },
"prometheus": { "main": { "storage": "<string>" } },
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"$replace/redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"$drop": [],
"minCpu": "<string>",
"minMemory": "<string>"
},
"$replace/tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
},
"$replace/internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
},
"$replace/config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": { "enabled": True },
"middlebox": {
"enabled": True,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": { "maxUnavailable": 123 }
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": True
},
"byok": { "noDefaultStorageClasses": True },
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": { "minMemory": "<string>" },
"prometheus": { "main": { "storage": "<string>" } },
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"$replace/byok": {
"ignoreUpdates": True,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": { "enabled": True },
"middlebox": {
"enabled": True,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": { "maxUnavailable": 123 }
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": True
},
"byok": { "noDefaultStorageClasses": True },
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": { "minMemory": "<string>" },
"prometheus": { "main": { "storage": "<string>" } },
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": {
"$drop": ["scratchSpaceStorageClass"],
"scratchSpaceStorageClass": "<string>"
},
"$replace/kubevirt": { "scratchSpaceStorageClass": "<string>" },
"nodeLocalDns": {},
"$replace/nodeLocalDns": {}
},
"$replace/addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": { "tenantId": "<string>" },
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": True,
"coreDns": True,
"kubelet": True,
"apiserver": True,
"nodeExporter": True,
"cadvisor": True,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": True,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": True,
"kubelet": True,
"kernel": True,
"events": True
},
"registryMirror": { "mirrors": [
{
"registry": "<string>",
"mirrors": ["<string>"]
}
] },
"nvidia": { "taintGPUNodes": True },
"awsEFS": { "roleArn": "<string>" },
"awsECR": { "roleArn": "<string>" },
"awsELB": { "roleArn": "<string>" },
"azureACR": { "clientId": "<string>" },
"sysbox": {},
"byok": {
"ignoreUpdates": True,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": { "enabled": True },
"middlebox": {
"enabled": True,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": { "maxUnavailable": 123 }
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": True
},
"byok": { "noDefaultStorageClasses": True },
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": { "minMemory": "<string>" },
"prometheus": { "main": { "storage": "<string>" } },
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": { "scratchSpaceStorageClass": "<string>" },
"nodeLocalDns": {}
}
},
"$replace/spec": {
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": True,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": { "exact": "<string>" },
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": ["<string>"],
"extraNodePolicies": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": ["<string>"],
"overrideImage": { "exact": "<string>" },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": ["<string>"],
"extraSecurityGroupIds": ["<string>"],
"cpuOptions": { "nestedVirtualization": True }
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": ["<string>"],
"authorizedKeys": ["<string>"],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": { "dnsForwarder": "<string>" },
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": ["<string>"],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": ["<string>"],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": ["<string>"],
"networkId": "<string>"
},
"ephemeral": { "nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
] },
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": True,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": ["<string>"],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"sshKeys": ["<string>"],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [123],
"overrideImage": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": ["<string>"],
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": ["<string>"],
"extraSshKeys": ["<string>"],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": ["<string>"]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": ["<string>"],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": True,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": True,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": { "tenantId": "<string>" },
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": True,
"coreDns": True,
"kubelet": True,
"apiserver": True,
"nodeExporter": True,
"cadvisor": True,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": True,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": True,
"kubelet": True,
"kernel": True,
"events": True
},
"registryMirror": { "mirrors": [
{
"registry": "<string>",
"mirrors": ["<string>"]
}
] },
"nvidia": { "taintGPUNodes": True },
"awsEFS": { "roleArn": "<string>" },
"awsECR": { "roleArn": "<string>" },
"awsELB": { "roleArn": "<string>" },
"azureACR": { "clientId": "<string>" },
"sysbox": {},
"byok": {
"ignoreUpdates": True,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": { "enabled": True },
"middlebox": {
"enabled": True,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": { "maxUnavailable": 123 }
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": True
},
"byok": { "noDefaultStorageClasses": True },
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": { "minMemory": "<string>" },
"prometheus": { "main": { "storage": "<string>" } },
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": { "scratchSpaceStorageClass": "<string>" },
"nodeLocalDns": {}
}
}
}
headers = {
"Authorization": "<api-key>",
"Content-Type": "application/json"
}
response = requests.patch(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'PATCH',
headers: {Authorization: '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({
$drop: [],
name: '<string>',
description: '<string>',
tags: {},
'$replace/tags': {},
spec: {
$drop: [],
firewall: [{sourceCIDR: '<string>', description: '<string>'}],
'$drop/firewall': ['<string>'],
'$append/firewall': [{sourceCIDR: '<string>', description: '<string>'}],
'$patch/firewall': [{$drop: [], sourceCIDR: '<string>', description: '<string>'}],
'$retain/firewall': ['<string>'],
provider: {
$drop: [],
generic: {
$drop: [],
networking: {
$drop: [],
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
'$replace/networking': {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
nodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>']
}
],
'$retain/nodePools': ['<string>']
},
'$replace/generic': {
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
nodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}]
},
hetzner: {
$drop: [],
hetznerLabels: {},
'$replace/hetznerLabels': {},
networking: {$drop: ['dnsForwarder'], dnsForwarder: '<string>'},
'$replace/networking': {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
networkId: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
serverType: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
dedicatedServerNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$drop/dedicatedServerNodePools': ['<string>'],
'$append/dedicatedServerNodePools': [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$patch/dedicatedServerNodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>']
}
],
'$retain/dedicatedServerNodePools': ['<string>'],
image: 'ubuntu-20.04',
sshKey: '<string>',
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
floatingIPSelector: {},
'$replace/floatingIPSelector': {}
},
'$replace/hetzner': {
hetznerLabels: {},
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
networkId: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
dedicatedServerNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
image: 'ubuntu-20.04',
sshKey: '<string>',
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
floatingIPSelector: {}
},
aws: {
$drop: [],
awsTags: {},
'$replace/awsTags': {},
skipCreateRoles: true,
networking: {
$drop: [],
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
'$replace/networking': {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {$drop: [], exact: '<string>'},
'$replace/image': {exact: '<string>'},
deployRoleArn: '<string>',
deployRoleChain: [{roleArn: '<string>', externalId: '<string>', sessionNamePrefix: '<string>'}],
'$drop/deployRoleChain': ['<string>'],
'$append/deployRoleChain': [{roleArn: '<string>', externalId: '<string>', sessionNamePrefix: '<string>'}],
'$patch/deployRoleChain': [
{
$drop: [],
roleArn: '<string>',
externalId: '<string>',
sessionNamePrefix: '<string>'
}
],
'$retain/deployRoleChain': ['<string>'],
vpcId: '<string>',
keyPair: '<string>',
diskEncryptionKeyArn: '<string>',
securityGroupIds: ['<string>'],
'$drop/securityGroupIds': ['<string>'],
'$append/securityGroupIds': ['<string>'],
'$retain/securityGroupIds': ['<string>'],
extraNodePolicies: ['<string>'],
'$drop/extraNodePolicies': ['<string>'],
'$append/extraNodePolicies': ['<string>'],
'$retain/extraNodePolicies': ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
instanceTypes: ['<string>'],
overrideImage: {exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
onDemandBaseCapacity: 123,
onDemandPercentageAboveBaseCapacity: 123,
spotAllocationStrategy: 'lowest-price',
subnetIds: ['<string>'],
extraSecurityGroupIds: ['<string>'],
cpuOptions: {nestedVirtualization: true}
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
instanceTypes: ['<string>'],
overrideImage: {exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
onDemandBaseCapacity: 123,
onDemandPercentageAboveBaseCapacity: 123,
spotAllocationStrategy: 'lowest-price',
subnetIds: ['<string>'],
extraSecurityGroupIds: ['<string>'],
cpuOptions: {nestedVirtualization: true}
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
instanceTypes: ['<string>'],
'$drop/instanceTypes': ['<string>'],
'$append/instanceTypes': ['<string>'],
'$retain/instanceTypes': ['<string>'],
overrideImage: {$drop: [], exact: '<string>'},
'$replace/overrideImage': {exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
onDemandBaseCapacity: 123,
onDemandPercentageAboveBaseCapacity: 123,
spotAllocationStrategy: 'lowest-price',
subnetIds: ['<string>'],
'$drop/subnetIds': ['<string>'],
'$append/subnetIds': ['<string>'],
'$retain/subnetIds': ['<string>'],
extraSecurityGroupIds: ['<string>'],
'$drop/extraSecurityGroupIds': ['<string>'],
'$append/extraSecurityGroupIds': ['<string>'],
'$retain/extraSecurityGroupIds': ['<string>'],
cpuOptions: {$drop: ['nestedVirtualization'], nestedVirtualization: true},
'$replace/cpuOptions': {nestedVirtualization: true}
}
],
'$retain/nodePools': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
'$replace/aws': {
awsTags: {},
skipCreateRoles: true,
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {exact: '<string>'},
deployRoleArn: '<string>',
deployRoleChain: [{roleArn: '<string>', externalId: '<string>', sessionNamePrefix: '<string>'}],
vpcId: '<string>',
keyPair: '<string>',
diskEncryptionKeyArn: '<string>',
securityGroupIds: ['<string>'],
extraNodePolicies: ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
instanceTypes: ['<string>'],
overrideImage: {exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
onDemandBaseCapacity: 123,
onDemandPercentageAboveBaseCapacity: 123,
spotAllocationStrategy: 'lowest-price',
subnetIds: ['<string>'],
extraSecurityGroupIds: ['<string>'],
cpuOptions: {nestedVirtualization: true}
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
linode: {
$drop: [],
region: '<string>',
tokenSecretLink: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
subnetId: '<string>',
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
subnetId: '<string>',
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
serverType: '<string>',
overrideImage: '<string>',
subnetId: '<string>',
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
image: '<string>',
authorizedUsers: ['<string>'],
'$drop/authorizedUsers': ['<string>'],
'$append/authorizedUsers': ['<string>'],
'$retain/authorizedUsers': ['<string>'],
authorizedKeys: ['<string>'],
'$drop/authorizedKeys': ['<string>'],
'$append/authorizedKeys': ['<string>'],
'$retain/authorizedKeys': ['<string>'],
vpcId: '<string>',
preInstallScript: '<string>',
networking: {$drop: ['dnsForwarder'], dnsForwarder: '<string>'},
'$replace/networking': {dnsForwarder: '<string>'},
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
'$replace/linode': {
region: '<string>',
tokenSecretLink: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
subnetId: '<string>',
minSize: 123,
maxSize: 123
}
],
image: '<string>',
authorizedUsers: ['<string>'],
authorizedKeys: ['<string>'],
vpcId: '<string>',
preInstallScript: '<string>',
networking: {dnsForwarder: '<string>'},
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
oblivus: {
$drop: [],
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
sshKeys: ['<string>'],
'$drop/sshKeys': ['<string>'],
'$append/sshKeys': ['<string>'],
'$retain/sshKeys': ['<string>'],
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$drop/unmanagedNodePools': ['<string>'],
'$append/unmanagedNodePools': [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$patch/unmanagedNodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>']
}
],
'$retain/unmanagedNodePools': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
preInstallScript: '<string>'
},
'$replace/oblivus': {
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
sshKeys: ['<string>'],
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
preInstallScript: '<string>'
},
lambdalabs: {
$drop: [],
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
sshKey: '<string>',
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$drop/unmanagedNodePools': ['<string>'],
'$append/unmanagedNodePools': [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$patch/unmanagedNodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>']
}
],
'$retain/unmanagedNodePools': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
fileSystems: ['<string>'],
'$drop/fileSystems': ['<string>'],
'$append/fileSystems': ['<string>'],
'$retain/fileSystems': ['<string>'],
preInstallScript: '<string>'
},
'$replace/lambdalabs': {
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
sshKey: '<string>',
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
fileSystems: ['<string>'],
preInstallScript: '<string>'
},
paperspace: {
$drop: [],
tokenSecretLink: '<string>',
sharedDrives: ['<string>'],
'$drop/sharedDrives': ['<string>'],
'$append/sharedDrives': ['<string>'],
'$retain/sharedDrives': ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123,
bootDiskSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123,
bootDiskSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
minSize: 123,
maxSize: 123,
bootDiskSize: 123
}
],
'$retain/nodePools': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$drop/unmanagedNodePools': ['<string>'],
'$append/unmanagedNodePools': [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$patch/unmanagedNodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>']
}
],
'$retain/unmanagedNodePools': ['<string>'],
preInstallScript: '<string>',
userIds: ['<string>'],
'$drop/userIds': ['<string>'],
'$append/userIds': ['<string>'],
'$retain/userIds': ['<string>'],
networkId: '<string>'
},
'$replace/paperspace': {
tokenSecretLink: '<string>',
sharedDrives: ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123,
bootDiskSize: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
preInstallScript: '<string>',
userIds: ['<string>'],
networkId: '<string>'
},
ephemeral: {
$drop: [],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
count: 123,
flavor: 'debian',
cpu: '<string>',
memory: '<string>'
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
count: 123,
flavor: 'debian',
cpu: '<string>',
memory: '<string>'
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
count: 123,
flavor: 'debian',
cpu: '<string>',
memory: '<string>'
}
],
'$retain/nodePools': ['<string>']
},
'$replace/ephemeral': {
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
count: 123,
flavor: 'debian',
cpu: '<string>',
memory: '<string>'
}
]
},
triton: {
$drop: [],
connection: {
$drop: [],
url: '<string>',
account: '<string>',
user: '<string>',
privateKeySecretLink: '<string>'
},
'$replace/connection': {
url: '<string>',
account: '<string>',
user: '<string>',
privateKeySecretLink: '<string>'
},
networking: {$drop: ['dnsForwarder'], dnsForwarder: '<string>'},
'$replace/networking': {dnsForwarder: '<string>'},
preInstallScript: '<string>',
loadBalancer: {
$drop: [],
manual: {
$drop: [],
packageId: '<string>',
imageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
'$drop/privateNetworkIds': ['<string>'],
'$append/privateNetworkIds': ['<string>'],
'$retain/privateNetworkIds': ['<string>'],
metadata: {},
'$replace/metadata': {},
tags: {},
'$replace/tags': {},
logging: {$drop: [], nodePort: 123, externalSyslog: '<string>'},
'$replace/logging': {nodePort: 123, externalSyslog: '<string>'},
count: 123,
cnsInternalDomain: '<string>',
cnsPublicDomain: '<string>'
},
'$replace/manual': {
packageId: '<string>',
imageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
metadata: {},
tags: {},
logging: {nodePort: 123, externalSyslog: '<string>'},
count: 123,
cnsInternalDomain: '<string>',
cnsPublicDomain: '<string>'
},
none: {},
'$replace/none': {},
gateway: {},
'$replace/gateway': {}
},
'$replace/loadBalancer': {
manual: {
packageId: '<string>',
imageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
metadata: {},
tags: {},
logging: {nodePort: 123, externalSyslog: '<string>'},
count: 123,
cnsInternalDomain: '<string>',
cnsPublicDomain: '<string>'
},
none: {},
gateway: {}
},
privateNetworkId: '<string>',
firewallEnabled: true,
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
packageId: '<string>',
overrideImageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
tritonTags: {},
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
packageId: '<string>',
overrideImageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
tritonTags: {},
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
packageId: '<string>',
overrideImageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
'$drop/privateNetworkIds': ['<string>'],
'$append/privateNetworkIds': ['<string>'],
'$retain/privateNetworkIds': ['<string>'],
tritonTags: {},
'$replace/tritonTags': {},
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
imageId: '<string>',
sshKeys: ['<string>'],
'$drop/sshKeys': ['<string>'],
'$append/sshKeys': ['<string>'],
'$retain/sshKeys': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
'$replace/triton': {
connection: {
url: '<string>',
account: '<string>',
user: '<string>',
privateKeySecretLink: '<string>'
},
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
loadBalancer: {
manual: {
packageId: '<string>',
imageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
metadata: {},
tags: {},
logging: {nodePort: 123, externalSyslog: '<string>'},
count: 123,
cnsInternalDomain: '<string>',
cnsPublicDomain: '<string>'
},
none: {},
gateway: {}
},
privateNetworkId: '<string>',
firewallEnabled: true,
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
packageId: '<string>',
overrideImageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
tritonTags: {},
minSize: 123,
maxSize: 123
}
],
imageId: '<string>',
sshKeys: ['<string>'],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
azure: {
$drop: [],
location: '<string>',
subscriptionId: '<string>',
sdkSecretLink: '<string>',
resourceGroup: '<string>',
networking: {
$drop: [],
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
'$replace/networking': {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {
$drop: [],
reference: {
$drop: [],
publisher: '<string>',
offer: '<string>',
sku: '<string>',
version: '<string>'
},
'$replace/reference': {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
'$replace/image': {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
sshKeys: ['<string>'],
'$drop/sshKeys': ['<string>'],
'$append/sshKeys': ['<string>'],
'$retain/sshKeys': ['<string>'],
networkId: '<string>',
tags: {},
'$replace/tags': {},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
size: '<string>',
subnetId: '<string>',
zones: [123],
overrideImage: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
bootDiskSize: 123,
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
size: '<string>',
subnetId: '<string>',
zones: [123],
overrideImage: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
bootDiskSize: 123,
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
size: '<string>',
subnetId: '<string>',
zones: [123],
'$drop/zones': [123],
'$append/zones': [123],
'$retain/zones': [123],
overrideImage: {
$drop: [],
reference: {
$drop: [],
publisher: '<string>',
offer: '<string>',
sku: '<string>',
version: '<string>'
},
'$replace/reference': {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
'$replace/overrideImage': {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
bootDiskSize: 123,
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
'$replace/azure': {
location: '<string>',
subscriptionId: '<string>',
sdkSecretLink: '<string>',
resourceGroup: '<string>',
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
sshKeys: ['<string>'],
networkId: '<string>',
tags: {},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
size: '<string>',
subnetId: '<string>',
zones: [123],
overrideImage: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
bootDiskSize: 123,
minSize: 123,
maxSize: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
digitalocean: {
$drop: [],
digitalOceanTags: ['<string>'],
'$drop/digitalOceanTags': ['<string>'],
'$append/digitalOceanTags': ['<string>'],
'$retain/digitalOceanTags': ['<string>'],
networking: {$drop: ['dnsForwarder'], dnsForwarder: '<string>'},
'$replace/networking': {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
vpcId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
dropletSize: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
dropletSize: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
dropletSize: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
image: '<string>',
sshKeys: ['<string>'],
'$drop/sshKeys': ['<string>'],
'$append/sshKeys': ['<string>'],
'$retain/sshKeys': ['<string>'],
extraSshKeys: ['<string>'],
'$drop/extraSshKeys': ['<string>'],
'$append/extraSshKeys': ['<string>'],
'$retain/extraSshKeys': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
reservedIPs: ['<string>'],
'$drop/reservedIPs': ['<string>'],
'$append/reservedIPs': ['<string>'],
'$retain/reservedIPs': ['<string>']
},
'$replace/digitalocean': {
digitalOceanTags: ['<string>'],
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
vpcId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
dropletSize: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
image: '<string>',
sshKeys: ['<string>'],
extraSshKeys: ['<string>'],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
reservedIPs: ['<string>']
},
gcp: {
$drop: [],
projectId: '<string>',
region: '<string>',
labels: {},
'$replace/labels': {},
tags: ['<string>'],
'$drop/tags': ['<string>'],
'$append/tags': ['<string>'],
'$retain/tags': ['<string>'],
metadata: {},
'$replace/metadata': {},
network: '<string>',
saKeyLink: '<string>',
networking: {
$drop: [],
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
'$replace/networking': {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {
$drop: [],
family: {$drop: [], project: '<string>', family: '<string>'},
'$replace/family': {project: '<string>', family: '<string>'},
exact: '<string>'
},
'$replace/image': {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
machineType: '<string>',
assignPublicIP: true,
zone: '<string>',
overrideImage: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
preemptible: true,
subnet: '<string>',
localPersistentDisks: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
machineType: '<string>',
assignPublicIP: true,
zone: '<string>',
overrideImage: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
preemptible: true,
subnet: '<string>',
localPersistentDisks: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
machineType: '<string>',
assignPublicIP: true,
zone: '<string>',
overrideImage: {
$drop: [],
family: {$drop: [], project: '<string>', family: '<string>'},
'$replace/family': {project: '<string>', family: '<string>'},
exact: '<string>'
},
'$replace/overrideImage': {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
preemptible: true,
subnet: '<string>',
localPersistentDisks: 123
}
],
'$retain/nodePools': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
'$replace/gcp': {
projectId: '<string>',
region: '<string>',
labels: {},
tags: ['<string>'],
metadata: {},
network: '<string>',
saKeyLink: '<string>',
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
machineType: '<string>',
assignPublicIP: true,
zone: '<string>',
overrideImage: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
preemptible: true,
subnet: '<string>',
localPersistentDisks: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
}
},
'$replace/provider': {
generic: {
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
nodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}]
},
hetzner: {
hetznerLabels: {},
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
networkId: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
dedicatedServerNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
image: 'ubuntu-20.04',
sshKey: '<string>',
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
floatingIPSelector: {}
},
aws: {
awsTags: {},
skipCreateRoles: true,
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {exact: '<string>'},
deployRoleArn: '<string>',
deployRoleChain: [{roleArn: '<string>', externalId: '<string>', sessionNamePrefix: '<string>'}],
vpcId: '<string>',
keyPair: '<string>',
diskEncryptionKeyArn: '<string>',
securityGroupIds: ['<string>'],
extraNodePolicies: ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
instanceTypes: ['<string>'],
overrideImage: {exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
onDemandBaseCapacity: 123,
onDemandPercentageAboveBaseCapacity: 123,
spotAllocationStrategy: 'lowest-price',
subnetIds: ['<string>'],
extraSecurityGroupIds: ['<string>'],
cpuOptions: {nestedVirtualization: true}
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
linode: {
region: '<string>',
tokenSecretLink: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
subnetId: '<string>',
minSize: 123,
maxSize: 123
}
],
image: '<string>',
authorizedUsers: ['<string>'],
authorizedKeys: ['<string>'],
vpcId: '<string>',
preInstallScript: '<string>',
networking: {dnsForwarder: '<string>'},
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
oblivus: {
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
sshKeys: ['<string>'],
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
preInstallScript: '<string>'
},
lambdalabs: {
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
sshKey: '<string>',
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
fileSystems: ['<string>'],
preInstallScript: '<string>'
},
paperspace: {
tokenSecretLink: '<string>',
sharedDrives: ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123,
bootDiskSize: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
preInstallScript: '<string>',
userIds: ['<string>'],
networkId: '<string>'
},
ephemeral: {
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
count: 123,
flavor: 'debian',
cpu: '<string>',
memory: '<string>'
}
]
},
triton: {
connection: {
url: '<string>',
account: '<string>',
user: '<string>',
privateKeySecretLink: '<string>'
},
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
loadBalancer: {
manual: {
packageId: '<string>',
imageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
metadata: {},
tags: {},
logging: {nodePort: 123, externalSyslog: '<string>'},
count: 123,
cnsInternalDomain: '<string>',
cnsPublicDomain: '<string>'
},
none: {},
gateway: {}
},
privateNetworkId: '<string>',
firewallEnabled: true,
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
packageId: '<string>',
overrideImageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
tritonTags: {},
minSize: 123,
maxSize: 123
}
],
imageId: '<string>',
sshKeys: ['<string>'],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
azure: {
location: '<string>',
subscriptionId: '<string>',
sdkSecretLink: '<string>',
resourceGroup: '<string>',
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
sshKeys: ['<string>'],
networkId: '<string>',
tags: {},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
size: '<string>',
subnetId: '<string>',
zones: [123],
overrideImage: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
bootDiskSize: 123,
minSize: 123,
maxSize: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
digitalocean: {
digitalOceanTags: ['<string>'],
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
vpcId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
dropletSize: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
image: '<string>',
sshKeys: ['<string>'],
extraSshKeys: ['<string>'],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
reservedIPs: ['<string>']
},
gcp: {
projectId: '<string>',
region: '<string>',
labels: {},
tags: ['<string>'],
metadata: {},
network: '<string>',
saKeyLink: '<string>',
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
machineType: '<string>',
assignPublicIP: true,
zone: '<string>',
overrideImage: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
preemptible: true,
subnet: '<string>',
localPersistentDisks: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
}
},
addOns: {
$drop: [],
dashboard: {},
'$replace/dashboard': {},
headlamp: {},
'$replace/headlamp': {},
azureWorkloadIdentity: {$drop: ['tenantId'], tenantId: '<string>'},
'$replace/azureWorkloadIdentity': {tenantId: '<string>'},
awsWorkloadIdentity: {},
'$replace/awsWorkloadIdentity': {},
localPathStorage: {},
'$replace/localPathStorage': {},
metrics: {
$drop: [],
kubeState: true,
coreDns: true,
kubelet: true,
apiserver: true,
nodeExporter: true,
cadvisor: true,
scrapeAnnotated: {
$drop: [],
intervalSeconds: 123,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
retainLabels: '<string>'
},
'$replace/scrapeAnnotated': {
intervalSeconds: 123,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
retainLabels: '<string>'
}
},
'$replace/metrics': {
kubeState: true,
coreDns: true,
kubelet: true,
apiserver: true,
nodeExporter: true,
cadvisor: true,
scrapeAnnotated: {
intervalSeconds: 123,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
retainLabels: '<string>'
}
},
logs: {
$drop: [],
auditEnabled: true,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
docker: true,
kubelet: true,
kernel: true,
events: true
},
'$replace/logs': {
auditEnabled: true,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
docker: true,
kubelet: true,
kernel: true,
events: true
},
registryMirror: {
$drop: ['mirrors'],
mirrors: [{registry: '<string>', mirrors: ['<string>']}],
'$drop/mirrors': ['<string>'],
'$append/mirrors': [{registry: '<string>', mirrors: ['<string>']}],
'$patch/mirrors': [
{
$drop: [],
'$replace/registry': '<string>',
registry: '<unknown>',
mirrors: ['<string>'],
'$drop/mirrors': ['<string>'],
'$append/mirrors': ['<string>'],
'$retain/mirrors': ['<string>']
}
],
'$retain/mirrors': ['<string>']
},
'$replace/registryMirror': {mirrors: [{registry: '<string>', mirrors: ['<string>']}]},
nvidia: {$drop: ['taintGPUNodes'], taintGPUNodes: true},
'$replace/nvidia': {taintGPUNodes: true},
awsEFS: {$drop: ['roleArn'], roleArn: '<string>'},
'$replace/awsEFS': {roleArn: '<string>'},
awsECR: {$drop: ['roleArn'], roleArn: '<string>'},
'$replace/awsECR': {roleArn: '<string>'},
awsELB: {$drop: ['roleArn'], roleArn: '<string>'},
'$replace/awsELB': {roleArn: '<string>'},
azureACR: {$drop: ['clientId'], clientId: '<string>'},
'$replace/azureACR': {clientId: '<string>'},
sysbox: {},
'$replace/sysbox': {},
byok: {
$drop: [],
ignoreUpdates: true,
location: '<string>',
config: {
$drop: [],
actuator: {
$drop: [],
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
env: {},
'$replace/env': {}
},
'$replace/actuator': {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
env: {}
},
juicefs: {$drop: ['enabled'], enabled: true},
'$replace/juicefs': {enabled: true},
middlebox: {
$drop: [],
enabled: true,
bandwidthAlertMbps: 123,
ip: '<string>',
ingressReplicas: 123,
port: 123
},
'$replace/middlebox': {
enabled: true,
bandwidthAlertMbps: 123,
ip: '<string>',
ingressReplicas: 123,
port: 123
},
common: {
$drop: [],
deploymentReplicas: 123,
pdb: {$drop: ['maxUnavailable'], maxUnavailable: 123},
'$replace/pdb': {maxUnavailable: 123}
},
'$replace/common': {deploymentReplicas: 123, pdb: {maxUnavailable: 123}},
longhorn: {$drop: [], numberOfReplicas: 123, replicas: 123, isDefault: true},
'$replace/longhorn': {numberOfReplicas: 123, replicas: 123, isDefault: true},
byok: {$drop: ['noDefaultStorageClasses'], noDefaultStorageClasses: true},
'$replace/byok': {noDefaultStorageClasses: true},
ingress: {$drop: [], cpu: '<string>', memory: '<string>', targetPercent: 123},
'$replace/ingress': {cpu: '<string>', memory: '<string>', targetPercent: 123},
istio: {
$drop: [],
istiod: {
$drop: [],
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
'$replace/istiod': {
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
ingressgateway: {$drop: [], replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
'$replace/ingressgateway': {replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
sidecar: {$drop: [], minCpu: '<string>', minMemory: '<string>'},
'$replace/sidecar': {minCpu: '<string>', minMemory: '<string>'}
},
'$replace/istio': {
istiod: {
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
ingressgateway: {replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
sidecar: {minCpu: '<string>', minMemory: '<string>'}
},
logSplitter: {
$drop: [],
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
memBufferSize: '<string>',
perPodRate: 123
},
'$replace/logSplitter': {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
memBufferSize: '<string>',
perPodRate: 123
},
monitoring: {
$drop: [],
minMemory: '<string>',
maxMemory: '<string>',
kubeStateMetrics: {$drop: ['minMemory'], minMemory: '<string>'},
'$replace/kubeStateMetrics': {minMemory: '<string>'},
prometheus: {
$drop: ['main'],
main: {$drop: ['storage'], storage: '<string>'},
'$replace/main': {storage: '<string>'}
},
'$replace/prometheus': {main: {storage: '<string>'}},
remoteWrite: [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
'$drop/remoteWrite': ['<string>'],
'$append/remoteWrite': [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
'$patch/remoteWrite': [
{
$drop: [],
basic_auth: {
$drop: [],
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
'$replace/basic_auth': {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {
$drop: [],
type: '<string>',
credentials: '<string>',
credentials_file: '<string>'
},
'$replace/authorization': {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
'$replace/oauth2': {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
'$replace/tls_config': {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
'$replace/proxy_connect_header': {},
http_headers: {},
'$replace/http_headers': {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
'$replace/headers': {},
write_relabel_configs: [{}],
'$drop/write_relabel_configs': ['<string>'],
'$append/write_relabel_configs': [{}],
'$patch/write_relabel_configs': [{}],
'$retain/write_relabel_configs': ['<string>'],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
'$replace/sigv4': {},
azuread: {},
'$replace/azuread': {},
google_iam: {},
'$replace/google_iam': {},
queue_config: {},
'$replace/queue_config': {}
}
],
'$retain/remoteWrite': ['<string>'],
externalLabels: {},
'$replace/externalLabels': {}
},
'$replace/monitoring': {
minMemory: '<string>',
maxMemory: '<string>',
kubeStateMetrics: {minMemory: '<string>'},
prometheus: {main: {storage: '<string>'}},
remoteWrite: [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
externalLabels: {}
},
redis: {
$drop: [],
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: '<string>'
},
'$replace/redis': {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: '<string>'
},
redisHa: {
$drop: [],
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
'$replace/redisHa': {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
redisSentinel: {
$drop: [],
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
'$replace/redisSentinel': {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
tempoAgent: {$drop: [], minCpu: '<string>', minMemory: '<string>'},
'$replace/tempoAgent': {minCpu: '<string>', minMemory: '<string>'},
internalDns: {
$drop: [],
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>'
},
'$replace/internalDns': {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>'
}
},
'$replace/config': {
actuator: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
env: {}
},
juicefs: {enabled: true},
middlebox: {
enabled: true,
bandwidthAlertMbps: 123,
ip: '<string>',
ingressReplicas: 123,
port: 123
},
common: {deploymentReplicas: 123, pdb: {maxUnavailable: 123}},
longhorn: {numberOfReplicas: 123, replicas: 123, isDefault: true},
byok: {noDefaultStorageClasses: true},
ingress: {cpu: '<string>', memory: '<string>', targetPercent: 123},
istio: {
istiod: {
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
ingressgateway: {replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
sidecar: {minCpu: '<string>', minMemory: '<string>'}
},
logSplitter: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
memBufferSize: '<string>',
perPodRate: 123
},
monitoring: {
minMemory: '<string>',
maxMemory: '<string>',
kubeStateMetrics: {minMemory: '<string>'},
prometheus: {main: {storage: '<string>'}},
remoteWrite: [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
externalLabels: {}
},
redis: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: '<string>'
},
redisHa: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
redisSentinel: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
tempoAgent: {minCpu: '<string>', minMemory: '<string>'},
internalDns: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>'
}
}
},
'$replace/byok': {
ignoreUpdates: true,
location: '<string>',
config: {
actuator: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
env: {}
},
juicefs: {enabled: true},
middlebox: {
enabled: true,
bandwidthAlertMbps: 123,
ip: '<string>',
ingressReplicas: 123,
port: 123
},
common: {deploymentReplicas: 123, pdb: {maxUnavailable: 123}},
longhorn: {numberOfReplicas: 123, replicas: 123, isDefault: true},
byok: {noDefaultStorageClasses: true},
ingress: {cpu: '<string>', memory: '<string>', targetPercent: 123},
istio: {
istiod: {
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
ingressgateway: {replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
sidecar: {minCpu: '<string>', minMemory: '<string>'}
},
logSplitter: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
memBufferSize: '<string>',
perPodRate: 123
},
monitoring: {
minMemory: '<string>',
maxMemory: '<string>',
kubeStateMetrics: {minMemory: '<string>'},
prometheus: {main: {storage: '<string>'}},
remoteWrite: [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
externalLabels: {}
},
redis: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: '<string>'
},
redisHa: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
redisSentinel: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
tempoAgent: {minCpu: '<string>', minMemory: '<string>'},
internalDns: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>'
}
}
},
kubevirt: {$drop: ['scratchSpaceStorageClass'], scratchSpaceStorageClass: '<string>'},
'$replace/kubevirt': {scratchSpaceStorageClass: '<string>'},
nodeLocalDns: {},
'$replace/nodeLocalDns': {}
},
'$replace/addOns': {
dashboard: {},
headlamp: {},
azureWorkloadIdentity: {tenantId: '<string>'},
awsWorkloadIdentity: {},
localPathStorage: {},
metrics: {
kubeState: true,
coreDns: true,
kubelet: true,
apiserver: true,
nodeExporter: true,
cadvisor: true,
scrapeAnnotated: {
intervalSeconds: 123,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
retainLabels: '<string>'
}
},
logs: {
auditEnabled: true,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
docker: true,
kubelet: true,
kernel: true,
events: true
},
registryMirror: {mirrors: [{registry: '<string>', mirrors: ['<string>']}]},
nvidia: {taintGPUNodes: true},
awsEFS: {roleArn: '<string>'},
awsECR: {roleArn: '<string>'},
awsELB: {roleArn: '<string>'},
azureACR: {clientId: '<string>'},
sysbox: {},
byok: {
ignoreUpdates: true,
location: '<string>',
config: {
actuator: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
env: {}
},
juicefs: {enabled: true},
middlebox: {
enabled: true,
bandwidthAlertMbps: 123,
ip: '<string>',
ingressReplicas: 123,
port: 123
},
common: {deploymentReplicas: 123, pdb: {maxUnavailable: 123}},
longhorn: {numberOfReplicas: 123, replicas: 123, isDefault: true},
byok: {noDefaultStorageClasses: true},
ingress: {cpu: '<string>', memory: '<string>', targetPercent: 123},
istio: {
istiod: {
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
ingressgateway: {replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
sidecar: {minCpu: '<string>', minMemory: '<string>'}
},
logSplitter: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
memBufferSize: '<string>',
perPodRate: 123
},
monitoring: {
minMemory: '<string>',
maxMemory: '<string>',
kubeStateMetrics: {minMemory: '<string>'},
prometheus: {main: {storage: '<string>'}},
remoteWrite: [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
externalLabels: {}
},
redis: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: '<string>'
},
redisHa: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
redisSentinel: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
tempoAgent: {minCpu: '<string>', minMemory: '<string>'},
internalDns: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>'
}
}
},
kubevirt: {scratchSpaceStorageClass: '<string>'},
nodeLocalDns: {}
}
},
'$replace/spec': {
firewall: [{sourceCIDR: '<string>', description: '<string>'}],
provider: {
generic: {
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
nodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}]
},
hetzner: {
hetznerLabels: {},
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
networkId: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
dedicatedServerNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
image: 'ubuntu-20.04',
sshKey: '<string>',
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
floatingIPSelector: {}
},
aws: {
awsTags: {},
skipCreateRoles: true,
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {exact: '<string>'},
deployRoleArn: '<string>',
deployRoleChain: [{roleArn: '<string>', externalId: '<string>', sessionNamePrefix: '<string>'}],
vpcId: '<string>',
keyPair: '<string>',
diskEncryptionKeyArn: '<string>',
securityGroupIds: ['<string>'],
extraNodePolicies: ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
instanceTypes: ['<string>'],
overrideImage: {exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
onDemandBaseCapacity: 123,
onDemandPercentageAboveBaseCapacity: 123,
spotAllocationStrategy: 'lowest-price',
subnetIds: ['<string>'],
extraSecurityGroupIds: ['<string>'],
cpuOptions: {nestedVirtualization: true}
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
linode: {
region: '<string>',
tokenSecretLink: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
subnetId: '<string>',
minSize: 123,
maxSize: 123
}
],
image: '<string>',
authorizedUsers: ['<string>'],
authorizedKeys: ['<string>'],
vpcId: '<string>',
preInstallScript: '<string>',
networking: {dnsForwarder: '<string>'},
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
oblivus: {
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
sshKeys: ['<string>'],
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
preInstallScript: '<string>'
},
lambdalabs: {
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
sshKey: '<string>',
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
fileSystems: ['<string>'],
preInstallScript: '<string>'
},
paperspace: {
tokenSecretLink: '<string>',
sharedDrives: ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123,
bootDiskSize: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
preInstallScript: '<string>',
userIds: ['<string>'],
networkId: '<string>'
},
ephemeral: {
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
count: 123,
flavor: 'debian',
cpu: '<string>',
memory: '<string>'
}
]
},
triton: {
connection: {
url: '<string>',
account: '<string>',
user: '<string>',
privateKeySecretLink: '<string>'
},
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
loadBalancer: {
manual: {
packageId: '<string>',
imageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
metadata: {},
tags: {},
logging: {nodePort: 123, externalSyslog: '<string>'},
count: 123,
cnsInternalDomain: '<string>',
cnsPublicDomain: '<string>'
},
none: {},
gateway: {}
},
privateNetworkId: '<string>',
firewallEnabled: true,
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
packageId: '<string>',
overrideImageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
tritonTags: {},
minSize: 123,
maxSize: 123
}
],
imageId: '<string>',
sshKeys: ['<string>'],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
azure: {
location: '<string>',
subscriptionId: '<string>',
sdkSecretLink: '<string>',
resourceGroup: '<string>',
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
sshKeys: ['<string>'],
networkId: '<string>',
tags: {},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
size: '<string>',
subnetId: '<string>',
zones: [123],
overrideImage: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
bootDiskSize: 123,
minSize: 123,
maxSize: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
digitalocean: {
digitalOceanTags: ['<string>'],
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
vpcId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
dropletSize: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
image: '<string>',
sshKeys: ['<string>'],
extraSshKeys: ['<string>'],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
reservedIPs: ['<string>']
},
gcp: {
projectId: '<string>',
region: '<string>',
labels: {},
tags: ['<string>'],
metadata: {},
network: '<string>',
saKeyLink: '<string>',
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
machineType: '<string>',
assignPublicIP: true,
zone: '<string>',
overrideImage: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
preemptible: true,
subnet: '<string>',
localPersistentDisks: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
}
},
addOns: {
dashboard: {},
headlamp: {},
azureWorkloadIdentity: {tenantId: '<string>'},
awsWorkloadIdentity: {},
localPathStorage: {},
metrics: {
kubeState: true,
coreDns: true,
kubelet: true,
apiserver: true,
nodeExporter: true,
cadvisor: true,
scrapeAnnotated: {
intervalSeconds: 123,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
retainLabels: '<string>'
}
},
logs: {
auditEnabled: true,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
docker: true,
kubelet: true,
kernel: true,
events: true
},
registryMirror: {mirrors: [{registry: '<string>', mirrors: ['<string>']}]},
nvidia: {taintGPUNodes: true},
awsEFS: {roleArn: '<string>'},
awsECR: {roleArn: '<string>'},
awsELB: {roleArn: '<string>'},
azureACR: {clientId: '<string>'},
sysbox: {},
byok: {
ignoreUpdates: true,
location: '<string>',
config: {
actuator: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
env: {}
},
juicefs: {enabled: true},
middlebox: {
enabled: true,
bandwidthAlertMbps: 123,
ip: '<string>',
ingressReplicas: 123,
port: 123
},
common: {deploymentReplicas: 123, pdb: {maxUnavailable: 123}},
longhorn: {numberOfReplicas: 123, replicas: 123, isDefault: true},
byok: {noDefaultStorageClasses: true},
ingress: {cpu: '<string>', memory: '<string>', targetPercent: 123},
istio: {
istiod: {
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
ingressgateway: {replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
sidecar: {minCpu: '<string>', minMemory: '<string>'}
},
logSplitter: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
memBufferSize: '<string>',
perPodRate: 123
},
monitoring: {
minMemory: '<string>',
maxMemory: '<string>',
kubeStateMetrics: {minMemory: '<string>'},
prometheus: {main: {storage: '<string>'}},
remoteWrite: [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
externalLabels: {}
},
redis: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: '<string>'
},
redisHa: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
redisSentinel: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
tempoAgent: {minCpu: '<string>', minMemory: '<string>'},
internalDns: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>'
}
}
},
kubevirt: {scratchSpaceStorageClass: '<string>'},
nodeLocalDns: {}
}
}
})
};
fetch('https://api.cpln.io/org/{org}/mk8s/{name}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.cpln.io/org/{org}/mk8s/{name}",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "PATCH",
CURLOPT_POSTFIELDS => json_encode([
'$drop' => [
],
'name' => '<string>',
'description' => '<string>',
'tags' => [
],
'$replace/tags' => [
],
'spec' => [
'$drop' => [
],
'firewall' => [
[
'sourceCIDR' => '<string>',
'description' => '<string>'
]
],
'$drop/firewall' => [
'<string>'
],
'$append/firewall' => [
[
'sourceCIDR' => '<string>',
'description' => '<string>'
]
],
'$patch/firewall' => [
[
'$drop' => [
],
'sourceCIDR' => '<string>',
'description' => '<string>'
]
],
'$retain/firewall' => [
'<string>'
],
'provider' => [
'$drop' => [
],
'generic' => [
'$drop' => [
],
'networking' => [
'$drop' => [
],
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
]
]
],
'$retain/nodePools' => [
'<string>'
]
],
'$replace/generic' => [
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
]
],
'hetzner' => [
'$drop' => [
],
'hetznerLabels' => [
],
'$replace/hetznerLabels' => [
],
'networking' => [
'$drop' => [
'dnsForwarder'
],
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'networkId' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'dedicatedServerNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$drop/dedicatedServerNodePools' => [
'<string>'
],
'$append/dedicatedServerNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$patch/dedicatedServerNodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
]
]
],
'$retain/dedicatedServerNodePools' => [
'<string>'
],
'image' => 'ubuntu-20.04',
'sshKey' => '<string>',
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'floatingIPSelector' => [
],
'$replace/floatingIPSelector' => [
]
],
'$replace/hetzner' => [
'hetznerLabels' => [
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'networkId' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'dedicatedServerNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'image' => 'ubuntu-20.04',
'sshKey' => '<string>',
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'floatingIPSelector' => [
]
],
'aws' => [
'$drop' => [
],
'awsTags' => [
],
'$replace/awsTags' => [
],
'skipCreateRoles' => true,
'networking' => [
'$drop' => [
],
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'$drop' => [
],
'exact' => '<string>'
],
'$replace/image' => [
'exact' => '<string>'
],
'deployRoleArn' => '<string>',
'deployRoleChain' => [
[
'roleArn' => '<string>',
'externalId' => '<string>',
'sessionNamePrefix' => '<string>'
]
],
'$drop/deployRoleChain' => [
'<string>'
],
'$append/deployRoleChain' => [
[
'roleArn' => '<string>',
'externalId' => '<string>',
'sessionNamePrefix' => '<string>'
]
],
'$patch/deployRoleChain' => [
[
'$drop' => [
],
'roleArn' => '<string>',
'externalId' => '<string>',
'sessionNamePrefix' => '<string>'
]
],
'$retain/deployRoleChain' => [
'<string>'
],
'vpcId' => '<string>',
'keyPair' => '<string>',
'diskEncryptionKeyArn' => '<string>',
'securityGroupIds' => [
'<string>'
],
'$drop/securityGroupIds' => [
'<string>'
],
'$append/securityGroupIds' => [
'<string>'
],
'$retain/securityGroupIds' => [
'<string>'
],
'extraNodePolicies' => [
'<string>'
],
'$drop/extraNodePolicies' => [
'<string>'
],
'$append/extraNodePolicies' => [
'<string>'
],
'$retain/extraNodePolicies' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'instanceTypes' => [
'<string>'
],
'overrideImage' => [
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'onDemandBaseCapacity' => 123,
'onDemandPercentageAboveBaseCapacity' => 123,
'spotAllocationStrategy' => 'lowest-price',
'subnetIds' => [
'<string>'
],
'extraSecurityGroupIds' => [
'<string>'
],
'cpuOptions' => [
'nestedVirtualization' => true
]
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'instanceTypes' => [
'<string>'
],
'overrideImage' => [
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'onDemandBaseCapacity' => 123,
'onDemandPercentageAboveBaseCapacity' => 123,
'spotAllocationStrategy' => 'lowest-price',
'subnetIds' => [
'<string>'
],
'extraSecurityGroupIds' => [
'<string>'
],
'cpuOptions' => [
'nestedVirtualization' => true
]
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'instanceTypes' => [
'<string>'
],
'$drop/instanceTypes' => [
'<string>'
],
'$append/instanceTypes' => [
'<string>'
],
'$retain/instanceTypes' => [
'<string>'
],
'overrideImage' => [
'$drop' => [
],
'exact' => '<string>'
],
'$replace/overrideImage' => [
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'onDemandBaseCapacity' => 123,
'onDemandPercentageAboveBaseCapacity' => 123,
'spotAllocationStrategy' => 'lowest-price',
'subnetIds' => [
'<string>'
],
'$drop/subnetIds' => [
'<string>'
],
'$append/subnetIds' => [
'<string>'
],
'$retain/subnetIds' => [
'<string>'
],
'extraSecurityGroupIds' => [
'<string>'
],
'$drop/extraSecurityGroupIds' => [
'<string>'
],
'$append/extraSecurityGroupIds' => [
'<string>'
],
'$retain/extraSecurityGroupIds' => [
'<string>'
],
'cpuOptions' => [
'$drop' => [
'nestedVirtualization'
],
'nestedVirtualization' => true
],
'$replace/cpuOptions' => [
'nestedVirtualization' => true
]
]
],
'$retain/nodePools' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'$replace/aws' => [
'awsTags' => [
],
'skipCreateRoles' => true,
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'exact' => '<string>'
],
'deployRoleArn' => '<string>',
'deployRoleChain' => [
[
'roleArn' => '<string>',
'externalId' => '<string>',
'sessionNamePrefix' => '<string>'
]
],
'vpcId' => '<string>',
'keyPair' => '<string>',
'diskEncryptionKeyArn' => '<string>',
'securityGroupIds' => [
'<string>'
],
'extraNodePolicies' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'instanceTypes' => [
'<string>'
],
'overrideImage' => [
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'onDemandBaseCapacity' => 123,
'onDemandPercentageAboveBaseCapacity' => 123,
'spotAllocationStrategy' => 'lowest-price',
'subnetIds' => [
'<string>'
],
'extraSecurityGroupIds' => [
'<string>'
],
'cpuOptions' => [
'nestedVirtualization' => true
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'linode' => [
'$drop' => [
],
'region' => '<string>',
'tokenSecretLink' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'subnetId' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'subnetId' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'subnetId' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'image' => '<string>',
'authorizedUsers' => [
'<string>'
],
'$drop/authorizedUsers' => [
'<string>'
],
'$append/authorizedUsers' => [
'<string>'
],
'$retain/authorizedUsers' => [
'<string>'
],
'authorizedKeys' => [
'<string>'
],
'$drop/authorizedKeys' => [
'<string>'
],
'$append/authorizedKeys' => [
'<string>'
],
'$retain/authorizedKeys' => [
'<string>'
],
'vpcId' => '<string>',
'preInstallScript' => '<string>',
'networking' => [
'$drop' => [
'dnsForwarder'
],
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'dnsForwarder' => '<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'$replace/linode' => [
'region' => '<string>',
'tokenSecretLink' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'subnetId' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'image' => '<string>',
'authorizedUsers' => [
'<string>'
],
'authorizedKeys' => [
'<string>'
],
'vpcId' => '<string>',
'preInstallScript' => '<string>',
'networking' => [
'dnsForwarder' => '<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'oblivus' => [
'$drop' => [
],
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'sshKeys' => [
'<string>'
],
'$drop/sshKeys' => [
'<string>'
],
'$append/sshKeys' => [
'<string>'
],
'$retain/sshKeys' => [
'<string>'
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$drop/unmanagedNodePools' => [
'<string>'
],
'$append/unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$patch/unmanagedNodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
]
]
],
'$retain/unmanagedNodePools' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'preInstallScript' => '<string>'
],
'$replace/oblivus' => [
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'sshKeys' => [
'<string>'
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'preInstallScript' => '<string>'
],
'lambdalabs' => [
'$drop' => [
],
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'sshKey' => '<string>',
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$drop/unmanagedNodePools' => [
'<string>'
],
'$append/unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$patch/unmanagedNodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
]
]
],
'$retain/unmanagedNodePools' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'fileSystems' => [
'<string>'
],
'$drop/fileSystems' => [
'<string>'
],
'$append/fileSystems' => [
'<string>'
],
'$retain/fileSystems' => [
'<string>'
],
'preInstallScript' => '<string>'
],
'$replace/lambdalabs' => [
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'sshKey' => '<string>',
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'fileSystems' => [
'<string>'
],
'preInstallScript' => '<string>'
],
'paperspace' => [
'$drop' => [
],
'tokenSecretLink' => '<string>',
'sharedDrives' => [
'<string>'
],
'$drop/sharedDrives' => [
'<string>'
],
'$append/sharedDrives' => [
'<string>'
],
'$retain/sharedDrives' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123,
'bootDiskSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123,
'bootDiskSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'minSize' => 123,
'maxSize' => 123,
'bootDiskSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$drop/unmanagedNodePools' => [
'<string>'
],
'$append/unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$patch/unmanagedNodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
]
]
],
'$retain/unmanagedNodePools' => [
'<string>'
],
'preInstallScript' => '<string>',
'userIds' => [
'<string>'
],
'$drop/userIds' => [
'<string>'
],
'$append/userIds' => [
'<string>'
],
'$retain/userIds' => [
'<string>'
],
'networkId' => '<string>'
],
'$replace/paperspace' => [
'tokenSecretLink' => '<string>',
'sharedDrives' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123,
'bootDiskSize' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'preInstallScript' => '<string>',
'userIds' => [
'<string>'
],
'networkId' => '<string>'
],
'ephemeral' => [
'$drop' => [
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'count' => 123,
'flavor' => 'debian',
'cpu' => '<string>',
'memory' => '<string>'
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'count' => 123,
'flavor' => 'debian',
'cpu' => '<string>',
'memory' => '<string>'
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'count' => 123,
'flavor' => 'debian',
'cpu' => '<string>',
'memory' => '<string>'
]
],
'$retain/nodePools' => [
'<string>'
]
],
'$replace/ephemeral' => [
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'count' => 123,
'flavor' => 'debian',
'cpu' => '<string>',
'memory' => '<string>'
]
]
],
'triton' => [
'$drop' => [
],
'connection' => [
'$drop' => [
],
'url' => '<string>',
'account' => '<string>',
'user' => '<string>',
'privateKeySecretLink' => '<string>'
],
'$replace/connection' => [
'url' => '<string>',
'account' => '<string>',
'user' => '<string>',
'privateKeySecretLink' => '<string>'
],
'networking' => [
'$drop' => [
'dnsForwarder'
],
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'loadBalancer' => [
'$drop' => [
],
'manual' => [
'$drop' => [
],
'packageId' => '<string>',
'imageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'$drop/privateNetworkIds' => [
'<string>'
],
'$append/privateNetworkIds' => [
'<string>'
],
'$retain/privateNetworkIds' => [
'<string>'
],
'metadata' => [
],
'$replace/metadata' => [
],
'tags' => [
],
'$replace/tags' => [
],
'logging' => [
'$drop' => [
],
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'$replace/logging' => [
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'count' => 123,
'cnsInternalDomain' => '<string>',
'cnsPublicDomain' => '<string>'
],
'$replace/manual' => [
'packageId' => '<string>',
'imageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'metadata' => [
],
'tags' => [
],
'logging' => [
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'count' => 123,
'cnsInternalDomain' => '<string>',
'cnsPublicDomain' => '<string>'
],
'none' => [
],
'$replace/none' => [
],
'gateway' => [
],
'$replace/gateway' => [
]
],
'$replace/loadBalancer' => [
'manual' => [
'packageId' => '<string>',
'imageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'metadata' => [
],
'tags' => [
],
'logging' => [
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'count' => 123,
'cnsInternalDomain' => '<string>',
'cnsPublicDomain' => '<string>'
],
'none' => [
],
'gateway' => [
]
],
'privateNetworkId' => '<string>',
'firewallEnabled' => true,
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'packageId' => '<string>',
'overrideImageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'tritonTags' => [
],
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'packageId' => '<string>',
'overrideImageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'tritonTags' => [
],
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'packageId' => '<string>',
'overrideImageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'$drop/privateNetworkIds' => [
'<string>'
],
'$append/privateNetworkIds' => [
'<string>'
],
'$retain/privateNetworkIds' => [
'<string>'
],
'tritonTags' => [
],
'$replace/tritonTags' => [
],
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'imageId' => '<string>',
'sshKeys' => [
'<string>'
],
'$drop/sshKeys' => [
'<string>'
],
'$append/sshKeys' => [
'<string>'
],
'$retain/sshKeys' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'$replace/triton' => [
'connection' => [
'url' => '<string>',
'account' => '<string>',
'user' => '<string>',
'privateKeySecretLink' => '<string>'
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'loadBalancer' => [
'manual' => [
'packageId' => '<string>',
'imageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'metadata' => [
],
'tags' => [
],
'logging' => [
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'count' => 123,
'cnsInternalDomain' => '<string>',
'cnsPublicDomain' => '<string>'
],
'none' => [
],
'gateway' => [
]
],
'privateNetworkId' => '<string>',
'firewallEnabled' => true,
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'packageId' => '<string>',
'overrideImageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'tritonTags' => [
],
'minSize' => 123,
'maxSize' => 123
]
],
'imageId' => '<string>',
'sshKeys' => [
'<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'azure' => [
'$drop' => [
],
'location' => '<string>',
'subscriptionId' => '<string>',
'sdkSecretLink' => '<string>',
'resourceGroup' => '<string>',
'networking' => [
'$drop' => [
],
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'$drop' => [
],
'reference' => [
'$drop' => [
],
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
],
'$replace/reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'$replace/image' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'sshKeys' => [
'<string>'
],
'$drop/sshKeys' => [
'<string>'
],
'$append/sshKeys' => [
'<string>'
],
'$retain/sshKeys' => [
'<string>'
],
'networkId' => '<string>',
'tags' => [
],
'$replace/tags' => [
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'size' => '<string>',
'subnetId' => '<string>',
'zones' => [
123
],
'overrideImage' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'size' => '<string>',
'subnetId' => '<string>',
'zones' => [
123
],
'overrideImage' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'size' => '<string>',
'subnetId' => '<string>',
'zones' => [
123
],
'$drop/zones' => [
123
],
'$append/zones' => [
123
],
'$retain/zones' => [
123
],
'overrideImage' => [
'$drop' => [
],
'reference' => [
'$drop' => [
],
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
],
'$replace/reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'$replace/overrideImage' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'$replace/azure' => [
'location' => '<string>',
'subscriptionId' => '<string>',
'sdkSecretLink' => '<string>',
'resourceGroup' => '<string>',
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'sshKeys' => [
'<string>'
],
'networkId' => '<string>',
'tags' => [
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'size' => '<string>',
'subnetId' => '<string>',
'zones' => [
123
],
'overrideImage' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'digitalocean' => [
'$drop' => [
],
'digitalOceanTags' => [
'<string>'
],
'$drop/digitalOceanTags' => [
'<string>'
],
'$append/digitalOceanTags' => [
'<string>'
],
'$retain/digitalOceanTags' => [
'<string>'
],
'networking' => [
'$drop' => [
'dnsForwarder'
],
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'vpcId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'dropletSize' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'dropletSize' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'dropletSize' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'image' => '<string>',
'sshKeys' => [
'<string>'
],
'$drop/sshKeys' => [
'<string>'
],
'$append/sshKeys' => [
'<string>'
],
'$retain/sshKeys' => [
'<string>'
],
'extraSshKeys' => [
'<string>'
],
'$drop/extraSshKeys' => [
'<string>'
],
'$append/extraSshKeys' => [
'<string>'
],
'$retain/extraSshKeys' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'reservedIPs' => [
'<string>'
],
'$drop/reservedIPs' => [
'<string>'
],
'$append/reservedIPs' => [
'<string>'
],
'$retain/reservedIPs' => [
'<string>'
]
],
'$replace/digitalocean' => [
'digitalOceanTags' => [
'<string>'
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'vpcId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'dropletSize' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'image' => '<string>',
'sshKeys' => [
'<string>'
],
'extraSshKeys' => [
'<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'reservedIPs' => [
'<string>'
]
],
'gcp' => [
'$drop' => [
],
'projectId' => '<string>',
'region' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'tags' => [
'<string>'
],
'$drop/tags' => [
'<string>'
],
'$append/tags' => [
'<string>'
],
'$retain/tags' => [
'<string>'
],
'metadata' => [
],
'$replace/metadata' => [
],
'network' => '<string>',
'saKeyLink' => '<string>',
'networking' => [
'$drop' => [
],
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'$drop' => [
],
'family' => [
'$drop' => [
],
'project' => '<string>',
'family' => '<string>'
],
'$replace/family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'$replace/image' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'machineType' => '<string>',
'assignPublicIP' => true,
'zone' => '<string>',
'overrideImage' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'preemptible' => true,
'subnet' => '<string>',
'localPersistentDisks' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'machineType' => '<string>',
'assignPublicIP' => true,
'zone' => '<string>',
'overrideImage' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'preemptible' => true,
'subnet' => '<string>',
'localPersistentDisks' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'machineType' => '<string>',
'assignPublicIP' => true,
'zone' => '<string>',
'overrideImage' => [
'$drop' => [
],
'family' => [
'$drop' => [
],
'project' => '<string>',
'family' => '<string>'
],
'$replace/family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'$replace/overrideImage' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'preemptible' => true,
'subnet' => '<string>',
'localPersistentDisks' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'$replace/gcp' => [
'projectId' => '<string>',
'region' => '<string>',
'labels' => [
],
'tags' => [
'<string>'
],
'metadata' => [
],
'network' => '<string>',
'saKeyLink' => '<string>',
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'machineType' => '<string>',
'assignPublicIP' => true,
'zone' => '<string>',
'overrideImage' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'preemptible' => true,
'subnet' => '<string>',
'localPersistentDisks' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
]
],
'$replace/provider' => [
'generic' => [
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
]
],
'hetzner' => [
'hetznerLabels' => [
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'networkId' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'dedicatedServerNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'image' => 'ubuntu-20.04',
'sshKey' => '<string>',
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'floatingIPSelector' => [
]
],
'aws' => [
'awsTags' => [
],
'skipCreateRoles' => true,
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'exact' => '<string>'
],
'deployRoleArn' => '<string>',
'deployRoleChain' => [
[
'roleArn' => '<string>',
'externalId' => '<string>',
'sessionNamePrefix' => '<string>'
]
],
'vpcId' => '<string>',
'keyPair' => '<string>',
'diskEncryptionKeyArn' => '<string>',
'securityGroupIds' => [
'<string>'
],
'extraNodePolicies' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'instanceTypes' => [
'<string>'
],
'overrideImage' => [
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'onDemandBaseCapacity' => 123,
'onDemandPercentageAboveBaseCapacity' => 123,
'spotAllocationStrategy' => 'lowest-price',
'subnetIds' => [
'<string>'
],
'extraSecurityGroupIds' => [
'<string>'
],
'cpuOptions' => [
'nestedVirtualization' => true
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'linode' => [
'region' => '<string>',
'tokenSecretLink' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'subnetId' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'image' => '<string>',
'authorizedUsers' => [
'<string>'
],
'authorizedKeys' => [
'<string>'
],
'vpcId' => '<string>',
'preInstallScript' => '<string>',
'networking' => [
'dnsForwarder' => '<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'oblivus' => [
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'sshKeys' => [
'<string>'
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'preInstallScript' => '<string>'
],
'lambdalabs' => [
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'sshKey' => '<string>',
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'fileSystems' => [
'<string>'
],
'preInstallScript' => '<string>'
],
'paperspace' => [
'tokenSecretLink' => '<string>',
'sharedDrives' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123,
'bootDiskSize' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'preInstallScript' => '<string>',
'userIds' => [
'<string>'
],
'networkId' => '<string>'
],
'ephemeral' => [
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'count' => 123,
'flavor' => 'debian',
'cpu' => '<string>',
'memory' => '<string>'
]
]
],
'triton' => [
'connection' => [
'url' => '<string>',
'account' => '<string>',
'user' => '<string>',
'privateKeySecretLink' => '<string>'
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'loadBalancer' => [
'manual' => [
'packageId' => '<string>',
'imageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'metadata' => [
],
'tags' => [
],
'logging' => [
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'count' => 123,
'cnsInternalDomain' => '<string>',
'cnsPublicDomain' => '<string>'
],
'none' => [
],
'gateway' => [
]
],
'privateNetworkId' => '<string>',
'firewallEnabled' => true,
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'packageId' => '<string>',
'overrideImageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'tritonTags' => [
],
'minSize' => 123,
'maxSize' => 123
]
],
'imageId' => '<string>',
'sshKeys' => [
'<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'azure' => [
'location' => '<string>',
'subscriptionId' => '<string>',
'sdkSecretLink' => '<string>',
'resourceGroup' => '<string>',
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'sshKeys' => [
'<string>'
],
'networkId' => '<string>',
'tags' => [
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'size' => '<string>',
'subnetId' => '<string>',
'zones' => [
123
],
'overrideImage' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'digitalocean' => [
'digitalOceanTags' => [
'<string>'
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'vpcId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'dropletSize' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'image' => '<string>',
'sshKeys' => [
'<string>'
],
'extraSshKeys' => [
'<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'reservedIPs' => [
'<string>'
]
],
'gcp' => [
'projectId' => '<string>',
'region' => '<string>',
'labels' => [
],
'tags' => [
'<string>'
],
'metadata' => [
],
'network' => '<string>',
'saKeyLink' => '<string>',
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'machineType' => '<string>',
'assignPublicIP' => true,
'zone' => '<string>',
'overrideImage' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'preemptible' => true,
'subnet' => '<string>',
'localPersistentDisks' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
]
],
'addOns' => [
'$drop' => [
],
'dashboard' => [
],
'$replace/dashboard' => [
],
'headlamp' => [
],
'$replace/headlamp' => [
],
'azureWorkloadIdentity' => [
'$drop' => [
'tenantId'
],
'tenantId' => '<string>'
],
'$replace/azureWorkloadIdentity' => [
'tenantId' => '<string>'
],
'awsWorkloadIdentity' => [
],
'$replace/awsWorkloadIdentity' => [
],
'localPathStorage' => [
],
'$replace/localPathStorage' => [
],
'metrics' => [
'$drop' => [
],
'kubeState' => true,
'coreDns' => true,
'kubelet' => true,
'apiserver' => true,
'nodeExporter' => true,
'cadvisor' => true,
'scrapeAnnotated' => [
'$drop' => [
],
'intervalSeconds' => 123,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'retainLabels' => '<string>'
],
'$replace/scrapeAnnotated' => [
'intervalSeconds' => 123,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'retainLabels' => '<string>'
]
],
'$replace/metrics' => [
'kubeState' => true,
'coreDns' => true,
'kubelet' => true,
'apiserver' => true,
'nodeExporter' => true,
'cadvisor' => true,
'scrapeAnnotated' => [
'intervalSeconds' => 123,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'retainLabels' => '<string>'
]
],
'logs' => [
'$drop' => [
],
'auditEnabled' => true,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'docker' => true,
'kubelet' => true,
'kernel' => true,
'events' => true
],
'$replace/logs' => [
'auditEnabled' => true,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'docker' => true,
'kubelet' => true,
'kernel' => true,
'events' => true
],
'registryMirror' => [
'$drop' => [
'mirrors'
],
'mirrors' => [
[
'registry' => '<string>',
'mirrors' => [
'<string>'
]
]
],
'$drop/mirrors' => [
'<string>'
],
'$append/mirrors' => [
[
'registry' => '<string>',
'mirrors' => [
'<string>'
]
]
],
'$patch/mirrors' => [
[
'$drop' => [
],
'$replace/registry' => '<string>',
'registry' => '<unknown>',
'mirrors' => [
'<string>'
],
'$drop/mirrors' => [
'<string>'
],
'$append/mirrors' => [
'<string>'
],
'$retain/mirrors' => [
'<string>'
]
]
],
'$retain/mirrors' => [
'<string>'
]
],
'$replace/registryMirror' => [
'mirrors' => [
[
'registry' => '<string>',
'mirrors' => [
'<string>'
]
]
]
],
'nvidia' => [
'$drop' => [
'taintGPUNodes'
],
'taintGPUNodes' => true
],
'$replace/nvidia' => [
'taintGPUNodes' => true
],
'awsEFS' => [
'$drop' => [
'roleArn'
],
'roleArn' => '<string>'
],
'$replace/awsEFS' => [
'roleArn' => '<string>'
],
'awsECR' => [
'$drop' => [
'roleArn'
],
'roleArn' => '<string>'
],
'$replace/awsECR' => [
'roleArn' => '<string>'
],
'awsELB' => [
'$drop' => [
'roleArn'
],
'roleArn' => '<string>'
],
'$replace/awsELB' => [
'roleArn' => '<string>'
],
'azureACR' => [
'$drop' => [
'clientId'
],
'clientId' => '<string>'
],
'$replace/azureACR' => [
'clientId' => '<string>'
],
'sysbox' => [
],
'$replace/sysbox' => [
],
'byok' => [
'$drop' => [
],
'ignoreUpdates' => true,
'location' => '<string>',
'config' => [
'$drop' => [
],
'actuator' => [
'$drop' => [
],
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'env' => [
],
'$replace/env' => [
]
],
'$replace/actuator' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'env' => [
]
],
'juicefs' => [
'$drop' => [
'enabled'
],
'enabled' => true
],
'$replace/juicefs' => [
'enabled' => true
],
'middlebox' => [
'$drop' => [
],
'enabled' => true,
'bandwidthAlertMbps' => 123,
'ip' => '<string>',
'ingressReplicas' => 123,
'port' => 123
],
'$replace/middlebox' => [
'enabled' => true,
'bandwidthAlertMbps' => 123,
'ip' => '<string>',
'ingressReplicas' => 123,
'port' => 123
],
'common' => [
'$drop' => [
],
'deploymentReplicas' => 123,
'pdb' => [
'$drop' => [
'maxUnavailable'
],
'maxUnavailable' => 123
],
'$replace/pdb' => [
'maxUnavailable' => 123
]
],
'$replace/common' => [
'deploymentReplicas' => 123,
'pdb' => [
'maxUnavailable' => 123
]
],
'longhorn' => [
'$drop' => [
],
'numberOfReplicas' => 123,
'replicas' => 123,
'isDefault' => true
],
'$replace/longhorn' => [
'numberOfReplicas' => 123,
'replicas' => 123,
'isDefault' => true
],
'byok' => [
'$drop' => [
'noDefaultStorageClasses'
],
'noDefaultStorageClasses' => true
],
'$replace/byok' => [
'noDefaultStorageClasses' => true
],
'ingress' => [
'$drop' => [
],
'cpu' => '<string>',
'memory' => '<string>',
'targetPercent' => 123
],
'$replace/ingress' => [
'cpu' => '<string>',
'memory' => '<string>',
'targetPercent' => 123
],
'istio' => [
'$drop' => [
],
'istiod' => [
'$drop' => [
],
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'$replace/istiod' => [
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'ingressgateway' => [
'$drop' => [
],
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'$replace/ingressgateway' => [
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'sidecar' => [
'$drop' => [
],
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'$replace/sidecar' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
]
],
'$replace/istio' => [
'istiod' => [
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'ingressgateway' => [
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'sidecar' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
]
],
'logSplitter' => [
'$drop' => [
],
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'memBufferSize' => '<string>',
'perPodRate' => 123
],
'$replace/logSplitter' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'memBufferSize' => '<string>',
'perPodRate' => 123
],
'monitoring' => [
'$drop' => [
],
'minMemory' => '<string>',
'maxMemory' => '<string>',
'kubeStateMetrics' => [
'$drop' => [
'minMemory'
],
'minMemory' => '<string>'
],
'$replace/kubeStateMetrics' => [
'minMemory' => '<string>'
],
'prometheus' => [
'$drop' => [
'main'
],
'main' => [
'$drop' => [
'storage'
],
'storage' => '<string>'
],
'$replace/main' => [
'storage' => '<string>'
]
],
'$replace/prometheus' => [
'main' => [
'storage' => '<string>'
]
],
'remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'$drop/remoteWrite' => [
'<string>'
],
'$append/remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'$patch/remoteWrite' => [
[
'$drop' => [
],
'basic_auth' => [
'$drop' => [
],
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'$replace/basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'$drop' => [
],
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'$replace/authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'$replace/oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'$replace/tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'$replace/proxy_connect_header' => [
],
'http_headers' => [
],
'$replace/http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'$replace/headers' => [
],
'write_relabel_configs' => [
[
]
],
'$drop/write_relabel_configs' => [
'<string>'
],
'$append/write_relabel_configs' => [
[
]
],
'$patch/write_relabel_configs' => [
[
]
],
'$retain/write_relabel_configs' => [
'<string>'
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'$replace/sigv4' => [
],
'azuread' => [
],
'$replace/azuread' => [
],
'google_iam' => [
],
'$replace/google_iam' => [
],
'queue_config' => [
],
'$replace/queue_config' => [
]
]
],
'$retain/remoteWrite' => [
'<string>'
],
'externalLabels' => [
],
'$replace/externalLabels' => [
]
],
'$replace/monitoring' => [
'minMemory' => '<string>',
'maxMemory' => '<string>',
'kubeStateMetrics' => [
'minMemory' => '<string>'
],
'prometheus' => [
'main' => [
'storage' => '<string>'
]
],
'remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'externalLabels' => [
]
],
'redis' => [
'$drop' => [
],
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => '<string>'
],
'$replace/redis' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => '<string>'
],
'redisHa' => [
'$drop' => [
],
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'$replace/redisHa' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'redisSentinel' => [
'$drop' => [
],
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'$replace/redisSentinel' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'tempoAgent' => [
'$drop' => [
],
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'$replace/tempoAgent' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'internalDns' => [
'$drop' => [
],
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>'
],
'$replace/internalDns' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>'
]
],
'$replace/config' => [
'actuator' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'env' => [
]
],
'juicefs' => [
'enabled' => true
],
'middlebox' => [
'enabled' => true,
'bandwidthAlertMbps' => 123,
'ip' => '<string>',
'ingressReplicas' => 123,
'port' => 123
],
'common' => [
'deploymentReplicas' => 123,
'pdb' => [
'maxUnavailable' => 123
]
],
'longhorn' => [
'numberOfReplicas' => 123,
'replicas' => 123,
'isDefault' => true
],
'byok' => [
'noDefaultStorageClasses' => true
],
'ingress' => [
'cpu' => '<string>',
'memory' => '<string>',
'targetPercent' => 123
],
'istio' => [
'istiod' => [
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'ingressgateway' => [
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'sidecar' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
]
],
'logSplitter' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'memBufferSize' => '<string>',
'perPodRate' => 123
],
'monitoring' => [
'minMemory' => '<string>',
'maxMemory' => '<string>',
'kubeStateMetrics' => [
'minMemory' => '<string>'
],
'prometheus' => [
'main' => [
'storage' => '<string>'
]
],
'remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'externalLabels' => [
]
],
'redis' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => '<string>'
],
'redisHa' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'redisSentinel' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'tempoAgent' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'internalDns' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>'
]
]
],
'$replace/byok' => [
'ignoreUpdates' => true,
'location' => '<string>',
'config' => [
'actuator' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'env' => [
]
],
'juicefs' => [
'enabled' => true
],
'middlebox' => [
'enabled' => true,
'bandwidthAlertMbps' => 123,
'ip' => '<string>',
'ingressReplicas' => 123,
'port' => 123
],
'common' => [
'deploymentReplicas' => 123,
'pdb' => [
'maxUnavailable' => 123
]
],
'longhorn' => [
'numberOfReplicas' => 123,
'replicas' => 123,
'isDefault' => true
],
'byok' => [
'noDefaultStorageClasses' => true
],
'ingress' => [
'cpu' => '<string>',
'memory' => '<string>',
'targetPercent' => 123
],
'istio' => [
'istiod' => [
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'ingressgateway' => [
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'sidecar' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
]
],
'logSplitter' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'memBufferSize' => '<string>',
'perPodRate' => 123
],
'monitoring' => [
'minMemory' => '<string>',
'maxMemory' => '<string>',
'kubeStateMetrics' => [
'minMemory' => '<string>'
],
'prometheus' => [
'main' => [
'storage' => '<string>'
]
],
'remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'externalLabels' => [
]
],
'redis' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => '<string>'
],
'redisHa' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'redisSentinel' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'tempoAgent' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'internalDns' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>'
]
]
],
'kubevirt' => [
'$drop' => [
'scratchSpaceStorageClass'
],
'scratchSpaceStorageClass' => '<string>'
],
'$replace/kubevirt' => [
'scratchSpaceStorageClass' => '<string>'
],
'nodeLocalDns' => [
],
'$replace/nodeLocalDns' => [
]
],
'$replace/addOns' => [
'dashboard' => [
],
'headlamp' => [
],
'azureWorkloadIdentity' => [
'tenantId' => '<string>'
],
'awsWorkloadIdentity' => [
],
'localPathStorage' => [
],
'metrics' => [
'kubeState' => true,
'coreDns' => true,
'kubelet' => true,
'apiserver' => true,
'nodeExporter' => true,
'cadvisor' => true,
'scrapeAnnotated' => [
'intervalSeconds' => 123,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'retainLabels' => '<string>'
]
],
'logs' => [
'auditEnabled' => true,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'docker' => true,
'kubelet' => true,
'kernel' => true,
'events' => true
],
'registryMirror' => [
'mirrors' => [
[
'registry' => '<string>',
'mirrors' => [
'<string>'
]
]
]
],
'nvidia' => [
'taintGPUNodes' => true
],
'awsEFS' => [
'roleArn' => '<string>'
],
'awsECR' => [
'roleArn' => '<string>'
],
'awsELB' => [
'roleArn' => '<string>'
],
'azureACR' => [
'clientId' => '<string>'
],
'sysbox' => [
],
'byok' => [
'ignoreUpdates' => true,
'location' => '<string>',
'config' => [
'actuator' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'env' => [
]
],
'juicefs' => [
'enabled' => true
],
'middlebox' => [
'enabled' => true,
'bandwidthAlertMbps' => 123,
'ip' => '<string>',
'ingressReplicas' => 123,
'port' => 123
],
'common' => [
'deploymentReplicas' => 123,
'pdb' => [
'maxUnavailable' => 123
]
],
'longhorn' => [
'numberOfReplicas' => 123,
'replicas' => 123,
'isDefault' => true
],
'byok' => [
'noDefaultStorageClasses' => true
],
'ingress' => [
'cpu' => '<string>',
'memory' => '<string>',
'targetPercent' => 123
],
'istio' => [
'istiod' => [
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'ingressgateway' => [
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'sidecar' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
]
],
'logSplitter' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'memBufferSize' => '<string>',
'perPodRate' => 123
],
'monitoring' => [
'minMemory' => '<string>',
'maxMemory' => '<string>',
'kubeStateMetrics' => [
'minMemory' => '<string>'
],
'prometheus' => [
'main' => [
'storage' => '<string>'
]
],
'remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'externalLabels' => [
]
],
'redis' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => '<string>'
],
'redisHa' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'redisSentinel' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'tempoAgent' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'internalDns' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>'
]
]
],
'kubevirt' => [
'scratchSpaceStorageClass' => '<string>'
],
'nodeLocalDns' => [
]
]
],
'$replace/spec' => [
'firewall' => [
[
'sourceCIDR' => '<string>',
'description' => '<string>'
]
],
'provider' => [
'generic' => [
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
]
],
'hetzner' => [
'hetznerLabels' => [
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'networkId' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'dedicatedServerNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'image' => 'ubuntu-20.04',
'sshKey' => '<string>',
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'floatingIPSelector' => [
]
],
'aws' => [
'awsTags' => [
],
'skipCreateRoles' => true,
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'exact' => '<string>'
],
'deployRoleArn' => '<string>',
'deployRoleChain' => [
[
'roleArn' => '<string>',
'externalId' => '<string>',
'sessionNamePrefix' => '<string>'
]
],
'vpcId' => '<string>',
'keyPair' => '<string>',
'diskEncryptionKeyArn' => '<string>',
'securityGroupIds' => [
'<string>'
],
'extraNodePolicies' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'instanceTypes' => [
'<string>'
],
'overrideImage' => [
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'onDemandBaseCapacity' => 123,
'onDemandPercentageAboveBaseCapacity' => 123,
'spotAllocationStrategy' => 'lowest-price',
'subnetIds' => [
'<string>'
],
'extraSecurityGroupIds' => [
'<string>'
],
'cpuOptions' => [
'nestedVirtualization' => true
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'linode' => [
'region' => '<string>',
'tokenSecretLink' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'subnetId' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'image' => '<string>',
'authorizedUsers' => [
'<string>'
],
'authorizedKeys' => [
'<string>'
],
'vpcId' => '<string>',
'preInstallScript' => '<string>',
'networking' => [
'dnsForwarder' => '<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'oblivus' => [
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'sshKeys' => [
'<string>'
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'preInstallScript' => '<string>'
],
'lambdalabs' => [
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'sshKey' => '<string>',
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'fileSystems' => [
'<string>'
],
'preInstallScript' => '<string>'
],
'paperspace' => [
'tokenSecretLink' => '<string>',
'sharedDrives' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123,
'bootDiskSize' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'preInstallScript' => '<string>',
'userIds' => [
'<string>'
],
'networkId' => '<string>'
],
'ephemeral' => [
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'count' => 123,
'flavor' => 'debian',
'cpu' => '<string>',
'memory' => '<string>'
]
]
],
'triton' => [
'connection' => [
'url' => '<string>',
'account' => '<string>',
'user' => '<string>',
'privateKeySecretLink' => '<string>'
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'loadBalancer' => [
'manual' => [
'packageId' => '<string>',
'imageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'metadata' => [
],
'tags' => [
],
'logging' => [
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'count' => 123,
'cnsInternalDomain' => '<string>',
'cnsPublicDomain' => '<string>'
],
'none' => [
],
'gateway' => [
]
],
'privateNetworkId' => '<string>',
'firewallEnabled' => true,
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'packageId' => '<string>',
'overrideImageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'tritonTags' => [
],
'minSize' => 123,
'maxSize' => 123
]
],
'imageId' => '<string>',
'sshKeys' => [
'<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'azure' => [
'location' => '<string>',
'subscriptionId' => '<string>',
'sdkSecretLink' => '<string>',
'resourceGroup' => '<string>',
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'sshKeys' => [
'<string>'
],
'networkId' => '<string>',
'tags' => [
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'size' => '<string>',
'subnetId' => '<string>',
'zones' => [
123
],
'overrideImage' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'digitalocean' => [
'digitalOceanTags' => [
'<string>'
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'vpcId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'dropletSize' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'image' => '<string>',
'sshKeys' => [
'<string>'
],
'extraSshKeys' => [
'<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'reservedIPs' => [
'<string>'
]
],
'gcp' => [
'projectId' => '<string>',
'region' => '<string>',
'labels' => [
],
'tags' => [
'<string>'
],
'metadata' => [
],
'network' => '<string>',
'saKeyLink' => '<string>',
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'machineType' => '<string>',
'assignPublicIP' => true,
'zone' => '<string>',
'overrideImage' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'preemptible' => true,
'subnet' => '<string>',
'localPersistentDisks' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
]
],
'addOns' => [
'dashboard' => [
],
'headlamp' => [
],
'azureWorkloadIdentity' => [
'tenantId' => '<string>'
],
'awsWorkloadIdentity' => [
],
'localPathStorage' => [
],
'metrics' => [
'kubeState' => true,
'coreDns' => true,
'kubelet' => true,
'apiserver' => true,
'nodeExporter' => true,
'cadvisor' => true,
'scrapeAnnotated' => [
'intervalSeconds' => 123,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'retainLabels' => '<string>'
]
],
'logs' => [
'auditEnabled' => true,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'docker' => true,
'kubelet' => true,
'kernel' => true,
'events' => true
],
'registryMirror' => [
'mirrors' => [
[
'registry' => '<string>',
'mirrors' => [
'<string>'
]
]
]
],
'nvidia' => [
'taintGPUNodes' => true
],
'awsEFS' => [
'roleArn' => '<string>'
],
'awsECR' => [
'roleArn' => '<string>'
],
'awsELB' => [
'roleArn' => '<string>'
],
'azureACR' => [
'clientId' => '<string>'
],
'sysbox' => [
],
'byok' => [
'ignoreUpdates' => true,
'location' => '<string>',
'config' => [
'actuator' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'env' => [
]
],
'juicefs' => [
'enabled' => true
],
'middlebox' => [
'enabled' => true,
'bandwidthAlertMbps' => 123,
'ip' => '<string>',
'ingressReplicas' => 123,
'port' => 123
],
'common' => [
'deploymentReplicas' => 123,
'pdb' => [
'maxUnavailable' => 123
]
],
'longhorn' => [
'numberOfReplicas' => 123,
'replicas' => 123,
'isDefault' => true
],
'byok' => [
'noDefaultStorageClasses' => true
],
'ingress' => [
'cpu' => '<string>',
'memory' => '<string>',
'targetPercent' => 123
],
'istio' => [
'istiod' => [
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'ingressgateway' => [
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'sidecar' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
]
],
'logSplitter' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'memBufferSize' => '<string>',
'perPodRate' => 123
],
'monitoring' => [
'minMemory' => '<string>',
'maxMemory' => '<string>',
'kubeStateMetrics' => [
'minMemory' => '<string>'
],
'prometheus' => [
'main' => [
'storage' => '<string>'
]
],
'remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'externalLabels' => [
]
],
'redis' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => '<string>'
],
'redisHa' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'redisSentinel' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'tempoAgent' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'internalDns' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>'
]
]
],
'kubevirt' => [
'scratchSpaceStorageClass' => '<string>'
],
'nodeLocalDns' => [
]
]
]
]),
CURLOPT_HTTPHEADER => [
"Authorization: <api-key>",
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.cpln.io/org/{org}/mk8s/{name}"
payload := strings.NewReader("{\n \"$drop\": [],\n \"name\": \"<string>\",\n \"description\": \"<string>\",\n \"tags\": {},\n \"$replace/tags\": {},\n \"spec\": {\n \"$drop\": [],\n \"firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$drop/firewall\": [\n \"<string>\"\n ],\n \"$append/firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$patch/firewall\": [\n {\n \"$drop\": [],\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$retain/firewall\": [\n \"<string>\"\n ],\n \"provider\": {\n \"$drop\": [],\n \"generic\": {\n \"$drop\": [],\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ]\n },\n \"$replace/generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"$drop\": [],\n \"hetznerLabels\": {},\n \"$replace/hetznerLabels\": {},\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/dedicatedServerNodePools\": [\n \"<string>\"\n ],\n \"$append/dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/dedicatedServerNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/dedicatedServerNodePools\": [\n \"<string>\"\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {},\n \"$replace/floatingIPSelector\": {}\n },\n \"$replace/hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"$drop\": [],\n \"awsTags\": {},\n \"$replace/awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"exact\": \"<string>\"\n },\n \"$replace/image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$drop/deployRoleChain\": [\n \"<string>\"\n ],\n \"$append/deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$patch/deployRoleChain\": [\n {\n \"$drop\": [],\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$retain/deployRoleChain\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"$drop/securityGroupIds\": [\n \"<string>\"\n ],\n \"$append/securityGroupIds\": [\n \"<string>\"\n ],\n \"$retain/securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"$drop/extraNodePolicies\": [\n \"<string>\"\n ],\n \"$append/extraNodePolicies\": [\n \"<string>\"\n ],\n \"$retain/extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"$drop/instanceTypes\": [\n \"<string>\"\n ],\n \"$append/instanceTypes\": [\n \"<string>\"\n ],\n \"$retain/instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"$drop\": [],\n \"exact\": \"<string>\"\n },\n \"$replace/overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"$drop/subnetIds\": [\n \"<string>\"\n ],\n \"$append/subnetIds\": [\n \"<string>\"\n ],\n \"$retain/subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$drop/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$append/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$retain/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"$drop\": [\n \"nestedVirtualization\"\n ],\n \"nestedVirtualization\": true\n },\n \"$replace/cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"$drop\": [],\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"$drop/authorizedUsers\": [\n \"<string>\"\n ],\n \"$append/authorizedUsers\": [\n \"<string>\"\n ],\n \"$retain/authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"$drop/authorizedKeys\": [\n \"<string>\"\n ],\n \"$append/authorizedKeys\": [\n \"<string>\"\n ],\n \"$retain/authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"$replace/oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"$drop/fileSystems\": [\n \"<string>\"\n ],\n \"$append/fileSystems\": [\n \"<string>\"\n ],\n \"$retain/fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"$replace/lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"$drop/sharedDrives\": [\n \"<string>\"\n ],\n \"$append/sharedDrives\": [\n \"<string>\"\n ],\n \"$retain/sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"$drop/userIds\": [\n \"<string>\"\n ],\n \"$append/userIds\": [\n \"<string>\"\n ],\n \"$retain/userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"$replace/paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"$drop\": [],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ]\n },\n \"$replace/ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"$drop\": [],\n \"connection\": {\n \"$drop\": [],\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"$replace/connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"$drop\": [],\n \"manual\": {\n \"$drop\": [],\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"$drop/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$append/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$retain/privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"$replace/metadata\": {},\n \"tags\": {},\n \"$replace/tags\": {},\n \"logging\": {\n \"$drop\": [],\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"$replace/logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"$replace/manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"$replace/none\": {},\n \"gateway\": {},\n \"$replace/gateway\": {}\n },\n \"$replace/loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"$drop/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$append/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$retain/privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"$replace/tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"$drop\": [],\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"reference\": {\n \"$drop\": [],\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n },\n \"$replace/reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"$replace/image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"$replace/tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"$drop/zones\": [\n 123\n ],\n \"$append/zones\": [\n 123\n ],\n \"$retain/zones\": [\n 123\n ],\n \"overrideImage\": {\n \"$drop\": [],\n \"reference\": {\n \"$drop\": [],\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n },\n \"$replace/reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"$replace/overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"$drop\": [],\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"$drop/digitalOceanTags\": [\n \"<string>\"\n ],\n \"$append/digitalOceanTags\": [\n \"<string>\"\n ],\n \"$retain/digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"$drop/extraSshKeys\": [\n \"<string>\"\n ],\n \"$append/extraSshKeys\": [\n \"<string>\"\n ],\n \"$retain/extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ],\n \"$drop/reservedIPs\": [\n \"<string>\"\n ],\n \"$append/reservedIPs\": [\n \"<string>\"\n ],\n \"$retain/reservedIPs\": [\n \"<string>\"\n ]\n },\n \"$replace/digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"$drop\": [],\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"$drop/tags\": [\n \"<string>\"\n ],\n \"$append/tags\": [\n \"<string>\"\n ],\n \"$retain/tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"$replace/metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"family\": {\n \"$drop\": [],\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"$replace/family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"$replace/image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"$drop\": [],\n \"family\": {\n \"$drop\": [],\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"$replace/family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"$replace/overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"$replace/provider\": {\n \"generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"addOns\": {\n \"$drop\": [],\n \"dashboard\": {},\n \"$replace/dashboard\": {},\n \"headlamp\": {},\n \"$replace/headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"$drop\": [\n \"tenantId\"\n ],\n \"tenantId\": \"<string>\"\n },\n \"$replace/azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"$replace/awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"$replace/localPathStorage\": {},\n \"metrics\": {\n \"$drop\": [],\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"$drop\": [],\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n },\n \"$replace/scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"$replace/metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"$drop\": [],\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"$replace/logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"$drop\": [\n \"mirrors\"\n ],\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$drop/mirrors\": [\n \"<string>\"\n ],\n \"$append/mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$patch/mirrors\": [\n {\n \"$drop\": [],\n \"$replace/registry\": \"<string>\",\n \"registry\": \"<unknown>\",\n \"mirrors\": [\n \"<string>\"\n ],\n \"$drop/mirrors\": [\n \"<string>\"\n ],\n \"$append/mirrors\": [\n \"<string>\"\n ],\n \"$retain/mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/mirrors\": [\n \"<string>\"\n ]\n },\n \"$replace/registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"$drop\": [\n \"taintGPUNodes\"\n ],\n \"taintGPUNodes\": true\n },\n \"$replace/nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"$drop\": [\n \"clientId\"\n ],\n \"clientId\": \"<string>\"\n },\n \"$replace/azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"$replace/sysbox\": {},\n \"byok\": {\n \"$drop\": [],\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"$drop\": [],\n \"actuator\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {},\n \"$replace/env\": {}\n },\n \"$replace/actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"$drop\": [\n \"enabled\"\n ],\n \"enabled\": true\n },\n \"$replace/juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"$drop\": [],\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"$replace/middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"$drop\": [],\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"$drop\": [\n \"maxUnavailable\"\n ],\n \"maxUnavailable\": 123\n },\n \"$replace/pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"$replace/common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"$drop\": [],\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"$replace/longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"$drop\": [\n \"noDefaultStorageClasses\"\n ],\n \"noDefaultStorageClasses\": true\n },\n \"$replace/byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"$drop\": [],\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"$replace/ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"$drop\": [],\n \"istiod\": {\n \"$drop\": [],\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"$replace/istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"$drop\": [],\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"$replace/ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"$replace/sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"$replace/istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"$replace/logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"$drop\": [],\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"$drop\": [\n \"minMemory\"\n ],\n \"minMemory\": \"<string>\"\n },\n \"$replace/kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"$drop\": [\n \"main\"\n ],\n \"main\": {\n \"$drop\": [\n \"storage\"\n ],\n \"storage\": \"<string>\"\n },\n \"$replace/main\": {\n \"storage\": \"<string>\"\n }\n },\n \"$replace/prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"$drop/remoteWrite\": [\n \"<string>\"\n ],\n \"$append/remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"$patch/remoteWrite\": [\n {\n \"$drop\": [],\n \"basic_auth\": {\n \"$drop\": [],\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"$replace/basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"$drop\": [],\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"$replace/authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"$replace/oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"$replace/tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"$replace/proxy_connect_header\": {},\n \"http_headers\": {},\n \"$replace/http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"$replace/headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"$drop/write_relabel_configs\": [\n \"<string>\"\n ],\n \"$append/write_relabel_configs\": [\n {}\n ],\n \"$patch/write_relabel_configs\": [\n {}\n ],\n \"$retain/write_relabel_configs\": [\n \"<string>\"\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"$replace/sigv4\": {},\n \"azuread\": {},\n \"$replace/azuread\": {},\n \"google_iam\": {},\n \"$replace/google_iam\": {},\n \"queue_config\": {},\n \"$replace/queue_config\": {}\n }\n ],\n \"$retain/remoteWrite\": [\n \"<string>\"\n ],\n \"externalLabels\": {},\n \"$replace/externalLabels\": {}\n },\n \"$replace/monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"$replace/redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"$replace/redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"$replace/redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"$replace/tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"$replace/internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n },\n \"$replace/config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"$replace/byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"$drop\": [\n \"scratchSpaceStorageClass\"\n ],\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"$replace/kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {},\n \"$replace/nodeLocalDns\": {}\n },\n \"$replace/addOns\": {\n \"dashboard\": {},\n \"headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {}\n }\n },\n \"$replace/spec\": {\n \"firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"provider\": {\n \"generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"addOns\": {\n \"dashboard\": {},\n \"headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {}\n }\n }\n}")
req, _ := http.NewRequest("PATCH", url, payload)
req.Header.Add("Authorization", "<api-key>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.patch("https://api.cpln.io/org/{org}/mk8s/{name}")
.header("Authorization", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"$drop\": [],\n \"name\": \"<string>\",\n \"description\": \"<string>\",\n \"tags\": {},\n \"$replace/tags\": {},\n \"spec\": {\n \"$drop\": [],\n \"firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$drop/firewall\": [\n \"<string>\"\n ],\n \"$append/firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$patch/firewall\": [\n {\n \"$drop\": [],\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$retain/firewall\": [\n \"<string>\"\n ],\n \"provider\": {\n \"$drop\": [],\n \"generic\": {\n \"$drop\": [],\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ]\n },\n \"$replace/generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"$drop\": [],\n \"hetznerLabels\": {},\n \"$replace/hetznerLabels\": {},\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/dedicatedServerNodePools\": [\n \"<string>\"\n ],\n \"$append/dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/dedicatedServerNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/dedicatedServerNodePools\": [\n \"<string>\"\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {},\n \"$replace/floatingIPSelector\": {}\n },\n \"$replace/hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"$drop\": [],\n \"awsTags\": {},\n \"$replace/awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"exact\": \"<string>\"\n },\n \"$replace/image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$drop/deployRoleChain\": [\n \"<string>\"\n ],\n \"$append/deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$patch/deployRoleChain\": [\n {\n \"$drop\": [],\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$retain/deployRoleChain\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"$drop/securityGroupIds\": [\n \"<string>\"\n ],\n \"$append/securityGroupIds\": [\n \"<string>\"\n ],\n \"$retain/securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"$drop/extraNodePolicies\": [\n \"<string>\"\n ],\n \"$append/extraNodePolicies\": [\n \"<string>\"\n ],\n \"$retain/extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"$drop/instanceTypes\": [\n \"<string>\"\n ],\n \"$append/instanceTypes\": [\n \"<string>\"\n ],\n \"$retain/instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"$drop\": [],\n \"exact\": \"<string>\"\n },\n \"$replace/overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"$drop/subnetIds\": [\n \"<string>\"\n ],\n \"$append/subnetIds\": [\n \"<string>\"\n ],\n \"$retain/subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$drop/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$append/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$retain/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"$drop\": [\n \"nestedVirtualization\"\n ],\n \"nestedVirtualization\": true\n },\n \"$replace/cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"$drop\": [],\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"$drop/authorizedUsers\": [\n \"<string>\"\n ],\n \"$append/authorizedUsers\": [\n \"<string>\"\n ],\n \"$retain/authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"$drop/authorizedKeys\": [\n \"<string>\"\n ],\n \"$append/authorizedKeys\": [\n \"<string>\"\n ],\n \"$retain/authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"$replace/oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"$drop/fileSystems\": [\n \"<string>\"\n ],\n \"$append/fileSystems\": [\n \"<string>\"\n ],\n \"$retain/fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"$replace/lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"$drop/sharedDrives\": [\n \"<string>\"\n ],\n \"$append/sharedDrives\": [\n \"<string>\"\n ],\n \"$retain/sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"$drop/userIds\": [\n \"<string>\"\n ],\n \"$append/userIds\": [\n \"<string>\"\n ],\n \"$retain/userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"$replace/paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"$drop\": [],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ]\n },\n \"$replace/ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"$drop\": [],\n \"connection\": {\n \"$drop\": [],\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"$replace/connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"$drop\": [],\n \"manual\": {\n \"$drop\": [],\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"$drop/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$append/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$retain/privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"$replace/metadata\": {},\n \"tags\": {},\n \"$replace/tags\": {},\n \"logging\": {\n \"$drop\": [],\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"$replace/logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"$replace/manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"$replace/none\": {},\n \"gateway\": {},\n \"$replace/gateway\": {}\n },\n \"$replace/loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"$drop/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$append/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$retain/privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"$replace/tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"$drop\": [],\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"reference\": {\n \"$drop\": [],\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n },\n \"$replace/reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"$replace/image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"$replace/tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"$drop/zones\": [\n 123\n ],\n \"$append/zones\": [\n 123\n ],\n \"$retain/zones\": [\n 123\n ],\n \"overrideImage\": {\n \"$drop\": [],\n \"reference\": {\n \"$drop\": [],\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n },\n \"$replace/reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"$replace/overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"$drop\": [],\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"$drop/digitalOceanTags\": [\n \"<string>\"\n ],\n \"$append/digitalOceanTags\": [\n \"<string>\"\n ],\n \"$retain/digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"$drop/extraSshKeys\": [\n \"<string>\"\n ],\n \"$append/extraSshKeys\": [\n \"<string>\"\n ],\n \"$retain/extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ],\n \"$drop/reservedIPs\": [\n \"<string>\"\n ],\n \"$append/reservedIPs\": [\n \"<string>\"\n ],\n \"$retain/reservedIPs\": [\n \"<string>\"\n ]\n },\n \"$replace/digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"$drop\": [],\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"$drop/tags\": [\n \"<string>\"\n ],\n \"$append/tags\": [\n \"<string>\"\n ],\n \"$retain/tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"$replace/metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"family\": {\n \"$drop\": [],\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"$replace/family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"$replace/image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"$drop\": [],\n \"family\": {\n \"$drop\": [],\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"$replace/family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"$replace/overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"$replace/provider\": {\n \"generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"addOns\": {\n \"$drop\": [],\n \"dashboard\": {},\n \"$replace/dashboard\": {},\n \"headlamp\": {},\n \"$replace/headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"$drop\": [\n \"tenantId\"\n ],\n \"tenantId\": \"<string>\"\n },\n \"$replace/azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"$replace/awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"$replace/localPathStorage\": {},\n \"metrics\": {\n \"$drop\": [],\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"$drop\": [],\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n },\n \"$replace/scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"$replace/metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"$drop\": [],\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"$replace/logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"$drop\": [\n \"mirrors\"\n ],\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$drop/mirrors\": [\n \"<string>\"\n ],\n \"$append/mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$patch/mirrors\": [\n {\n \"$drop\": [],\n \"$replace/registry\": \"<string>\",\n \"registry\": \"<unknown>\",\n \"mirrors\": [\n \"<string>\"\n ],\n \"$drop/mirrors\": [\n \"<string>\"\n ],\n \"$append/mirrors\": [\n \"<string>\"\n ],\n \"$retain/mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/mirrors\": [\n \"<string>\"\n ]\n },\n \"$replace/registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"$drop\": [\n \"taintGPUNodes\"\n ],\n \"taintGPUNodes\": true\n },\n \"$replace/nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"$drop\": [\n \"clientId\"\n ],\n \"clientId\": \"<string>\"\n },\n \"$replace/azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"$replace/sysbox\": {},\n \"byok\": {\n \"$drop\": [],\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"$drop\": [],\n \"actuator\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {},\n \"$replace/env\": {}\n },\n \"$replace/actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"$drop\": [\n \"enabled\"\n ],\n \"enabled\": true\n },\n \"$replace/juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"$drop\": [],\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"$replace/middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"$drop\": [],\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"$drop\": [\n \"maxUnavailable\"\n ],\n \"maxUnavailable\": 123\n },\n \"$replace/pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"$replace/common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"$drop\": [],\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"$replace/longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"$drop\": [\n \"noDefaultStorageClasses\"\n ],\n \"noDefaultStorageClasses\": true\n },\n \"$replace/byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"$drop\": [],\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"$replace/ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"$drop\": [],\n \"istiod\": {\n \"$drop\": [],\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"$replace/istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"$drop\": [],\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"$replace/ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"$replace/sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"$replace/istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"$replace/logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"$drop\": [],\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"$drop\": [\n \"minMemory\"\n ],\n \"minMemory\": \"<string>\"\n },\n \"$replace/kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"$drop\": [\n \"main\"\n ],\n \"main\": {\n \"$drop\": [\n \"storage\"\n ],\n \"storage\": \"<string>\"\n },\n \"$replace/main\": {\n \"storage\": \"<string>\"\n }\n },\n \"$replace/prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"$drop/remoteWrite\": [\n \"<string>\"\n ],\n \"$append/remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"$patch/remoteWrite\": [\n {\n \"$drop\": [],\n \"basic_auth\": {\n \"$drop\": [],\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"$replace/basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"$drop\": [],\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"$replace/authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"$replace/oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"$replace/tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"$replace/proxy_connect_header\": {},\n \"http_headers\": {},\n \"$replace/http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"$replace/headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"$drop/write_relabel_configs\": [\n \"<string>\"\n ],\n \"$append/write_relabel_configs\": [\n {}\n ],\n \"$patch/write_relabel_configs\": [\n {}\n ],\n \"$retain/write_relabel_configs\": [\n \"<string>\"\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"$replace/sigv4\": {},\n \"azuread\": {},\n \"$replace/azuread\": {},\n \"google_iam\": {},\n \"$replace/google_iam\": {},\n \"queue_config\": {},\n \"$replace/queue_config\": {}\n }\n ],\n \"$retain/remoteWrite\": [\n \"<string>\"\n ],\n \"externalLabels\": {},\n \"$replace/externalLabels\": {}\n },\n \"$replace/monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"$replace/redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"$replace/redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"$replace/redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"$replace/tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"$replace/internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n },\n \"$replace/config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"$replace/byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"$drop\": [\n \"scratchSpaceStorageClass\"\n ],\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"$replace/kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {},\n \"$replace/nodeLocalDns\": {}\n },\n \"$replace/addOns\": {\n \"dashboard\": {},\n \"headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {}\n }\n },\n \"$replace/spec\": {\n \"firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"provider\": {\n \"generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"addOns\": {\n \"dashboard\": {},\n \"headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {}\n }\n }\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.cpln.io/org/{org}/mk8s/{name}")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Patch.new(url)
request["Authorization"] = '<api-key>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"$drop\": [],\n \"name\": \"<string>\",\n \"description\": \"<string>\",\n \"tags\": {},\n \"$replace/tags\": {},\n \"spec\": {\n \"$drop\": [],\n \"firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$drop/firewall\": [\n \"<string>\"\n ],\n \"$append/firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$patch/firewall\": [\n {\n \"$drop\": [],\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$retain/firewall\": [\n \"<string>\"\n ],\n \"provider\": {\n \"$drop\": [],\n \"generic\": {\n \"$drop\": [],\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ]\n },\n \"$replace/generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"$drop\": [],\n \"hetznerLabels\": {},\n \"$replace/hetznerLabels\": {},\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/dedicatedServerNodePools\": [\n \"<string>\"\n ],\n \"$append/dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/dedicatedServerNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/dedicatedServerNodePools\": [\n \"<string>\"\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {},\n \"$replace/floatingIPSelector\": {}\n },\n \"$replace/hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"$drop\": [],\n \"awsTags\": {},\n \"$replace/awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"exact\": \"<string>\"\n },\n \"$replace/image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$drop/deployRoleChain\": [\n \"<string>\"\n ],\n \"$append/deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$patch/deployRoleChain\": [\n {\n \"$drop\": [],\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$retain/deployRoleChain\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"$drop/securityGroupIds\": [\n \"<string>\"\n ],\n \"$append/securityGroupIds\": [\n \"<string>\"\n ],\n \"$retain/securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"$drop/extraNodePolicies\": [\n \"<string>\"\n ],\n \"$append/extraNodePolicies\": [\n \"<string>\"\n ],\n \"$retain/extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"$drop/instanceTypes\": [\n \"<string>\"\n ],\n \"$append/instanceTypes\": [\n \"<string>\"\n ],\n \"$retain/instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"$drop\": [],\n \"exact\": \"<string>\"\n },\n \"$replace/overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"$drop/subnetIds\": [\n \"<string>\"\n ],\n \"$append/subnetIds\": [\n \"<string>\"\n ],\n \"$retain/subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$drop/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$append/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$retain/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"$drop\": [\n \"nestedVirtualization\"\n ],\n \"nestedVirtualization\": true\n },\n \"$replace/cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"$drop\": [],\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"$drop/authorizedUsers\": [\n \"<string>\"\n ],\n \"$append/authorizedUsers\": [\n \"<string>\"\n ],\n \"$retain/authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"$drop/authorizedKeys\": [\n \"<string>\"\n ],\n \"$append/authorizedKeys\": [\n \"<string>\"\n ],\n \"$retain/authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"$replace/oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"$drop/fileSystems\": [\n \"<string>\"\n ],\n \"$append/fileSystems\": [\n \"<string>\"\n ],\n \"$retain/fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"$replace/lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"$drop/sharedDrives\": [\n \"<string>\"\n ],\n \"$append/sharedDrives\": [\n \"<string>\"\n ],\n \"$retain/sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"$drop/userIds\": [\n \"<string>\"\n ],\n \"$append/userIds\": [\n \"<string>\"\n ],\n \"$retain/userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"$replace/paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"$drop\": [],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ]\n },\n \"$replace/ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"$drop\": [],\n \"connection\": {\n \"$drop\": [],\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"$replace/connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"$drop\": [],\n \"manual\": {\n \"$drop\": [],\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"$drop/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$append/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$retain/privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"$replace/metadata\": {},\n \"tags\": {},\n \"$replace/tags\": {},\n \"logging\": {\n \"$drop\": [],\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"$replace/logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"$replace/manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"$replace/none\": {},\n \"gateway\": {},\n \"$replace/gateway\": {}\n },\n \"$replace/loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"$drop/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$append/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$retain/privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"$replace/tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"$drop\": [],\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"reference\": {\n \"$drop\": [],\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n },\n \"$replace/reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"$replace/image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"$replace/tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"$drop/zones\": [\n 123\n ],\n \"$append/zones\": [\n 123\n ],\n \"$retain/zones\": [\n 123\n ],\n \"overrideImage\": {\n \"$drop\": [],\n \"reference\": {\n \"$drop\": [],\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n },\n \"$replace/reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"$replace/overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"$drop\": [],\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"$drop/digitalOceanTags\": [\n \"<string>\"\n ],\n \"$append/digitalOceanTags\": [\n \"<string>\"\n ],\n \"$retain/digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"$drop/extraSshKeys\": [\n \"<string>\"\n ],\n \"$append/extraSshKeys\": [\n \"<string>\"\n ],\n \"$retain/extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ],\n \"$drop/reservedIPs\": [\n \"<string>\"\n ],\n \"$append/reservedIPs\": [\n \"<string>\"\n ],\n \"$retain/reservedIPs\": [\n \"<string>\"\n ]\n },\n \"$replace/digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"$drop\": [],\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"$drop/tags\": [\n \"<string>\"\n ],\n \"$append/tags\": [\n \"<string>\"\n ],\n \"$retain/tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"$replace/metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"family\": {\n \"$drop\": [],\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"$replace/family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"$replace/image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"$drop\": [],\n \"family\": {\n \"$drop\": [],\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"$replace/family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"$replace/overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"$replace/provider\": {\n \"generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"addOns\": {\n \"$drop\": [],\n \"dashboard\": {},\n \"$replace/dashboard\": {},\n \"headlamp\": {},\n \"$replace/headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"$drop\": [\n \"tenantId\"\n ],\n \"tenantId\": \"<string>\"\n },\n \"$replace/azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"$replace/awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"$replace/localPathStorage\": {},\n \"metrics\": {\n \"$drop\": [],\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"$drop\": [],\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n },\n \"$replace/scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"$replace/metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"$drop\": [],\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"$replace/logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"$drop\": [\n \"mirrors\"\n ],\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$drop/mirrors\": [\n \"<string>\"\n ],\n \"$append/mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$patch/mirrors\": [\n {\n \"$drop\": [],\n \"$replace/registry\": \"<string>\",\n \"registry\": \"<unknown>\",\n \"mirrors\": [\n \"<string>\"\n ],\n \"$drop/mirrors\": [\n \"<string>\"\n ],\n \"$append/mirrors\": [\n \"<string>\"\n ],\n \"$retain/mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/mirrors\": [\n \"<string>\"\n ]\n },\n \"$replace/registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"$drop\": [\n \"taintGPUNodes\"\n ],\n \"taintGPUNodes\": true\n },\n \"$replace/nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"$drop\": [\n \"clientId\"\n ],\n \"clientId\": \"<string>\"\n },\n \"$replace/azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"$replace/sysbox\": {},\n \"byok\": {\n \"$drop\": [],\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"$drop\": [],\n \"actuator\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {},\n \"$replace/env\": {}\n },\n \"$replace/actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"$drop\": [\n \"enabled\"\n ],\n \"enabled\": true\n },\n \"$replace/juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"$drop\": [],\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"$replace/middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"$drop\": [],\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"$drop\": [\n \"maxUnavailable\"\n ],\n \"maxUnavailable\": 123\n },\n \"$replace/pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"$replace/common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"$drop\": [],\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"$replace/longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"$drop\": [\n \"noDefaultStorageClasses\"\n ],\n \"noDefaultStorageClasses\": true\n },\n \"$replace/byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"$drop\": [],\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"$replace/ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"$drop\": [],\n \"istiod\": {\n \"$drop\": [],\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"$replace/istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"$drop\": [],\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"$replace/ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"$replace/sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"$replace/istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"$replace/logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"$drop\": [],\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"$drop\": [\n \"minMemory\"\n ],\n \"minMemory\": \"<string>\"\n },\n \"$replace/kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"$drop\": [\n \"main\"\n ],\n \"main\": {\n \"$drop\": [\n \"storage\"\n ],\n \"storage\": \"<string>\"\n },\n \"$replace/main\": {\n \"storage\": \"<string>\"\n }\n },\n \"$replace/prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"$drop/remoteWrite\": [\n \"<string>\"\n ],\n \"$append/remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"$patch/remoteWrite\": [\n {\n \"$drop\": [],\n \"basic_auth\": {\n \"$drop\": [],\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"$replace/basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"$drop\": [],\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"$replace/authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"$replace/oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"$replace/tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"$replace/proxy_connect_header\": {},\n \"http_headers\": {},\n \"$replace/http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"$replace/headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"$drop/write_relabel_configs\": [\n \"<string>\"\n ],\n \"$append/write_relabel_configs\": [\n {}\n ],\n \"$patch/write_relabel_configs\": [\n {}\n ],\n \"$retain/write_relabel_configs\": [\n \"<string>\"\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"$replace/sigv4\": {},\n \"azuread\": {},\n \"$replace/azuread\": {},\n \"google_iam\": {},\n \"$replace/google_iam\": {},\n \"queue_config\": {},\n \"$replace/queue_config\": {}\n }\n ],\n \"$retain/remoteWrite\": [\n \"<string>\"\n ],\n \"externalLabels\": {},\n \"$replace/externalLabels\": {}\n },\n \"$replace/monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"$replace/redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"$replace/redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"$replace/redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"$replace/tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"$replace/internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n },\n \"$replace/config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"$replace/byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"$drop\": [\n \"scratchSpaceStorageClass\"\n ],\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"$replace/kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {},\n \"$replace/nodeLocalDns\": {}\n },\n \"$replace/addOns\": {\n \"dashboard\": {},\n \"headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {}\n }\n },\n \"$replace/spec\": {\n \"firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"provider\": {\n \"generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"addOns\": {\n \"dashboard\": {},\n \"headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {}\n }\n }\n}"
response = http.request(request)
puts response.read_body{
"id": "<string>",
"name": "<string>",
"kind": "<string>",
"version": 123,
"description": "<string>",
"tags": {},
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
],
"spec": {
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": {
"scratchSpaceStorageClass": "<string>"
},
"nodeLocalDns": {}
}
},
"alias": "<string>",
"status": {
"oidcProviderUrl": "<string>",
"serverUrl": "<string>",
"homeLocation": "<string>",
"addOns": {
"dashboard": {
"url": "<string>"
},
"headlamp": {
"url": "<string>"
},
"awsWorkloadIdentity": {
"oidcProviderConfig": {
"providerUrl": "<string>",
"audience": "<string>"
},
"trustPolicy": {}
},
"metrics": {
"prometheusEndpoint": "<string>",
"remoteWriteConfig": {}
},
"logs": {
"lokiAddress": "<string>"
},
"awsECR": {
"trustPolicy": {}
},
"awsEFS": {
"trustPolicy": {}
},
"awsELB": {
"trustPolicy": {}
}
}
}
}{
"status": 123,
"message": "<string>",
"code": "<string>",
"details": {},
"id": "<string>"
}{
"status": 123,
"message": "<string>",
"code": "<string>",
"details": {},
"id": "<string>"
}Managed Kubernetes (mk8s)
Perform a Patch on an mk8s cluster by name
PATCH
/
org
/
{org}
/
mk8s
/
{name}
Perform a Patch on an mk8s cluster by name
curl --request PATCH \
--url https://api.cpln.io/org/{org}/mk8s/{name} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"$drop": [],
"name": "<string>",
"description": "<string>",
"tags": {},
"$replace/tags": {},
"spec": {
"$drop": [],
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$drop/firewall": [
"<string>"
],
"$append/firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$patch/firewall": [
{
"$drop": [],
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$retain/firewall": [
"<string>"
],
"provider": {
"$drop": [],
"generic": {
"$drop": [],
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/nodePools": [
"<string>"
]
},
"$replace/generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"$drop": [],
"hetznerLabels": {},
"$replace/hetznerLabels": {},
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/dedicatedServerNodePools": [
"<string>"
],
"$append/dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/dedicatedServerNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/dedicatedServerNodePools": [
"<string>"
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {},
"$replace/floatingIPSelector": {}
},
"$replace/hetzner": {
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"$drop": [],
"awsTags": {},
"$replace/awsTags": {},
"skipCreateRoles": true,
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [],
"exact": "<string>"
},
"$replace/image": {
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$drop/deployRoleChain": [
"<string>"
],
"$append/deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$patch/deployRoleChain": [
{
"$drop": [],
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$retain/deployRoleChain": [
"<string>"
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"$drop/securityGroupIds": [
"<string>"
],
"$append/securityGroupIds": [
"<string>"
],
"$retain/securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"$drop/extraNodePolicies": [
"<string>"
],
"$append/extraNodePolicies": [
"<string>"
],
"$retain/extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"instanceTypes": [
"<string>"
],
"$drop/instanceTypes": [
"<string>"
],
"$append/instanceTypes": [
"<string>"
],
"$retain/instanceTypes": [
"<string>"
],
"overrideImage": {
"$drop": [],
"exact": "<string>"
},
"$replace/overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"$drop/subnetIds": [
"<string>"
],
"$append/subnetIds": [
"<string>"
],
"$retain/subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"$drop/extraSecurityGroupIds": [
"<string>"
],
"$append/extraSecurityGroupIds": [
"<string>"
],
"$retain/extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"$drop": [
"nestedVirtualization"
],
"nestedVirtualization": true
},
"$replace/cpuOptions": {
"nestedVirtualization": true
}
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"$drop": [],
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"$drop/authorizedUsers": [
"<string>"
],
"$append/authorizedUsers": [
"<string>"
],
"$retain/authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"$drop/authorizedKeys": [
"<string>"
],
"$append/authorizedKeys": [
"<string>"
],
"$retain/authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"$drop": [],
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"$replace/oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"$drop": [],
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"$drop/fileSystems": [
"<string>"
],
"$append/fileSystems": [
"<string>"
],
"$retain/fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"$replace/lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"$drop": [],
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"$drop/sharedDrives": [
"<string>"
],
"$append/sharedDrives": [
"<string>"
],
"$retain/sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"$drop/userIds": [
"<string>"
],
"$append/userIds": [
"<string>"
],
"$retain/userIds": [
"<string>"
],
"networkId": "<string>"
},
"$replace/paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"$drop": [],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$retain/nodePools": [
"<string>"
]
},
"$replace/ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"$drop": [],
"connection": {
"$drop": [],
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"$replace/connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"loadBalancer": {
"$drop": [],
"manual": {
"$drop": [],
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"$drop/privateNetworkIds": [
"<string>"
],
"$append/privateNetworkIds": [
"<string>"
],
"$retain/privateNetworkIds": [
"<string>"
],
"metadata": {},
"$replace/metadata": {},
"tags": {},
"$replace/tags": {},
"logging": {
"$drop": [],
"nodePort": 123,
"externalSyslog": "<string>"
},
"$replace/logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"$replace/manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"$replace/none": {},
"gateway": {},
"$replace/gateway": {}
},
"$replace/loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"$drop/privateNetworkIds": [
"<string>"
],
"$append/privateNetworkIds": [
"<string>"
],
"$retain/privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"$replace/tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"$drop": [],
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [],
"reference": {
"$drop": [],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/image": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"$replace/tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"$drop/zones": [
123
],
"$append/zones": [
123
],
"$retain/zones": [
123
],
"overrideImage": {
"$drop": [],
"reference": {
"$drop": [],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"$drop": [],
"digitalOceanTags": [
"<string>"
],
"$drop/digitalOceanTags": [
"<string>"
],
"$append/digitalOceanTags": [
"<string>"
],
"$retain/digitalOceanTags": [
"<string>"
],
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"$drop/extraSshKeys": [
"<string>"
],
"$append/extraSshKeys": [
"<string>"
],
"$retain/extraSshKeys": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
],
"$drop/reservedIPs": [
"<string>"
],
"$append/reservedIPs": [
"<string>"
],
"$retain/reservedIPs": [
"<string>"
]
},
"$replace/digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"$drop": [],
"projectId": "<string>",
"region": "<string>",
"labels": {},
"$replace/labels": {},
"tags": [
"<string>"
],
"$drop/tags": [
"<string>"
],
"$append/tags": [
"<string>"
],
"$retain/tags": [
"<string>"
],
"metadata": {},
"$replace/metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [],
"family": {
"$drop": [],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"$drop": [],
"family": {
"$drop": [],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"$replace/provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"$drop": [],
"dashboard": {},
"$replace/dashboard": {},
"headlamp": {},
"$replace/headlamp": {},
"azureWorkloadIdentity": {
"$drop": [
"tenantId"
],
"tenantId": "<string>"
},
"$replace/azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"$replace/awsWorkloadIdentity": {},
"localPathStorage": {},
"$replace/localPathStorage": {},
"metrics": {
"$drop": [],
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"$drop": [],
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
},
"$replace/scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"$replace/metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"$drop": [],
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"$replace/logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"$drop": [
"mirrors"
],
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
],
"$drop/mirrors": [
"<string>"
],
"$append/mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
],
"$patch/mirrors": [
{
"$drop": [],
"$replace/registry": "<string>",
"registry": "<unknown>",
"mirrors": [
"<string>"
],
"$drop/mirrors": [
"<string>"
],
"$append/mirrors": [
"<string>"
],
"$retain/mirrors": [
"<string>"
]
}
],
"$retain/mirrors": [
"<string>"
]
},
"$replace/registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"$drop": [
"taintGPUNodes"
],
"taintGPUNodes": true
},
"$replace/nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"$drop": [
"roleArn"
],
"roleArn": "<string>"
},
"$replace/awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"$drop": [
"roleArn"
],
"roleArn": "<string>"
},
"$replace/awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"$drop": [
"roleArn"
],
"roleArn": "<string>"
},
"$replace/awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"$drop": [
"clientId"
],
"clientId": "<string>"
},
"$replace/azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"$replace/sysbox": {},
"byok": {
"$drop": [],
"ignoreUpdates": true,
"location": "<string>",
"config": {
"$drop": [],
"actuator": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {},
"$replace/env": {}
},
"$replace/actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"$drop": [
"enabled"
],
"enabled": true
},
"$replace/juicefs": {
"enabled": true
},
"middlebox": {
"$drop": [],
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"$replace/middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"$drop": [],
"deploymentReplicas": 123,
"pdb": {
"$drop": [
"maxUnavailable"
],
"maxUnavailable": 123
},
"$replace/pdb": {
"maxUnavailable": 123
}
},
"$replace/common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"$drop": [],
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"$replace/longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"$drop": [
"noDefaultStorageClasses"
],
"noDefaultStorageClasses": true
},
"$replace/byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"$drop": [],
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"$replace/ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"$drop": [],
"istiod": {
"$drop": [],
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"$replace/istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"$drop": [],
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"$replace/ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"$drop": [],
"minCpu": "<string>",
"minMemory": "<string>"
},
"$replace/sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"$replace/istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"$replace/logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"$drop": [],
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"$drop": [
"minMemory"
],
"minMemory": "<string>"
},
"$replace/kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"$drop": [
"main"
],
"main": {
"$drop": [
"storage"
],
"storage": "<string>"
},
"$replace/main": {
"storage": "<string>"
}
},
"$replace/prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"$drop/remoteWrite": [
"<string>"
],
"$append/remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"$patch/remoteWrite": [
{
"$drop": [],
"basic_auth": {
"$drop": [],
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"$replace/basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"$drop": [],
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"$replace/authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"$replace/oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"$replace/tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"$replace/proxy_connect_header": {},
"http_headers": {},
"$replace/http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"$replace/headers": {},
"write_relabel_configs": [
{}
],
"$drop/write_relabel_configs": [
"<string>"
],
"$append/write_relabel_configs": [
{}
],
"$patch/write_relabel_configs": [
{}
],
"$retain/write_relabel_configs": [
"<string>"
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"$replace/sigv4": {},
"azuread": {},
"$replace/azuread": {},
"google_iam": {},
"$replace/google_iam": {},
"queue_config": {},
"$replace/queue_config": {}
}
],
"$retain/remoteWrite": [
"<string>"
],
"externalLabels": {},
"$replace/externalLabels": {}
},
"$replace/monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"$replace/redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"$drop": [],
"minCpu": "<string>",
"minMemory": "<string>"
},
"$replace/tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
},
"$replace/internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
},
"$replace/config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"$replace/byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": {
"$drop": [
"scratchSpaceStorageClass"
],
"scratchSpaceStorageClass": "<string>"
},
"$replace/kubevirt": {
"scratchSpaceStorageClass": "<string>"
},
"nodeLocalDns": {},
"$replace/nodeLocalDns": {}
},
"$replace/addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": {
"scratchSpaceStorageClass": "<string>"
},
"nodeLocalDns": {}
}
},
"$replace/spec": {
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": {
"scratchSpaceStorageClass": "<string>"
},
"nodeLocalDns": {}
}
}
}
'import requests
url = "https://api.cpln.io/org/{org}/mk8s/{name}"
payload = {
"$drop": [],
"name": "<string>",
"description": "<string>",
"tags": {},
"$replace/tags": {},
"spec": {
"$drop": [],
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$drop/firewall": ["<string>"],
"$append/firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$patch/firewall": [
{
"$drop": [],
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$retain/firewall": ["<string>"],
"provider": {
"$drop": [],
"generic": {
"$drop": [],
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"]
}
],
"$retain/nodePools": ["<string>"]
},
"$replace/generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"$drop": [],
"hetznerLabels": {},
"$replace/hetznerLabels": {},
"networking": {
"$drop": ["dnsForwarder"],
"dnsForwarder": "<string>"
},
"$replace/networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/dedicatedServerNodePools": ["<string>"],
"$append/dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/dedicatedServerNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"]
}
],
"$retain/dedicatedServerNodePools": ["<string>"],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {},
"$replace/floatingIPSelector": {}
},
"$replace/hetzner": {
"hetznerLabels": {},
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"$drop": [],
"awsTags": {},
"$replace/awsTags": {},
"skipCreateRoles": True,
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [],
"exact": "<string>"
},
"$replace/image": { "exact": "<string>" },
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$drop/deployRoleChain": ["<string>"],
"$append/deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$patch/deployRoleChain": [
{
"$drop": [],
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$retain/deployRoleChain": ["<string>"],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": ["<string>"],
"$drop/securityGroupIds": ["<string>"],
"$append/securityGroupIds": ["<string>"],
"$retain/securityGroupIds": ["<string>"],
"extraNodePolicies": ["<string>"],
"$drop/extraNodePolicies": ["<string>"],
"$append/extraNodePolicies": ["<string>"],
"$retain/extraNodePolicies": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": ["<string>"],
"overrideImage": { "exact": "<string>" },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": ["<string>"],
"extraSecurityGroupIds": ["<string>"],
"cpuOptions": { "nestedVirtualization": True }
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": ["<string>"],
"overrideImage": { "exact": "<string>" },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": ["<string>"],
"extraSecurityGroupIds": ["<string>"],
"cpuOptions": { "nestedVirtualization": True }
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"instanceTypes": ["<string>"],
"$drop/instanceTypes": ["<string>"],
"$append/instanceTypes": ["<string>"],
"$retain/instanceTypes": ["<string>"],
"overrideImage": {
"$drop": [],
"exact": "<string>"
},
"$replace/overrideImage": { "exact": "<string>" },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": ["<string>"],
"$drop/subnetIds": ["<string>"],
"$append/subnetIds": ["<string>"],
"$retain/subnetIds": ["<string>"],
"extraSecurityGroupIds": ["<string>"],
"$drop/extraSecurityGroupIds": ["<string>"],
"$append/extraSecurityGroupIds": ["<string>"],
"$retain/extraSecurityGroupIds": ["<string>"],
"cpuOptions": {
"$drop": ["nestedVirtualization"],
"nestedVirtualization": True
},
"$replace/cpuOptions": { "nestedVirtualization": True }
}
],
"$retain/nodePools": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/aws": {
"awsTags": {},
"skipCreateRoles": True,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": { "exact": "<string>" },
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": ["<string>"],
"extraNodePolicies": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": ["<string>"],
"overrideImage": { "exact": "<string>" },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": ["<string>"],
"extraSecurityGroupIds": ["<string>"],
"cpuOptions": { "nestedVirtualization": True }
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"$drop": [],
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"image": "<string>",
"authorizedUsers": ["<string>"],
"$drop/authorizedUsers": ["<string>"],
"$append/authorizedUsers": ["<string>"],
"$retain/authorizedUsers": ["<string>"],
"authorizedKeys": ["<string>"],
"$drop/authorizedKeys": ["<string>"],
"$append/authorizedKeys": ["<string>"],
"$retain/authorizedKeys": ["<string>"],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"$drop": ["dnsForwarder"],
"dnsForwarder": "<string>"
},
"$replace/networking": { "dnsForwarder": "<string>" },
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": ["<string>"],
"authorizedKeys": ["<string>"],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": { "dnsForwarder": "<string>" },
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"$drop": [],
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"sshKeys": ["<string>"],
"$drop/sshKeys": ["<string>"],
"$append/sshKeys": ["<string>"],
"$retain/sshKeys": ["<string>"],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": ["<string>"],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"]
}
],
"$retain/unmanagedNodePools": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"$replace/oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": ["<string>"],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"$drop": [],
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": ["<string>"],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"]
}
],
"$retain/unmanagedNodePools": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": ["<string>"],
"$drop/fileSystems": ["<string>"],
"$append/fileSystems": ["<string>"],
"$retain/fileSystems": ["<string>"],
"preInstallScript": "<string>"
},
"$replace/lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": ["<string>"],
"preInstallScript": "<string>"
},
"paperspace": {
"$drop": [],
"tokenSecretLink": "<string>",
"sharedDrives": ["<string>"],
"$drop/sharedDrives": ["<string>"],
"$append/sharedDrives": ["<string>"],
"$retain/sharedDrives": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$retain/nodePools": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": ["<string>"],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"]
}
],
"$retain/unmanagedNodePools": ["<string>"],
"preInstallScript": "<string>",
"userIds": ["<string>"],
"$drop/userIds": ["<string>"],
"$append/userIds": ["<string>"],
"$retain/userIds": ["<string>"],
"networkId": "<string>"
},
"$replace/paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": ["<string>"],
"networkId": "<string>"
},
"ephemeral": {
"$drop": [],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$retain/nodePools": ["<string>"]
},
"$replace/ephemeral": { "nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
] },
"triton": {
"$drop": [],
"connection": {
"$drop": [],
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"$replace/connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"$drop": ["dnsForwarder"],
"dnsForwarder": "<string>"
},
"$replace/networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"loadBalancer": {
"$drop": [],
"manual": {
"$drop": [],
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"$drop/privateNetworkIds": ["<string>"],
"$append/privateNetworkIds": ["<string>"],
"$retain/privateNetworkIds": ["<string>"],
"metadata": {},
"$replace/metadata": {},
"tags": {},
"$replace/tags": {},
"logging": {
"$drop": [],
"nodePort": 123,
"externalSyslog": "<string>"
},
"$replace/logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"$replace/manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"$replace/none": {},
"gateway": {},
"$replace/gateway": {}
},
"$replace/loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": True,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"$drop/privateNetworkIds": ["<string>"],
"$append/privateNetworkIds": ["<string>"],
"$retain/privateNetworkIds": ["<string>"],
"tritonTags": {},
"$replace/tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"imageId": "<string>",
"sshKeys": ["<string>"],
"$drop/sshKeys": ["<string>"],
"$append/sshKeys": ["<string>"],
"$retain/sshKeys": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": True,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": ["<string>"],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"$drop": [],
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [],
"reference": {
"$drop": [],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/image": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"sshKeys": ["<string>"],
"$drop/sshKeys": ["<string>"],
"$append/sshKeys": ["<string>"],
"$retain/sshKeys": ["<string>"],
"networkId": "<string>",
"tags": {},
"$replace/tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [123],
"overrideImage": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [123],
"overrideImage": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"size": "<string>",
"subnetId": "<string>",
"zones": [123],
"$drop/zones": [123],
"$append/zones": [123],
"$retain/zones": [123],
"overrideImage": {
"$drop": [],
"reference": {
"$drop": [],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/overrideImage": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"sshKeys": ["<string>"],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [123],
"overrideImage": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"$drop": [],
"digitalOceanTags": ["<string>"],
"$drop/digitalOceanTags": ["<string>"],
"$append/digitalOceanTags": ["<string>"],
"$retain/digitalOceanTags": ["<string>"],
"networking": {
"$drop": ["dnsForwarder"],
"dnsForwarder": "<string>"
},
"$replace/networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": ["<string>"],
"image": "<string>",
"sshKeys": ["<string>"],
"$drop/sshKeys": ["<string>"],
"$append/sshKeys": ["<string>"],
"$retain/sshKeys": ["<string>"],
"extraSshKeys": ["<string>"],
"$drop/extraSshKeys": ["<string>"],
"$append/extraSshKeys": ["<string>"],
"$retain/extraSshKeys": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": ["<string>"],
"$drop/reservedIPs": ["<string>"],
"$append/reservedIPs": ["<string>"],
"$retain/reservedIPs": ["<string>"]
},
"$replace/digitalocean": {
"digitalOceanTags": ["<string>"],
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": ["<string>"],
"extraSshKeys": ["<string>"],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": ["<string>"]
},
"gcp": {
"$drop": [],
"projectId": "<string>",
"region": "<string>",
"labels": {},
"$replace/labels": {},
"tags": ["<string>"],
"$drop/tags": ["<string>"],
"$append/tags": ["<string>"],
"$retain/tags": ["<string>"],
"metadata": {},
"$replace/metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"$drop": [],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [],
"family": {
"$drop": [],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": True,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": True,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$drop/nodePools": ["<string>"],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": True,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": True,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": ["<string>"],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": ["<string>"],
"machineType": "<string>",
"assignPublicIP": True,
"zone": "<string>",
"overrideImage": {
"$drop": [],
"family": {
"$drop": [],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": True,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$retain/nodePools": ["<string>"],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": ["<string>"],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": True,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": True,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"$replace/provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": True,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": { "exact": "<string>" },
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": ["<string>"],
"extraNodePolicies": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": ["<string>"],
"overrideImage": { "exact": "<string>" },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": ["<string>"],
"extraSecurityGroupIds": ["<string>"],
"cpuOptions": { "nestedVirtualization": True }
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": ["<string>"],
"authorizedKeys": ["<string>"],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": { "dnsForwarder": "<string>" },
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": ["<string>"],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": ["<string>"],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": ["<string>"],
"networkId": "<string>"
},
"ephemeral": { "nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
] },
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": True,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": ["<string>"],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"sshKeys": ["<string>"],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [123],
"overrideImage": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": ["<string>"],
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": ["<string>"],
"extraSshKeys": ["<string>"],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": ["<string>"]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": ["<string>"],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": True,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": True,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"$drop": [],
"dashboard": {},
"$replace/dashboard": {},
"headlamp": {},
"$replace/headlamp": {},
"azureWorkloadIdentity": {
"$drop": ["tenantId"],
"tenantId": "<string>"
},
"$replace/azureWorkloadIdentity": { "tenantId": "<string>" },
"awsWorkloadIdentity": {},
"$replace/awsWorkloadIdentity": {},
"localPathStorage": {},
"$replace/localPathStorage": {},
"metrics": {
"$drop": [],
"kubeState": True,
"coreDns": True,
"kubelet": True,
"apiserver": True,
"nodeExporter": True,
"cadvisor": True,
"scrapeAnnotated": {
"$drop": [],
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
},
"$replace/scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"$replace/metrics": {
"kubeState": True,
"coreDns": True,
"kubelet": True,
"apiserver": True,
"nodeExporter": True,
"cadvisor": True,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"$drop": [],
"auditEnabled": True,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": True,
"kubelet": True,
"kernel": True,
"events": True
},
"$replace/logs": {
"auditEnabled": True,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": True,
"kubelet": True,
"kernel": True,
"events": True
},
"registryMirror": {
"$drop": ["mirrors"],
"mirrors": [
{
"registry": "<string>",
"mirrors": ["<string>"]
}
],
"$drop/mirrors": ["<string>"],
"$append/mirrors": [
{
"registry": "<string>",
"mirrors": ["<string>"]
}
],
"$patch/mirrors": [
{
"$drop": [],
"$replace/registry": "<string>",
"registry": "<unknown>",
"mirrors": ["<string>"],
"$drop/mirrors": ["<string>"],
"$append/mirrors": ["<string>"],
"$retain/mirrors": ["<string>"]
}
],
"$retain/mirrors": ["<string>"]
},
"$replace/registryMirror": { "mirrors": [
{
"registry": "<string>",
"mirrors": ["<string>"]
}
] },
"nvidia": {
"$drop": ["taintGPUNodes"],
"taintGPUNodes": True
},
"$replace/nvidia": { "taintGPUNodes": True },
"awsEFS": {
"$drop": ["roleArn"],
"roleArn": "<string>"
},
"$replace/awsEFS": { "roleArn": "<string>" },
"awsECR": {
"$drop": ["roleArn"],
"roleArn": "<string>"
},
"$replace/awsECR": { "roleArn": "<string>" },
"awsELB": {
"$drop": ["roleArn"],
"roleArn": "<string>"
},
"$replace/awsELB": { "roleArn": "<string>" },
"azureACR": {
"$drop": ["clientId"],
"clientId": "<string>"
},
"$replace/azureACR": { "clientId": "<string>" },
"sysbox": {},
"$replace/sysbox": {},
"byok": {
"$drop": [],
"ignoreUpdates": True,
"location": "<string>",
"config": {
"$drop": [],
"actuator": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {},
"$replace/env": {}
},
"$replace/actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"$drop": ["enabled"],
"enabled": True
},
"$replace/juicefs": { "enabled": True },
"middlebox": {
"$drop": [],
"enabled": True,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"$replace/middlebox": {
"enabled": True,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"$drop": [],
"deploymentReplicas": 123,
"pdb": {
"$drop": ["maxUnavailable"],
"maxUnavailable": 123
},
"$replace/pdb": { "maxUnavailable": 123 }
},
"$replace/common": {
"deploymentReplicas": 123,
"pdb": { "maxUnavailable": 123 }
},
"longhorn": {
"$drop": [],
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": True
},
"$replace/longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": True
},
"byok": {
"$drop": ["noDefaultStorageClasses"],
"noDefaultStorageClasses": True
},
"$replace/byok": { "noDefaultStorageClasses": True },
"ingress": {
"$drop": [],
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"$replace/ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"$drop": [],
"istiod": {
"$drop": [],
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"$replace/istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"$drop": [],
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"$replace/ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"$drop": [],
"minCpu": "<string>",
"minMemory": "<string>"
},
"$replace/sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"$replace/istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"$replace/logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"$drop": [],
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"$drop": ["minMemory"],
"minMemory": "<string>"
},
"$replace/kubeStateMetrics": { "minMemory": "<string>" },
"prometheus": {
"$drop": ["main"],
"main": {
"$drop": ["storage"],
"storage": "<string>"
},
"$replace/main": { "storage": "<string>" }
},
"$replace/prometheus": { "main": { "storage": "<string>" } },
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"$drop/remoteWrite": ["<string>"],
"$append/remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"$patch/remoteWrite": [
{
"$drop": [],
"basic_auth": {
"$drop": [],
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"$replace/basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"$drop": [],
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"$replace/authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"$replace/oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"$replace/tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"$replace/proxy_connect_header": {},
"http_headers": {},
"$replace/http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"$replace/headers": {},
"write_relabel_configs": [{}],
"$drop/write_relabel_configs": ["<string>"],
"$append/write_relabel_configs": [{}],
"$patch/write_relabel_configs": [{}],
"$retain/write_relabel_configs": ["<string>"],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"$replace/sigv4": {},
"azuread": {},
"$replace/azuread": {},
"google_iam": {},
"$replace/google_iam": {},
"queue_config": {},
"$replace/queue_config": {}
}
],
"$retain/remoteWrite": ["<string>"],
"externalLabels": {},
"$replace/externalLabels": {}
},
"$replace/monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": { "minMemory": "<string>" },
"prometheus": { "main": { "storage": "<string>" } },
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"$replace/redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"$drop": [],
"minCpu": "<string>",
"minMemory": "<string>"
},
"$replace/tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
},
"$replace/internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
},
"$replace/config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": { "enabled": True },
"middlebox": {
"enabled": True,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": { "maxUnavailable": 123 }
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": True
},
"byok": { "noDefaultStorageClasses": True },
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": { "minMemory": "<string>" },
"prometheus": { "main": { "storage": "<string>" } },
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"$replace/byok": {
"ignoreUpdates": True,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": { "enabled": True },
"middlebox": {
"enabled": True,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": { "maxUnavailable": 123 }
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": True
},
"byok": { "noDefaultStorageClasses": True },
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": { "minMemory": "<string>" },
"prometheus": { "main": { "storage": "<string>" } },
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": {
"$drop": ["scratchSpaceStorageClass"],
"scratchSpaceStorageClass": "<string>"
},
"$replace/kubevirt": { "scratchSpaceStorageClass": "<string>" },
"nodeLocalDns": {},
"$replace/nodeLocalDns": {}
},
"$replace/addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": { "tenantId": "<string>" },
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": True,
"coreDns": True,
"kubelet": True,
"apiserver": True,
"nodeExporter": True,
"cadvisor": True,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": True,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": True,
"kubelet": True,
"kernel": True,
"events": True
},
"registryMirror": { "mirrors": [
{
"registry": "<string>",
"mirrors": ["<string>"]
}
] },
"nvidia": { "taintGPUNodes": True },
"awsEFS": { "roleArn": "<string>" },
"awsECR": { "roleArn": "<string>" },
"awsELB": { "roleArn": "<string>" },
"azureACR": { "clientId": "<string>" },
"sysbox": {},
"byok": {
"ignoreUpdates": True,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": { "enabled": True },
"middlebox": {
"enabled": True,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": { "maxUnavailable": 123 }
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": True
},
"byok": { "noDefaultStorageClasses": True },
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": { "minMemory": "<string>" },
"prometheus": { "main": { "storage": "<string>" } },
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": { "scratchSpaceStorageClass": "<string>" },
"nodeLocalDns": {}
}
},
"$replace/spec": {
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": True,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": { "exact": "<string>" },
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": ["<string>"],
"extraNodePolicies": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": ["<string>"],
"overrideImage": { "exact": "<string>" },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": ["<string>"],
"extraSecurityGroupIds": ["<string>"],
"cpuOptions": { "nestedVirtualization": True }
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": ["<string>"],
"authorizedKeys": ["<string>"],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": { "dnsForwarder": "<string>" },
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": ["<string>"],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": ["<string>"],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": ["<string>"],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": ["<string>"],
"networkId": "<string>"
},
"ephemeral": { "nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
] },
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": True,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": ["<string>"],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": ["<string>"],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"sshKeys": ["<string>"],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [123],
"overrideImage": { "reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
} },
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": ["<string>"],
"networking": { "dnsForwarder": "<string>" },
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": ["<string>"],
"extraSshKeys": ["<string>"],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": ["<string>"]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": ["<string>"],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": True,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": True,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": { "tenantId": "<string>" },
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": True,
"coreDns": True,
"kubelet": True,
"apiserver": True,
"nodeExporter": True,
"cadvisor": True,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": True,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": True,
"kubelet": True,
"kernel": True,
"events": True
},
"registryMirror": { "mirrors": [
{
"registry": "<string>",
"mirrors": ["<string>"]
}
] },
"nvidia": { "taintGPUNodes": True },
"awsEFS": { "roleArn": "<string>" },
"awsECR": { "roleArn": "<string>" },
"awsELB": { "roleArn": "<string>" },
"azureACR": { "clientId": "<string>" },
"sysbox": {},
"byok": {
"ignoreUpdates": True,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": { "enabled": True },
"middlebox": {
"enabled": True,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": { "maxUnavailable": 123 }
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": True
},
"byok": { "noDefaultStorageClasses": True },
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": { "minMemory": "<string>" },
"prometheus": { "main": { "storage": "<string>" } },
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": True,
"enable_http2": True,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": True,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [{}],
"name": "<string>",
"send_exemplars": True,
"send_native_histograms": True,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": { "scratchSpaceStorageClass": "<string>" },
"nodeLocalDns": {}
}
}
}
headers = {
"Authorization": "<api-key>",
"Content-Type": "application/json"
}
response = requests.patch(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'PATCH',
headers: {Authorization: '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({
$drop: [],
name: '<string>',
description: '<string>',
tags: {},
'$replace/tags': {},
spec: {
$drop: [],
firewall: [{sourceCIDR: '<string>', description: '<string>'}],
'$drop/firewall': ['<string>'],
'$append/firewall': [{sourceCIDR: '<string>', description: '<string>'}],
'$patch/firewall': [{$drop: [], sourceCIDR: '<string>', description: '<string>'}],
'$retain/firewall': ['<string>'],
provider: {
$drop: [],
generic: {
$drop: [],
networking: {
$drop: [],
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
'$replace/networking': {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
nodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>']
}
],
'$retain/nodePools': ['<string>']
},
'$replace/generic': {
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
nodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}]
},
hetzner: {
$drop: [],
hetznerLabels: {},
'$replace/hetznerLabels': {},
networking: {$drop: ['dnsForwarder'], dnsForwarder: '<string>'},
'$replace/networking': {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
networkId: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
serverType: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
dedicatedServerNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$drop/dedicatedServerNodePools': ['<string>'],
'$append/dedicatedServerNodePools': [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$patch/dedicatedServerNodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>']
}
],
'$retain/dedicatedServerNodePools': ['<string>'],
image: 'ubuntu-20.04',
sshKey: '<string>',
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
floatingIPSelector: {},
'$replace/floatingIPSelector': {}
},
'$replace/hetzner': {
hetznerLabels: {},
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
networkId: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
dedicatedServerNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
image: 'ubuntu-20.04',
sshKey: '<string>',
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
floatingIPSelector: {}
},
aws: {
$drop: [],
awsTags: {},
'$replace/awsTags': {},
skipCreateRoles: true,
networking: {
$drop: [],
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
'$replace/networking': {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {$drop: [], exact: '<string>'},
'$replace/image': {exact: '<string>'},
deployRoleArn: '<string>',
deployRoleChain: [{roleArn: '<string>', externalId: '<string>', sessionNamePrefix: '<string>'}],
'$drop/deployRoleChain': ['<string>'],
'$append/deployRoleChain': [{roleArn: '<string>', externalId: '<string>', sessionNamePrefix: '<string>'}],
'$patch/deployRoleChain': [
{
$drop: [],
roleArn: '<string>',
externalId: '<string>',
sessionNamePrefix: '<string>'
}
],
'$retain/deployRoleChain': ['<string>'],
vpcId: '<string>',
keyPair: '<string>',
diskEncryptionKeyArn: '<string>',
securityGroupIds: ['<string>'],
'$drop/securityGroupIds': ['<string>'],
'$append/securityGroupIds': ['<string>'],
'$retain/securityGroupIds': ['<string>'],
extraNodePolicies: ['<string>'],
'$drop/extraNodePolicies': ['<string>'],
'$append/extraNodePolicies': ['<string>'],
'$retain/extraNodePolicies': ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
instanceTypes: ['<string>'],
overrideImage: {exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
onDemandBaseCapacity: 123,
onDemandPercentageAboveBaseCapacity: 123,
spotAllocationStrategy: 'lowest-price',
subnetIds: ['<string>'],
extraSecurityGroupIds: ['<string>'],
cpuOptions: {nestedVirtualization: true}
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
instanceTypes: ['<string>'],
overrideImage: {exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
onDemandBaseCapacity: 123,
onDemandPercentageAboveBaseCapacity: 123,
spotAllocationStrategy: 'lowest-price',
subnetIds: ['<string>'],
extraSecurityGroupIds: ['<string>'],
cpuOptions: {nestedVirtualization: true}
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
instanceTypes: ['<string>'],
'$drop/instanceTypes': ['<string>'],
'$append/instanceTypes': ['<string>'],
'$retain/instanceTypes': ['<string>'],
overrideImage: {$drop: [], exact: '<string>'},
'$replace/overrideImage': {exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
onDemandBaseCapacity: 123,
onDemandPercentageAboveBaseCapacity: 123,
spotAllocationStrategy: 'lowest-price',
subnetIds: ['<string>'],
'$drop/subnetIds': ['<string>'],
'$append/subnetIds': ['<string>'],
'$retain/subnetIds': ['<string>'],
extraSecurityGroupIds: ['<string>'],
'$drop/extraSecurityGroupIds': ['<string>'],
'$append/extraSecurityGroupIds': ['<string>'],
'$retain/extraSecurityGroupIds': ['<string>'],
cpuOptions: {$drop: ['nestedVirtualization'], nestedVirtualization: true},
'$replace/cpuOptions': {nestedVirtualization: true}
}
],
'$retain/nodePools': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
'$replace/aws': {
awsTags: {},
skipCreateRoles: true,
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {exact: '<string>'},
deployRoleArn: '<string>',
deployRoleChain: [{roleArn: '<string>', externalId: '<string>', sessionNamePrefix: '<string>'}],
vpcId: '<string>',
keyPair: '<string>',
diskEncryptionKeyArn: '<string>',
securityGroupIds: ['<string>'],
extraNodePolicies: ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
instanceTypes: ['<string>'],
overrideImage: {exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
onDemandBaseCapacity: 123,
onDemandPercentageAboveBaseCapacity: 123,
spotAllocationStrategy: 'lowest-price',
subnetIds: ['<string>'],
extraSecurityGroupIds: ['<string>'],
cpuOptions: {nestedVirtualization: true}
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
linode: {
$drop: [],
region: '<string>',
tokenSecretLink: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
subnetId: '<string>',
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
subnetId: '<string>',
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
serverType: '<string>',
overrideImage: '<string>',
subnetId: '<string>',
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
image: '<string>',
authorizedUsers: ['<string>'],
'$drop/authorizedUsers': ['<string>'],
'$append/authorizedUsers': ['<string>'],
'$retain/authorizedUsers': ['<string>'],
authorizedKeys: ['<string>'],
'$drop/authorizedKeys': ['<string>'],
'$append/authorizedKeys': ['<string>'],
'$retain/authorizedKeys': ['<string>'],
vpcId: '<string>',
preInstallScript: '<string>',
networking: {$drop: ['dnsForwarder'], dnsForwarder: '<string>'},
'$replace/networking': {dnsForwarder: '<string>'},
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
'$replace/linode': {
region: '<string>',
tokenSecretLink: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
subnetId: '<string>',
minSize: 123,
maxSize: 123
}
],
image: '<string>',
authorizedUsers: ['<string>'],
authorizedKeys: ['<string>'],
vpcId: '<string>',
preInstallScript: '<string>',
networking: {dnsForwarder: '<string>'},
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
oblivus: {
$drop: [],
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
sshKeys: ['<string>'],
'$drop/sshKeys': ['<string>'],
'$append/sshKeys': ['<string>'],
'$retain/sshKeys': ['<string>'],
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$drop/unmanagedNodePools': ['<string>'],
'$append/unmanagedNodePools': [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$patch/unmanagedNodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>']
}
],
'$retain/unmanagedNodePools': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
preInstallScript: '<string>'
},
'$replace/oblivus': {
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
sshKeys: ['<string>'],
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
preInstallScript: '<string>'
},
lambdalabs: {
$drop: [],
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
sshKey: '<string>',
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$drop/unmanagedNodePools': ['<string>'],
'$append/unmanagedNodePools': [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$patch/unmanagedNodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>']
}
],
'$retain/unmanagedNodePools': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
fileSystems: ['<string>'],
'$drop/fileSystems': ['<string>'],
'$append/fileSystems': ['<string>'],
'$retain/fileSystems': ['<string>'],
preInstallScript: '<string>'
},
'$replace/lambdalabs': {
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
sshKey: '<string>',
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
fileSystems: ['<string>'],
preInstallScript: '<string>'
},
paperspace: {
$drop: [],
tokenSecretLink: '<string>',
sharedDrives: ['<string>'],
'$drop/sharedDrives': ['<string>'],
'$append/sharedDrives': ['<string>'],
'$retain/sharedDrives': ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123,
bootDiskSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123,
bootDiskSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
minSize: 123,
maxSize: 123,
bootDiskSize: 123
}
],
'$retain/nodePools': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$drop/unmanagedNodePools': ['<string>'],
'$append/unmanagedNodePools': [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
'$patch/unmanagedNodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>']
}
],
'$retain/unmanagedNodePools': ['<string>'],
preInstallScript: '<string>',
userIds: ['<string>'],
'$drop/userIds': ['<string>'],
'$append/userIds': ['<string>'],
'$retain/userIds': ['<string>'],
networkId: '<string>'
},
'$replace/paperspace': {
tokenSecretLink: '<string>',
sharedDrives: ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123,
bootDiskSize: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
preInstallScript: '<string>',
userIds: ['<string>'],
networkId: '<string>'
},
ephemeral: {
$drop: [],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
count: 123,
flavor: 'debian',
cpu: '<string>',
memory: '<string>'
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
count: 123,
flavor: 'debian',
cpu: '<string>',
memory: '<string>'
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
count: 123,
flavor: 'debian',
cpu: '<string>',
memory: '<string>'
}
],
'$retain/nodePools': ['<string>']
},
'$replace/ephemeral': {
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
count: 123,
flavor: 'debian',
cpu: '<string>',
memory: '<string>'
}
]
},
triton: {
$drop: [],
connection: {
$drop: [],
url: '<string>',
account: '<string>',
user: '<string>',
privateKeySecretLink: '<string>'
},
'$replace/connection': {
url: '<string>',
account: '<string>',
user: '<string>',
privateKeySecretLink: '<string>'
},
networking: {$drop: ['dnsForwarder'], dnsForwarder: '<string>'},
'$replace/networking': {dnsForwarder: '<string>'},
preInstallScript: '<string>',
loadBalancer: {
$drop: [],
manual: {
$drop: [],
packageId: '<string>',
imageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
'$drop/privateNetworkIds': ['<string>'],
'$append/privateNetworkIds': ['<string>'],
'$retain/privateNetworkIds': ['<string>'],
metadata: {},
'$replace/metadata': {},
tags: {},
'$replace/tags': {},
logging: {$drop: [], nodePort: 123, externalSyslog: '<string>'},
'$replace/logging': {nodePort: 123, externalSyslog: '<string>'},
count: 123,
cnsInternalDomain: '<string>',
cnsPublicDomain: '<string>'
},
'$replace/manual': {
packageId: '<string>',
imageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
metadata: {},
tags: {},
logging: {nodePort: 123, externalSyslog: '<string>'},
count: 123,
cnsInternalDomain: '<string>',
cnsPublicDomain: '<string>'
},
none: {},
'$replace/none': {},
gateway: {},
'$replace/gateway': {}
},
'$replace/loadBalancer': {
manual: {
packageId: '<string>',
imageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
metadata: {},
tags: {},
logging: {nodePort: 123, externalSyslog: '<string>'},
count: 123,
cnsInternalDomain: '<string>',
cnsPublicDomain: '<string>'
},
none: {},
gateway: {}
},
privateNetworkId: '<string>',
firewallEnabled: true,
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
packageId: '<string>',
overrideImageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
tritonTags: {},
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
packageId: '<string>',
overrideImageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
tritonTags: {},
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
packageId: '<string>',
overrideImageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
'$drop/privateNetworkIds': ['<string>'],
'$append/privateNetworkIds': ['<string>'],
'$retain/privateNetworkIds': ['<string>'],
tritonTags: {},
'$replace/tritonTags': {},
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
imageId: '<string>',
sshKeys: ['<string>'],
'$drop/sshKeys': ['<string>'],
'$append/sshKeys': ['<string>'],
'$retain/sshKeys': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
'$replace/triton': {
connection: {
url: '<string>',
account: '<string>',
user: '<string>',
privateKeySecretLink: '<string>'
},
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
loadBalancer: {
manual: {
packageId: '<string>',
imageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
metadata: {},
tags: {},
logging: {nodePort: 123, externalSyslog: '<string>'},
count: 123,
cnsInternalDomain: '<string>',
cnsPublicDomain: '<string>'
},
none: {},
gateway: {}
},
privateNetworkId: '<string>',
firewallEnabled: true,
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
packageId: '<string>',
overrideImageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
tritonTags: {},
minSize: 123,
maxSize: 123
}
],
imageId: '<string>',
sshKeys: ['<string>'],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
azure: {
$drop: [],
location: '<string>',
subscriptionId: '<string>',
sdkSecretLink: '<string>',
resourceGroup: '<string>',
networking: {
$drop: [],
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
'$replace/networking': {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {
$drop: [],
reference: {
$drop: [],
publisher: '<string>',
offer: '<string>',
sku: '<string>',
version: '<string>'
},
'$replace/reference': {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
'$replace/image': {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
sshKeys: ['<string>'],
'$drop/sshKeys': ['<string>'],
'$append/sshKeys': ['<string>'],
'$retain/sshKeys': ['<string>'],
networkId: '<string>',
tags: {},
'$replace/tags': {},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
size: '<string>',
subnetId: '<string>',
zones: [123],
overrideImage: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
bootDiskSize: 123,
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
size: '<string>',
subnetId: '<string>',
zones: [123],
overrideImage: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
bootDiskSize: 123,
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
size: '<string>',
subnetId: '<string>',
zones: [123],
'$drop/zones': [123],
'$append/zones': [123],
'$retain/zones': [123],
overrideImage: {
$drop: [],
reference: {
$drop: [],
publisher: '<string>',
offer: '<string>',
sku: '<string>',
version: '<string>'
},
'$replace/reference': {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
'$replace/overrideImage': {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
bootDiskSize: 123,
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
'$replace/azure': {
location: '<string>',
subscriptionId: '<string>',
sdkSecretLink: '<string>',
resourceGroup: '<string>',
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
sshKeys: ['<string>'],
networkId: '<string>',
tags: {},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
size: '<string>',
subnetId: '<string>',
zones: [123],
overrideImage: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
bootDiskSize: 123,
minSize: 123,
maxSize: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
digitalocean: {
$drop: [],
digitalOceanTags: ['<string>'],
'$drop/digitalOceanTags': ['<string>'],
'$append/digitalOceanTags': ['<string>'],
'$retain/digitalOceanTags': ['<string>'],
networking: {$drop: ['dnsForwarder'], dnsForwarder: '<string>'},
'$replace/networking': {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
vpcId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
dropletSize: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
dropletSize: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
dropletSize: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
'$retain/nodePools': ['<string>'],
image: '<string>',
sshKeys: ['<string>'],
'$drop/sshKeys': ['<string>'],
'$append/sshKeys': ['<string>'],
'$retain/sshKeys': ['<string>'],
extraSshKeys: ['<string>'],
'$drop/extraSshKeys': ['<string>'],
'$append/extraSshKeys': ['<string>'],
'$retain/extraSshKeys': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
reservedIPs: ['<string>'],
'$drop/reservedIPs': ['<string>'],
'$append/reservedIPs': ['<string>'],
'$retain/reservedIPs': ['<string>']
},
'$replace/digitalocean': {
digitalOceanTags: ['<string>'],
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
vpcId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
dropletSize: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
image: '<string>',
sshKeys: ['<string>'],
extraSshKeys: ['<string>'],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
reservedIPs: ['<string>']
},
gcp: {
$drop: [],
projectId: '<string>',
region: '<string>',
labels: {},
'$replace/labels': {},
tags: ['<string>'],
'$drop/tags': ['<string>'],
'$append/tags': ['<string>'],
'$retain/tags': ['<string>'],
metadata: {},
'$replace/metadata': {},
network: '<string>',
saKeyLink: '<string>',
networking: {
$drop: [],
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
'$replace/networking': {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {
$drop: [],
family: {$drop: [], project: '<string>', family: '<string>'},
'$replace/family': {project: '<string>', family: '<string>'},
exact: '<string>'
},
'$replace/image': {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
machineType: '<string>',
assignPublicIP: true,
zone: '<string>',
overrideImage: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
preemptible: true,
subnet: '<string>',
localPersistentDisks: 123
}
],
'$drop/nodePools': ['<string>'],
'$append/nodePools': [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
machineType: '<string>',
assignPublicIP: true,
zone: '<string>',
overrideImage: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
preemptible: true,
subnet: '<string>',
localPersistentDisks: 123
}
],
'$patch/nodePools': [
{
$drop: [],
name: '<string>',
labels: {},
'$replace/labels': {},
taints: [{key: '<string>', value: '<string>'}],
'$drop/taints': ['<string>'],
'$append/taints': [{key: '<string>', value: '<string>'}],
'$patch/taints': [{$drop: [], key: '<string>', value: '<string>'}],
'$retain/taints': ['<string>'],
machineType: '<string>',
assignPublicIP: true,
zone: '<string>',
overrideImage: {
$drop: [],
family: {$drop: [], project: '<string>', family: '<string>'},
'$replace/family': {project: '<string>', family: '<string>'},
exact: '<string>'
},
'$replace/overrideImage': {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
preemptible: true,
subnet: '<string>',
localPersistentDisks: 123
}
],
'$retain/nodePools': ['<string>'],
autoscaler: {
$drop: [],
expander: [],
'$drop/expander': [],
'$append/expander': [],
'$retain/expander': [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
'$replace/autoscaler': {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
'$replace/gcp': {
projectId: '<string>',
region: '<string>',
labels: {},
tags: ['<string>'],
metadata: {},
network: '<string>',
saKeyLink: '<string>',
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
machineType: '<string>',
assignPublicIP: true,
zone: '<string>',
overrideImage: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
preemptible: true,
subnet: '<string>',
localPersistentDisks: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
}
},
'$replace/provider': {
generic: {
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
nodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}]
},
hetzner: {
hetznerLabels: {},
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
networkId: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
dedicatedServerNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
image: 'ubuntu-20.04',
sshKey: '<string>',
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
floatingIPSelector: {}
},
aws: {
awsTags: {},
skipCreateRoles: true,
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {exact: '<string>'},
deployRoleArn: '<string>',
deployRoleChain: [{roleArn: '<string>', externalId: '<string>', sessionNamePrefix: '<string>'}],
vpcId: '<string>',
keyPair: '<string>',
diskEncryptionKeyArn: '<string>',
securityGroupIds: ['<string>'],
extraNodePolicies: ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
instanceTypes: ['<string>'],
overrideImage: {exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
onDemandBaseCapacity: 123,
onDemandPercentageAboveBaseCapacity: 123,
spotAllocationStrategy: 'lowest-price',
subnetIds: ['<string>'],
extraSecurityGroupIds: ['<string>'],
cpuOptions: {nestedVirtualization: true}
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
linode: {
region: '<string>',
tokenSecretLink: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
subnetId: '<string>',
minSize: 123,
maxSize: 123
}
],
image: '<string>',
authorizedUsers: ['<string>'],
authorizedKeys: ['<string>'],
vpcId: '<string>',
preInstallScript: '<string>',
networking: {dnsForwarder: '<string>'},
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
oblivus: {
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
sshKeys: ['<string>'],
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
preInstallScript: '<string>'
},
lambdalabs: {
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
sshKey: '<string>',
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
fileSystems: ['<string>'],
preInstallScript: '<string>'
},
paperspace: {
tokenSecretLink: '<string>',
sharedDrives: ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123,
bootDiskSize: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
preInstallScript: '<string>',
userIds: ['<string>'],
networkId: '<string>'
},
ephemeral: {
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
count: 123,
flavor: 'debian',
cpu: '<string>',
memory: '<string>'
}
]
},
triton: {
connection: {
url: '<string>',
account: '<string>',
user: '<string>',
privateKeySecretLink: '<string>'
},
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
loadBalancer: {
manual: {
packageId: '<string>',
imageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
metadata: {},
tags: {},
logging: {nodePort: 123, externalSyslog: '<string>'},
count: 123,
cnsInternalDomain: '<string>',
cnsPublicDomain: '<string>'
},
none: {},
gateway: {}
},
privateNetworkId: '<string>',
firewallEnabled: true,
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
packageId: '<string>',
overrideImageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
tritonTags: {},
minSize: 123,
maxSize: 123
}
],
imageId: '<string>',
sshKeys: ['<string>'],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
azure: {
location: '<string>',
subscriptionId: '<string>',
sdkSecretLink: '<string>',
resourceGroup: '<string>',
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
sshKeys: ['<string>'],
networkId: '<string>',
tags: {},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
size: '<string>',
subnetId: '<string>',
zones: [123],
overrideImage: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
bootDiskSize: 123,
minSize: 123,
maxSize: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
digitalocean: {
digitalOceanTags: ['<string>'],
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
vpcId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
dropletSize: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
image: '<string>',
sshKeys: ['<string>'],
extraSshKeys: ['<string>'],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
reservedIPs: ['<string>']
},
gcp: {
projectId: '<string>',
region: '<string>',
labels: {},
tags: ['<string>'],
metadata: {},
network: '<string>',
saKeyLink: '<string>',
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
machineType: '<string>',
assignPublicIP: true,
zone: '<string>',
overrideImage: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
preemptible: true,
subnet: '<string>',
localPersistentDisks: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
}
},
addOns: {
$drop: [],
dashboard: {},
'$replace/dashboard': {},
headlamp: {},
'$replace/headlamp': {},
azureWorkloadIdentity: {$drop: ['tenantId'], tenantId: '<string>'},
'$replace/azureWorkloadIdentity': {tenantId: '<string>'},
awsWorkloadIdentity: {},
'$replace/awsWorkloadIdentity': {},
localPathStorage: {},
'$replace/localPathStorage': {},
metrics: {
$drop: [],
kubeState: true,
coreDns: true,
kubelet: true,
apiserver: true,
nodeExporter: true,
cadvisor: true,
scrapeAnnotated: {
$drop: [],
intervalSeconds: 123,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
retainLabels: '<string>'
},
'$replace/scrapeAnnotated': {
intervalSeconds: 123,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
retainLabels: '<string>'
}
},
'$replace/metrics': {
kubeState: true,
coreDns: true,
kubelet: true,
apiserver: true,
nodeExporter: true,
cadvisor: true,
scrapeAnnotated: {
intervalSeconds: 123,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
retainLabels: '<string>'
}
},
logs: {
$drop: [],
auditEnabled: true,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
docker: true,
kubelet: true,
kernel: true,
events: true
},
'$replace/logs': {
auditEnabled: true,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
docker: true,
kubelet: true,
kernel: true,
events: true
},
registryMirror: {
$drop: ['mirrors'],
mirrors: [{registry: '<string>', mirrors: ['<string>']}],
'$drop/mirrors': ['<string>'],
'$append/mirrors': [{registry: '<string>', mirrors: ['<string>']}],
'$patch/mirrors': [
{
$drop: [],
'$replace/registry': '<string>',
registry: '<unknown>',
mirrors: ['<string>'],
'$drop/mirrors': ['<string>'],
'$append/mirrors': ['<string>'],
'$retain/mirrors': ['<string>']
}
],
'$retain/mirrors': ['<string>']
},
'$replace/registryMirror': {mirrors: [{registry: '<string>', mirrors: ['<string>']}]},
nvidia: {$drop: ['taintGPUNodes'], taintGPUNodes: true},
'$replace/nvidia': {taintGPUNodes: true},
awsEFS: {$drop: ['roleArn'], roleArn: '<string>'},
'$replace/awsEFS': {roleArn: '<string>'},
awsECR: {$drop: ['roleArn'], roleArn: '<string>'},
'$replace/awsECR': {roleArn: '<string>'},
awsELB: {$drop: ['roleArn'], roleArn: '<string>'},
'$replace/awsELB': {roleArn: '<string>'},
azureACR: {$drop: ['clientId'], clientId: '<string>'},
'$replace/azureACR': {clientId: '<string>'},
sysbox: {},
'$replace/sysbox': {},
byok: {
$drop: [],
ignoreUpdates: true,
location: '<string>',
config: {
$drop: [],
actuator: {
$drop: [],
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
env: {},
'$replace/env': {}
},
'$replace/actuator': {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
env: {}
},
juicefs: {$drop: ['enabled'], enabled: true},
'$replace/juicefs': {enabled: true},
middlebox: {
$drop: [],
enabled: true,
bandwidthAlertMbps: 123,
ip: '<string>',
ingressReplicas: 123,
port: 123
},
'$replace/middlebox': {
enabled: true,
bandwidthAlertMbps: 123,
ip: '<string>',
ingressReplicas: 123,
port: 123
},
common: {
$drop: [],
deploymentReplicas: 123,
pdb: {$drop: ['maxUnavailable'], maxUnavailable: 123},
'$replace/pdb': {maxUnavailable: 123}
},
'$replace/common': {deploymentReplicas: 123, pdb: {maxUnavailable: 123}},
longhorn: {$drop: [], numberOfReplicas: 123, replicas: 123, isDefault: true},
'$replace/longhorn': {numberOfReplicas: 123, replicas: 123, isDefault: true},
byok: {$drop: ['noDefaultStorageClasses'], noDefaultStorageClasses: true},
'$replace/byok': {noDefaultStorageClasses: true},
ingress: {$drop: [], cpu: '<string>', memory: '<string>', targetPercent: 123},
'$replace/ingress': {cpu: '<string>', memory: '<string>', targetPercent: 123},
istio: {
$drop: [],
istiod: {
$drop: [],
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
'$replace/istiod': {
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
ingressgateway: {$drop: [], replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
'$replace/ingressgateway': {replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
sidecar: {$drop: [], minCpu: '<string>', minMemory: '<string>'},
'$replace/sidecar': {minCpu: '<string>', minMemory: '<string>'}
},
'$replace/istio': {
istiod: {
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
ingressgateway: {replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
sidecar: {minCpu: '<string>', minMemory: '<string>'}
},
logSplitter: {
$drop: [],
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
memBufferSize: '<string>',
perPodRate: 123
},
'$replace/logSplitter': {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
memBufferSize: '<string>',
perPodRate: 123
},
monitoring: {
$drop: [],
minMemory: '<string>',
maxMemory: '<string>',
kubeStateMetrics: {$drop: ['minMemory'], minMemory: '<string>'},
'$replace/kubeStateMetrics': {minMemory: '<string>'},
prometheus: {
$drop: ['main'],
main: {$drop: ['storage'], storage: '<string>'},
'$replace/main': {storage: '<string>'}
},
'$replace/prometheus': {main: {storage: '<string>'}},
remoteWrite: [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
'$drop/remoteWrite': ['<string>'],
'$append/remoteWrite': [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
'$patch/remoteWrite': [
{
$drop: [],
basic_auth: {
$drop: [],
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
'$replace/basic_auth': {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {
$drop: [],
type: '<string>',
credentials: '<string>',
credentials_file: '<string>'
},
'$replace/authorization': {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
'$replace/oauth2': {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
'$replace/tls_config': {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
'$replace/proxy_connect_header': {},
http_headers: {},
'$replace/http_headers': {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
'$replace/headers': {},
write_relabel_configs: [{}],
'$drop/write_relabel_configs': ['<string>'],
'$append/write_relabel_configs': [{}],
'$patch/write_relabel_configs': [{}],
'$retain/write_relabel_configs': ['<string>'],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
'$replace/sigv4': {},
azuread: {},
'$replace/azuread': {},
google_iam: {},
'$replace/google_iam': {},
queue_config: {},
'$replace/queue_config': {}
}
],
'$retain/remoteWrite': ['<string>'],
externalLabels: {},
'$replace/externalLabels': {}
},
'$replace/monitoring': {
minMemory: '<string>',
maxMemory: '<string>',
kubeStateMetrics: {minMemory: '<string>'},
prometheus: {main: {storage: '<string>'}},
remoteWrite: [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
externalLabels: {}
},
redis: {
$drop: [],
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: '<string>'
},
'$replace/redis': {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: '<string>'
},
redisHa: {
$drop: [],
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
'$replace/redisHa': {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
redisSentinel: {
$drop: [],
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
'$replace/redisSentinel': {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
tempoAgent: {$drop: [], minCpu: '<string>', minMemory: '<string>'},
'$replace/tempoAgent': {minCpu: '<string>', minMemory: '<string>'},
internalDns: {
$drop: [],
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>'
},
'$replace/internalDns': {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>'
}
},
'$replace/config': {
actuator: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
env: {}
},
juicefs: {enabled: true},
middlebox: {
enabled: true,
bandwidthAlertMbps: 123,
ip: '<string>',
ingressReplicas: 123,
port: 123
},
common: {deploymentReplicas: 123, pdb: {maxUnavailable: 123}},
longhorn: {numberOfReplicas: 123, replicas: 123, isDefault: true},
byok: {noDefaultStorageClasses: true},
ingress: {cpu: '<string>', memory: '<string>', targetPercent: 123},
istio: {
istiod: {
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
ingressgateway: {replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
sidecar: {minCpu: '<string>', minMemory: '<string>'}
},
logSplitter: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
memBufferSize: '<string>',
perPodRate: 123
},
monitoring: {
minMemory: '<string>',
maxMemory: '<string>',
kubeStateMetrics: {minMemory: '<string>'},
prometheus: {main: {storage: '<string>'}},
remoteWrite: [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
externalLabels: {}
},
redis: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: '<string>'
},
redisHa: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
redisSentinel: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
tempoAgent: {minCpu: '<string>', minMemory: '<string>'},
internalDns: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>'
}
}
},
'$replace/byok': {
ignoreUpdates: true,
location: '<string>',
config: {
actuator: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
env: {}
},
juicefs: {enabled: true},
middlebox: {
enabled: true,
bandwidthAlertMbps: 123,
ip: '<string>',
ingressReplicas: 123,
port: 123
},
common: {deploymentReplicas: 123, pdb: {maxUnavailable: 123}},
longhorn: {numberOfReplicas: 123, replicas: 123, isDefault: true},
byok: {noDefaultStorageClasses: true},
ingress: {cpu: '<string>', memory: '<string>', targetPercent: 123},
istio: {
istiod: {
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
ingressgateway: {replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
sidecar: {minCpu: '<string>', minMemory: '<string>'}
},
logSplitter: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
memBufferSize: '<string>',
perPodRate: 123
},
monitoring: {
minMemory: '<string>',
maxMemory: '<string>',
kubeStateMetrics: {minMemory: '<string>'},
prometheus: {main: {storage: '<string>'}},
remoteWrite: [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
externalLabels: {}
},
redis: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: '<string>'
},
redisHa: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
redisSentinel: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
tempoAgent: {minCpu: '<string>', minMemory: '<string>'},
internalDns: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>'
}
}
},
kubevirt: {$drop: ['scratchSpaceStorageClass'], scratchSpaceStorageClass: '<string>'},
'$replace/kubevirt': {scratchSpaceStorageClass: '<string>'},
nodeLocalDns: {},
'$replace/nodeLocalDns': {}
},
'$replace/addOns': {
dashboard: {},
headlamp: {},
azureWorkloadIdentity: {tenantId: '<string>'},
awsWorkloadIdentity: {},
localPathStorage: {},
metrics: {
kubeState: true,
coreDns: true,
kubelet: true,
apiserver: true,
nodeExporter: true,
cadvisor: true,
scrapeAnnotated: {
intervalSeconds: 123,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
retainLabels: '<string>'
}
},
logs: {
auditEnabled: true,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
docker: true,
kubelet: true,
kernel: true,
events: true
},
registryMirror: {mirrors: [{registry: '<string>', mirrors: ['<string>']}]},
nvidia: {taintGPUNodes: true},
awsEFS: {roleArn: '<string>'},
awsECR: {roleArn: '<string>'},
awsELB: {roleArn: '<string>'},
azureACR: {clientId: '<string>'},
sysbox: {},
byok: {
ignoreUpdates: true,
location: '<string>',
config: {
actuator: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
env: {}
},
juicefs: {enabled: true},
middlebox: {
enabled: true,
bandwidthAlertMbps: 123,
ip: '<string>',
ingressReplicas: 123,
port: 123
},
common: {deploymentReplicas: 123, pdb: {maxUnavailable: 123}},
longhorn: {numberOfReplicas: 123, replicas: 123, isDefault: true},
byok: {noDefaultStorageClasses: true},
ingress: {cpu: '<string>', memory: '<string>', targetPercent: 123},
istio: {
istiod: {
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
ingressgateway: {replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
sidecar: {minCpu: '<string>', minMemory: '<string>'}
},
logSplitter: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
memBufferSize: '<string>',
perPodRate: 123
},
monitoring: {
minMemory: '<string>',
maxMemory: '<string>',
kubeStateMetrics: {minMemory: '<string>'},
prometheus: {main: {storage: '<string>'}},
remoteWrite: [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
externalLabels: {}
},
redis: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: '<string>'
},
redisHa: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
redisSentinel: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
tempoAgent: {minCpu: '<string>', minMemory: '<string>'},
internalDns: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>'
}
}
},
kubevirt: {scratchSpaceStorageClass: '<string>'},
nodeLocalDns: {}
}
},
'$replace/spec': {
firewall: [{sourceCIDR: '<string>', description: '<string>'}],
provider: {
generic: {
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
nodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}]
},
hetzner: {
hetznerLabels: {},
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
networkId: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
dedicatedServerNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
image: 'ubuntu-20.04',
sshKey: '<string>',
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
floatingIPSelector: {}
},
aws: {
awsTags: {},
skipCreateRoles: true,
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {exact: '<string>'},
deployRoleArn: '<string>',
deployRoleChain: [{roleArn: '<string>', externalId: '<string>', sessionNamePrefix: '<string>'}],
vpcId: '<string>',
keyPair: '<string>',
diskEncryptionKeyArn: '<string>',
securityGroupIds: ['<string>'],
extraNodePolicies: ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
instanceTypes: ['<string>'],
overrideImage: {exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
onDemandBaseCapacity: 123,
onDemandPercentageAboveBaseCapacity: 123,
spotAllocationStrategy: 'lowest-price',
subnetIds: ['<string>'],
extraSecurityGroupIds: ['<string>'],
cpuOptions: {nestedVirtualization: true}
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
linode: {
region: '<string>',
tokenSecretLink: '<string>',
firewallId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
serverType: '<string>',
overrideImage: '<string>',
subnetId: '<string>',
minSize: 123,
maxSize: 123
}
],
image: '<string>',
authorizedUsers: ['<string>'],
authorizedKeys: ['<string>'],
vpcId: '<string>',
preInstallScript: '<string>',
networking: {dnsForwarder: '<string>'},
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
oblivus: {
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
sshKeys: ['<string>'],
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
preInstallScript: '<string>'
},
lambdalabs: {
tokenSecretLink: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123
}
],
sshKey: '<string>',
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
fileSystems: ['<string>'],
preInstallScript: '<string>'
},
paperspace: {
tokenSecretLink: '<string>',
sharedDrives: ['<string>'],
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
minSize: 123,
maxSize: 123,
bootDiskSize: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
unmanagedNodePools: [{name: '<string>', labels: {}, taints: [{key: '<string>', value: '<string>'}]}],
preInstallScript: '<string>',
userIds: ['<string>'],
networkId: '<string>'
},
ephemeral: {
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
count: 123,
flavor: 'debian',
cpu: '<string>',
memory: '<string>'
}
]
},
triton: {
connection: {
url: '<string>',
account: '<string>',
user: '<string>',
privateKeySecretLink: '<string>'
},
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
loadBalancer: {
manual: {
packageId: '<string>',
imageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
metadata: {},
tags: {},
logging: {nodePort: 123, externalSyslog: '<string>'},
count: 123,
cnsInternalDomain: '<string>',
cnsPublicDomain: '<string>'
},
none: {},
gateway: {}
},
privateNetworkId: '<string>',
firewallEnabled: true,
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
packageId: '<string>',
overrideImageId: '<string>',
publicNetworkId: '<string>',
privateNetworkIds: ['<string>'],
tritonTags: {},
minSize: 123,
maxSize: 123
}
],
imageId: '<string>',
sshKeys: ['<string>'],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
azure: {
location: '<string>',
subscriptionId: '<string>',
sdkSecretLink: '<string>',
resourceGroup: '<string>',
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
sshKeys: ['<string>'],
networkId: '<string>',
tags: {},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
size: '<string>',
subnetId: '<string>',
zones: [123],
overrideImage: {
reference: {publisher: '<string>', offer: '<string>', sku: '<string>', version: '<string>'}
},
bootDiskSize: 123,
minSize: 123,
maxSize: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
},
digitalocean: {
digitalOceanTags: ['<string>'],
networking: {dnsForwarder: '<string>'},
preInstallScript: '<string>',
tokenSecretLink: '<string>',
vpcId: '<string>',
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
dropletSize: '<string>',
overrideImage: '<string>',
minSize: 123,
maxSize: 123
}
],
image: '<string>',
sshKeys: ['<string>'],
extraSshKeys: ['<string>'],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
},
reservedIPs: ['<string>']
},
gcp: {
projectId: '<string>',
region: '<string>',
labels: {},
tags: ['<string>'],
metadata: {},
network: '<string>',
saKeyLink: '<string>',
networking: {
serviceNetwork: '10.43.0.0/16',
podNetwork: '10.42.0.0/16',
dnsForwarder: '<string>'
},
preInstallScript: '<string>',
image: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
nodePools: [
{
name: '<string>',
labels: {},
taints: [{key: '<string>', value: '<string>'}],
machineType: '<string>',
assignPublicIP: true,
zone: '<string>',
overrideImage: {family: {project: '<string>', family: '<string>'}, exact: '<string>'},
bootDiskSize: 123,
minSize: 123,
maxSize: 123,
preemptible: true,
subnet: '<string>',
localPersistentDisks: 123
}
],
autoscaler: {
expander: [],
unneededTime: '10m',
unreadyTime: '20m',
utilizationThreshold: 123
}
}
},
addOns: {
dashboard: {},
headlamp: {},
azureWorkloadIdentity: {tenantId: '<string>'},
awsWorkloadIdentity: {},
localPathStorage: {},
metrics: {
kubeState: true,
coreDns: true,
kubelet: true,
apiserver: true,
nodeExporter: true,
cadvisor: true,
scrapeAnnotated: {
intervalSeconds: 123,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
retainLabels: '<string>'
}
},
logs: {
auditEnabled: true,
includeNamespaces: '<string>',
excludeNamespaces: '<string>',
docker: true,
kubelet: true,
kernel: true,
events: true
},
registryMirror: {mirrors: [{registry: '<string>', mirrors: ['<string>']}]},
nvidia: {taintGPUNodes: true},
awsEFS: {roleArn: '<string>'},
awsECR: {roleArn: '<string>'},
awsELB: {roleArn: '<string>'},
azureACR: {clientId: '<string>'},
sysbox: {},
byok: {
ignoreUpdates: true,
location: '<string>',
config: {
actuator: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
env: {}
},
juicefs: {enabled: true},
middlebox: {
enabled: true,
bandwidthAlertMbps: 123,
ip: '<string>',
ingressReplicas: 123,
port: 123
},
common: {deploymentReplicas: 123, pdb: {maxUnavailable: 123}},
longhorn: {numberOfReplicas: 123, replicas: 123, isDefault: true},
byok: {noDefaultStorageClasses: true},
ingress: {cpu: '<string>', memory: '<string>', targetPercent: 123},
istio: {
istiod: {
replicas: 123,
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
pdb: 123
},
ingressgateway: {replicas: 123, maxCpu: '<string>', maxMemory: '<string>'},
sidecar: {minCpu: '<string>', minMemory: '<string>'}
},
logSplitter: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
memBufferSize: '<string>',
perPodRate: 123
},
monitoring: {
minMemory: '<string>',
maxMemory: '<string>',
kubeStateMetrics: {minMemory: '<string>'},
prometheus: {main: {storage: '<string>'}},
remoteWrite: [
{
basic_auth: {
username: '<string>',
username_file: '<string>',
password: '<string>',
password_file: '<string>'
},
authorization: {type: '<string>', credentials: '<string>', credentials_file: '<string>'},
oauth2: {},
follow_redirects: true,
enable_http2: true,
tls_config: {},
proxy_url: '<string>',
no_proxy: '<string>',
proxy_from_environment: true,
proxy_connect_header: {},
http_headers: {},
url: '<string>',
remote_timeout: '<string>',
headers: {},
write_relabel_configs: [{}],
name: '<string>',
send_exemplars: true,
send_native_histograms: true,
sigv4: {},
azuread: {},
google_iam: {},
queue_config: {}
}
],
externalLabels: {}
},
redis: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: '<string>'
},
redisHa: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
redisSentinel: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>',
storage: 123
},
tempoAgent: {minCpu: '<string>', minMemory: '<string>'},
internalDns: {
minCpu: '<string>',
maxCpu: '<string>',
minMemory: '<string>',
maxMemory: '<string>'
}
}
},
kubevirt: {scratchSpaceStorageClass: '<string>'},
nodeLocalDns: {}
}
}
})
};
fetch('https://api.cpln.io/org/{org}/mk8s/{name}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.cpln.io/org/{org}/mk8s/{name}",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "PATCH",
CURLOPT_POSTFIELDS => json_encode([
'$drop' => [
],
'name' => '<string>',
'description' => '<string>',
'tags' => [
],
'$replace/tags' => [
],
'spec' => [
'$drop' => [
],
'firewall' => [
[
'sourceCIDR' => '<string>',
'description' => '<string>'
]
],
'$drop/firewall' => [
'<string>'
],
'$append/firewall' => [
[
'sourceCIDR' => '<string>',
'description' => '<string>'
]
],
'$patch/firewall' => [
[
'$drop' => [
],
'sourceCIDR' => '<string>',
'description' => '<string>'
]
],
'$retain/firewall' => [
'<string>'
],
'provider' => [
'$drop' => [
],
'generic' => [
'$drop' => [
],
'networking' => [
'$drop' => [
],
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
]
]
],
'$retain/nodePools' => [
'<string>'
]
],
'$replace/generic' => [
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
]
],
'hetzner' => [
'$drop' => [
],
'hetznerLabels' => [
],
'$replace/hetznerLabels' => [
],
'networking' => [
'$drop' => [
'dnsForwarder'
],
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'networkId' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'dedicatedServerNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$drop/dedicatedServerNodePools' => [
'<string>'
],
'$append/dedicatedServerNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$patch/dedicatedServerNodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
]
]
],
'$retain/dedicatedServerNodePools' => [
'<string>'
],
'image' => 'ubuntu-20.04',
'sshKey' => '<string>',
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'floatingIPSelector' => [
],
'$replace/floatingIPSelector' => [
]
],
'$replace/hetzner' => [
'hetznerLabels' => [
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'networkId' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'dedicatedServerNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'image' => 'ubuntu-20.04',
'sshKey' => '<string>',
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'floatingIPSelector' => [
]
],
'aws' => [
'$drop' => [
],
'awsTags' => [
],
'$replace/awsTags' => [
],
'skipCreateRoles' => true,
'networking' => [
'$drop' => [
],
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'$drop' => [
],
'exact' => '<string>'
],
'$replace/image' => [
'exact' => '<string>'
],
'deployRoleArn' => '<string>',
'deployRoleChain' => [
[
'roleArn' => '<string>',
'externalId' => '<string>',
'sessionNamePrefix' => '<string>'
]
],
'$drop/deployRoleChain' => [
'<string>'
],
'$append/deployRoleChain' => [
[
'roleArn' => '<string>',
'externalId' => '<string>',
'sessionNamePrefix' => '<string>'
]
],
'$patch/deployRoleChain' => [
[
'$drop' => [
],
'roleArn' => '<string>',
'externalId' => '<string>',
'sessionNamePrefix' => '<string>'
]
],
'$retain/deployRoleChain' => [
'<string>'
],
'vpcId' => '<string>',
'keyPair' => '<string>',
'diskEncryptionKeyArn' => '<string>',
'securityGroupIds' => [
'<string>'
],
'$drop/securityGroupIds' => [
'<string>'
],
'$append/securityGroupIds' => [
'<string>'
],
'$retain/securityGroupIds' => [
'<string>'
],
'extraNodePolicies' => [
'<string>'
],
'$drop/extraNodePolicies' => [
'<string>'
],
'$append/extraNodePolicies' => [
'<string>'
],
'$retain/extraNodePolicies' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'instanceTypes' => [
'<string>'
],
'overrideImage' => [
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'onDemandBaseCapacity' => 123,
'onDemandPercentageAboveBaseCapacity' => 123,
'spotAllocationStrategy' => 'lowest-price',
'subnetIds' => [
'<string>'
],
'extraSecurityGroupIds' => [
'<string>'
],
'cpuOptions' => [
'nestedVirtualization' => true
]
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'instanceTypes' => [
'<string>'
],
'overrideImage' => [
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'onDemandBaseCapacity' => 123,
'onDemandPercentageAboveBaseCapacity' => 123,
'spotAllocationStrategy' => 'lowest-price',
'subnetIds' => [
'<string>'
],
'extraSecurityGroupIds' => [
'<string>'
],
'cpuOptions' => [
'nestedVirtualization' => true
]
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'instanceTypes' => [
'<string>'
],
'$drop/instanceTypes' => [
'<string>'
],
'$append/instanceTypes' => [
'<string>'
],
'$retain/instanceTypes' => [
'<string>'
],
'overrideImage' => [
'$drop' => [
],
'exact' => '<string>'
],
'$replace/overrideImage' => [
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'onDemandBaseCapacity' => 123,
'onDemandPercentageAboveBaseCapacity' => 123,
'spotAllocationStrategy' => 'lowest-price',
'subnetIds' => [
'<string>'
],
'$drop/subnetIds' => [
'<string>'
],
'$append/subnetIds' => [
'<string>'
],
'$retain/subnetIds' => [
'<string>'
],
'extraSecurityGroupIds' => [
'<string>'
],
'$drop/extraSecurityGroupIds' => [
'<string>'
],
'$append/extraSecurityGroupIds' => [
'<string>'
],
'$retain/extraSecurityGroupIds' => [
'<string>'
],
'cpuOptions' => [
'$drop' => [
'nestedVirtualization'
],
'nestedVirtualization' => true
],
'$replace/cpuOptions' => [
'nestedVirtualization' => true
]
]
],
'$retain/nodePools' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'$replace/aws' => [
'awsTags' => [
],
'skipCreateRoles' => true,
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'exact' => '<string>'
],
'deployRoleArn' => '<string>',
'deployRoleChain' => [
[
'roleArn' => '<string>',
'externalId' => '<string>',
'sessionNamePrefix' => '<string>'
]
],
'vpcId' => '<string>',
'keyPair' => '<string>',
'diskEncryptionKeyArn' => '<string>',
'securityGroupIds' => [
'<string>'
],
'extraNodePolicies' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'instanceTypes' => [
'<string>'
],
'overrideImage' => [
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'onDemandBaseCapacity' => 123,
'onDemandPercentageAboveBaseCapacity' => 123,
'spotAllocationStrategy' => 'lowest-price',
'subnetIds' => [
'<string>'
],
'extraSecurityGroupIds' => [
'<string>'
],
'cpuOptions' => [
'nestedVirtualization' => true
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'linode' => [
'$drop' => [
],
'region' => '<string>',
'tokenSecretLink' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'subnetId' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'subnetId' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'subnetId' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'image' => '<string>',
'authorizedUsers' => [
'<string>'
],
'$drop/authorizedUsers' => [
'<string>'
],
'$append/authorizedUsers' => [
'<string>'
],
'$retain/authorizedUsers' => [
'<string>'
],
'authorizedKeys' => [
'<string>'
],
'$drop/authorizedKeys' => [
'<string>'
],
'$append/authorizedKeys' => [
'<string>'
],
'$retain/authorizedKeys' => [
'<string>'
],
'vpcId' => '<string>',
'preInstallScript' => '<string>',
'networking' => [
'$drop' => [
'dnsForwarder'
],
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'dnsForwarder' => '<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'$replace/linode' => [
'region' => '<string>',
'tokenSecretLink' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'subnetId' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'image' => '<string>',
'authorizedUsers' => [
'<string>'
],
'authorizedKeys' => [
'<string>'
],
'vpcId' => '<string>',
'preInstallScript' => '<string>',
'networking' => [
'dnsForwarder' => '<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'oblivus' => [
'$drop' => [
],
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'sshKeys' => [
'<string>'
],
'$drop/sshKeys' => [
'<string>'
],
'$append/sshKeys' => [
'<string>'
],
'$retain/sshKeys' => [
'<string>'
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$drop/unmanagedNodePools' => [
'<string>'
],
'$append/unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$patch/unmanagedNodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
]
]
],
'$retain/unmanagedNodePools' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'preInstallScript' => '<string>'
],
'$replace/oblivus' => [
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'sshKeys' => [
'<string>'
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'preInstallScript' => '<string>'
],
'lambdalabs' => [
'$drop' => [
],
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'sshKey' => '<string>',
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$drop/unmanagedNodePools' => [
'<string>'
],
'$append/unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$patch/unmanagedNodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
]
]
],
'$retain/unmanagedNodePools' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'fileSystems' => [
'<string>'
],
'$drop/fileSystems' => [
'<string>'
],
'$append/fileSystems' => [
'<string>'
],
'$retain/fileSystems' => [
'<string>'
],
'preInstallScript' => '<string>'
],
'$replace/lambdalabs' => [
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'sshKey' => '<string>',
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'fileSystems' => [
'<string>'
],
'preInstallScript' => '<string>'
],
'paperspace' => [
'$drop' => [
],
'tokenSecretLink' => '<string>',
'sharedDrives' => [
'<string>'
],
'$drop/sharedDrives' => [
'<string>'
],
'$append/sharedDrives' => [
'<string>'
],
'$retain/sharedDrives' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123,
'bootDiskSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123,
'bootDiskSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'minSize' => 123,
'maxSize' => 123,
'bootDiskSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$drop/unmanagedNodePools' => [
'<string>'
],
'$append/unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'$patch/unmanagedNodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
]
]
],
'$retain/unmanagedNodePools' => [
'<string>'
],
'preInstallScript' => '<string>',
'userIds' => [
'<string>'
],
'$drop/userIds' => [
'<string>'
],
'$append/userIds' => [
'<string>'
],
'$retain/userIds' => [
'<string>'
],
'networkId' => '<string>'
],
'$replace/paperspace' => [
'tokenSecretLink' => '<string>',
'sharedDrives' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123,
'bootDiskSize' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'preInstallScript' => '<string>',
'userIds' => [
'<string>'
],
'networkId' => '<string>'
],
'ephemeral' => [
'$drop' => [
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'count' => 123,
'flavor' => 'debian',
'cpu' => '<string>',
'memory' => '<string>'
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'count' => 123,
'flavor' => 'debian',
'cpu' => '<string>',
'memory' => '<string>'
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'count' => 123,
'flavor' => 'debian',
'cpu' => '<string>',
'memory' => '<string>'
]
],
'$retain/nodePools' => [
'<string>'
]
],
'$replace/ephemeral' => [
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'count' => 123,
'flavor' => 'debian',
'cpu' => '<string>',
'memory' => '<string>'
]
]
],
'triton' => [
'$drop' => [
],
'connection' => [
'$drop' => [
],
'url' => '<string>',
'account' => '<string>',
'user' => '<string>',
'privateKeySecretLink' => '<string>'
],
'$replace/connection' => [
'url' => '<string>',
'account' => '<string>',
'user' => '<string>',
'privateKeySecretLink' => '<string>'
],
'networking' => [
'$drop' => [
'dnsForwarder'
],
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'loadBalancer' => [
'$drop' => [
],
'manual' => [
'$drop' => [
],
'packageId' => '<string>',
'imageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'$drop/privateNetworkIds' => [
'<string>'
],
'$append/privateNetworkIds' => [
'<string>'
],
'$retain/privateNetworkIds' => [
'<string>'
],
'metadata' => [
],
'$replace/metadata' => [
],
'tags' => [
],
'$replace/tags' => [
],
'logging' => [
'$drop' => [
],
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'$replace/logging' => [
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'count' => 123,
'cnsInternalDomain' => '<string>',
'cnsPublicDomain' => '<string>'
],
'$replace/manual' => [
'packageId' => '<string>',
'imageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'metadata' => [
],
'tags' => [
],
'logging' => [
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'count' => 123,
'cnsInternalDomain' => '<string>',
'cnsPublicDomain' => '<string>'
],
'none' => [
],
'$replace/none' => [
],
'gateway' => [
],
'$replace/gateway' => [
]
],
'$replace/loadBalancer' => [
'manual' => [
'packageId' => '<string>',
'imageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'metadata' => [
],
'tags' => [
],
'logging' => [
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'count' => 123,
'cnsInternalDomain' => '<string>',
'cnsPublicDomain' => '<string>'
],
'none' => [
],
'gateway' => [
]
],
'privateNetworkId' => '<string>',
'firewallEnabled' => true,
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'packageId' => '<string>',
'overrideImageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'tritonTags' => [
],
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'packageId' => '<string>',
'overrideImageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'tritonTags' => [
],
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'packageId' => '<string>',
'overrideImageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'$drop/privateNetworkIds' => [
'<string>'
],
'$append/privateNetworkIds' => [
'<string>'
],
'$retain/privateNetworkIds' => [
'<string>'
],
'tritonTags' => [
],
'$replace/tritonTags' => [
],
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'imageId' => '<string>',
'sshKeys' => [
'<string>'
],
'$drop/sshKeys' => [
'<string>'
],
'$append/sshKeys' => [
'<string>'
],
'$retain/sshKeys' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'$replace/triton' => [
'connection' => [
'url' => '<string>',
'account' => '<string>',
'user' => '<string>',
'privateKeySecretLink' => '<string>'
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'loadBalancer' => [
'manual' => [
'packageId' => '<string>',
'imageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'metadata' => [
],
'tags' => [
],
'logging' => [
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'count' => 123,
'cnsInternalDomain' => '<string>',
'cnsPublicDomain' => '<string>'
],
'none' => [
],
'gateway' => [
]
],
'privateNetworkId' => '<string>',
'firewallEnabled' => true,
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'packageId' => '<string>',
'overrideImageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'tritonTags' => [
],
'minSize' => 123,
'maxSize' => 123
]
],
'imageId' => '<string>',
'sshKeys' => [
'<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'azure' => [
'$drop' => [
],
'location' => '<string>',
'subscriptionId' => '<string>',
'sdkSecretLink' => '<string>',
'resourceGroup' => '<string>',
'networking' => [
'$drop' => [
],
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'$drop' => [
],
'reference' => [
'$drop' => [
],
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
],
'$replace/reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'$replace/image' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'sshKeys' => [
'<string>'
],
'$drop/sshKeys' => [
'<string>'
],
'$append/sshKeys' => [
'<string>'
],
'$retain/sshKeys' => [
'<string>'
],
'networkId' => '<string>',
'tags' => [
],
'$replace/tags' => [
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'size' => '<string>',
'subnetId' => '<string>',
'zones' => [
123
],
'overrideImage' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'size' => '<string>',
'subnetId' => '<string>',
'zones' => [
123
],
'overrideImage' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'size' => '<string>',
'subnetId' => '<string>',
'zones' => [
123
],
'$drop/zones' => [
123
],
'$append/zones' => [
123
],
'$retain/zones' => [
123
],
'overrideImage' => [
'$drop' => [
],
'reference' => [
'$drop' => [
],
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
],
'$replace/reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'$replace/overrideImage' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'$replace/azure' => [
'location' => '<string>',
'subscriptionId' => '<string>',
'sdkSecretLink' => '<string>',
'resourceGroup' => '<string>',
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'sshKeys' => [
'<string>'
],
'networkId' => '<string>',
'tags' => [
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'size' => '<string>',
'subnetId' => '<string>',
'zones' => [
123
],
'overrideImage' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'digitalocean' => [
'$drop' => [
],
'digitalOceanTags' => [
'<string>'
],
'$drop/digitalOceanTags' => [
'<string>'
],
'$append/digitalOceanTags' => [
'<string>'
],
'$retain/digitalOceanTags' => [
'<string>'
],
'networking' => [
'$drop' => [
'dnsForwarder'
],
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'vpcId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'dropletSize' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'dropletSize' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'dropletSize' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'image' => '<string>',
'sshKeys' => [
'<string>'
],
'$drop/sshKeys' => [
'<string>'
],
'$append/sshKeys' => [
'<string>'
],
'$retain/sshKeys' => [
'<string>'
],
'extraSshKeys' => [
'<string>'
],
'$drop/extraSshKeys' => [
'<string>'
],
'$append/extraSshKeys' => [
'<string>'
],
'$retain/extraSshKeys' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'reservedIPs' => [
'<string>'
],
'$drop/reservedIPs' => [
'<string>'
],
'$append/reservedIPs' => [
'<string>'
],
'$retain/reservedIPs' => [
'<string>'
]
],
'$replace/digitalocean' => [
'digitalOceanTags' => [
'<string>'
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'vpcId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'dropletSize' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'image' => '<string>',
'sshKeys' => [
'<string>'
],
'extraSshKeys' => [
'<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'reservedIPs' => [
'<string>'
]
],
'gcp' => [
'$drop' => [
],
'projectId' => '<string>',
'region' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'tags' => [
'<string>'
],
'$drop/tags' => [
'<string>'
],
'$append/tags' => [
'<string>'
],
'$retain/tags' => [
'<string>'
],
'metadata' => [
],
'$replace/metadata' => [
],
'network' => '<string>',
'saKeyLink' => '<string>',
'networking' => [
'$drop' => [
],
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'$replace/networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'$drop' => [
],
'family' => [
'$drop' => [
],
'project' => '<string>',
'family' => '<string>'
],
'$replace/family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'$replace/image' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'machineType' => '<string>',
'assignPublicIP' => true,
'zone' => '<string>',
'overrideImage' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'preemptible' => true,
'subnet' => '<string>',
'localPersistentDisks' => 123
]
],
'$drop/nodePools' => [
'<string>'
],
'$append/nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'machineType' => '<string>',
'assignPublicIP' => true,
'zone' => '<string>',
'overrideImage' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'preemptible' => true,
'subnet' => '<string>',
'localPersistentDisks' => 123
]
],
'$patch/nodePools' => [
[
'$drop' => [
],
'name' => '<string>',
'labels' => [
],
'$replace/labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$drop/taints' => [
'<string>'
],
'$append/taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'$patch/taints' => [
[
'$drop' => [
],
'key' => '<string>',
'value' => '<string>'
]
],
'$retain/taints' => [
'<string>'
],
'machineType' => '<string>',
'assignPublicIP' => true,
'zone' => '<string>',
'overrideImage' => [
'$drop' => [
],
'family' => [
'$drop' => [
],
'project' => '<string>',
'family' => '<string>'
],
'$replace/family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'$replace/overrideImage' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'preemptible' => true,
'subnet' => '<string>',
'localPersistentDisks' => 123
]
],
'$retain/nodePools' => [
'<string>'
],
'autoscaler' => [
'$drop' => [
],
'expander' => [
],
'$drop/expander' => [
],
'$append/expander' => [
],
'$retain/expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'$replace/autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'$replace/gcp' => [
'projectId' => '<string>',
'region' => '<string>',
'labels' => [
],
'tags' => [
'<string>'
],
'metadata' => [
],
'network' => '<string>',
'saKeyLink' => '<string>',
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'machineType' => '<string>',
'assignPublicIP' => true,
'zone' => '<string>',
'overrideImage' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'preemptible' => true,
'subnet' => '<string>',
'localPersistentDisks' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
]
],
'$replace/provider' => [
'generic' => [
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
]
],
'hetzner' => [
'hetznerLabels' => [
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'networkId' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'dedicatedServerNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'image' => 'ubuntu-20.04',
'sshKey' => '<string>',
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'floatingIPSelector' => [
]
],
'aws' => [
'awsTags' => [
],
'skipCreateRoles' => true,
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'exact' => '<string>'
],
'deployRoleArn' => '<string>',
'deployRoleChain' => [
[
'roleArn' => '<string>',
'externalId' => '<string>',
'sessionNamePrefix' => '<string>'
]
],
'vpcId' => '<string>',
'keyPair' => '<string>',
'diskEncryptionKeyArn' => '<string>',
'securityGroupIds' => [
'<string>'
],
'extraNodePolicies' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'instanceTypes' => [
'<string>'
],
'overrideImage' => [
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'onDemandBaseCapacity' => 123,
'onDemandPercentageAboveBaseCapacity' => 123,
'spotAllocationStrategy' => 'lowest-price',
'subnetIds' => [
'<string>'
],
'extraSecurityGroupIds' => [
'<string>'
],
'cpuOptions' => [
'nestedVirtualization' => true
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'linode' => [
'region' => '<string>',
'tokenSecretLink' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'subnetId' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'image' => '<string>',
'authorizedUsers' => [
'<string>'
],
'authorizedKeys' => [
'<string>'
],
'vpcId' => '<string>',
'preInstallScript' => '<string>',
'networking' => [
'dnsForwarder' => '<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'oblivus' => [
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'sshKeys' => [
'<string>'
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'preInstallScript' => '<string>'
],
'lambdalabs' => [
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'sshKey' => '<string>',
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'fileSystems' => [
'<string>'
],
'preInstallScript' => '<string>'
],
'paperspace' => [
'tokenSecretLink' => '<string>',
'sharedDrives' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123,
'bootDiskSize' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'preInstallScript' => '<string>',
'userIds' => [
'<string>'
],
'networkId' => '<string>'
],
'ephemeral' => [
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'count' => 123,
'flavor' => 'debian',
'cpu' => '<string>',
'memory' => '<string>'
]
]
],
'triton' => [
'connection' => [
'url' => '<string>',
'account' => '<string>',
'user' => '<string>',
'privateKeySecretLink' => '<string>'
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'loadBalancer' => [
'manual' => [
'packageId' => '<string>',
'imageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'metadata' => [
],
'tags' => [
],
'logging' => [
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'count' => 123,
'cnsInternalDomain' => '<string>',
'cnsPublicDomain' => '<string>'
],
'none' => [
],
'gateway' => [
]
],
'privateNetworkId' => '<string>',
'firewallEnabled' => true,
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'packageId' => '<string>',
'overrideImageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'tritonTags' => [
],
'minSize' => 123,
'maxSize' => 123
]
],
'imageId' => '<string>',
'sshKeys' => [
'<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'azure' => [
'location' => '<string>',
'subscriptionId' => '<string>',
'sdkSecretLink' => '<string>',
'resourceGroup' => '<string>',
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'sshKeys' => [
'<string>'
],
'networkId' => '<string>',
'tags' => [
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'size' => '<string>',
'subnetId' => '<string>',
'zones' => [
123
],
'overrideImage' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'digitalocean' => [
'digitalOceanTags' => [
'<string>'
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'vpcId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'dropletSize' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'image' => '<string>',
'sshKeys' => [
'<string>'
],
'extraSshKeys' => [
'<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'reservedIPs' => [
'<string>'
]
],
'gcp' => [
'projectId' => '<string>',
'region' => '<string>',
'labels' => [
],
'tags' => [
'<string>'
],
'metadata' => [
],
'network' => '<string>',
'saKeyLink' => '<string>',
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'machineType' => '<string>',
'assignPublicIP' => true,
'zone' => '<string>',
'overrideImage' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'preemptible' => true,
'subnet' => '<string>',
'localPersistentDisks' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
]
],
'addOns' => [
'$drop' => [
],
'dashboard' => [
],
'$replace/dashboard' => [
],
'headlamp' => [
],
'$replace/headlamp' => [
],
'azureWorkloadIdentity' => [
'$drop' => [
'tenantId'
],
'tenantId' => '<string>'
],
'$replace/azureWorkloadIdentity' => [
'tenantId' => '<string>'
],
'awsWorkloadIdentity' => [
],
'$replace/awsWorkloadIdentity' => [
],
'localPathStorage' => [
],
'$replace/localPathStorage' => [
],
'metrics' => [
'$drop' => [
],
'kubeState' => true,
'coreDns' => true,
'kubelet' => true,
'apiserver' => true,
'nodeExporter' => true,
'cadvisor' => true,
'scrapeAnnotated' => [
'$drop' => [
],
'intervalSeconds' => 123,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'retainLabels' => '<string>'
],
'$replace/scrapeAnnotated' => [
'intervalSeconds' => 123,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'retainLabels' => '<string>'
]
],
'$replace/metrics' => [
'kubeState' => true,
'coreDns' => true,
'kubelet' => true,
'apiserver' => true,
'nodeExporter' => true,
'cadvisor' => true,
'scrapeAnnotated' => [
'intervalSeconds' => 123,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'retainLabels' => '<string>'
]
],
'logs' => [
'$drop' => [
],
'auditEnabled' => true,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'docker' => true,
'kubelet' => true,
'kernel' => true,
'events' => true
],
'$replace/logs' => [
'auditEnabled' => true,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'docker' => true,
'kubelet' => true,
'kernel' => true,
'events' => true
],
'registryMirror' => [
'$drop' => [
'mirrors'
],
'mirrors' => [
[
'registry' => '<string>',
'mirrors' => [
'<string>'
]
]
],
'$drop/mirrors' => [
'<string>'
],
'$append/mirrors' => [
[
'registry' => '<string>',
'mirrors' => [
'<string>'
]
]
],
'$patch/mirrors' => [
[
'$drop' => [
],
'$replace/registry' => '<string>',
'registry' => '<unknown>',
'mirrors' => [
'<string>'
],
'$drop/mirrors' => [
'<string>'
],
'$append/mirrors' => [
'<string>'
],
'$retain/mirrors' => [
'<string>'
]
]
],
'$retain/mirrors' => [
'<string>'
]
],
'$replace/registryMirror' => [
'mirrors' => [
[
'registry' => '<string>',
'mirrors' => [
'<string>'
]
]
]
],
'nvidia' => [
'$drop' => [
'taintGPUNodes'
],
'taintGPUNodes' => true
],
'$replace/nvidia' => [
'taintGPUNodes' => true
],
'awsEFS' => [
'$drop' => [
'roleArn'
],
'roleArn' => '<string>'
],
'$replace/awsEFS' => [
'roleArn' => '<string>'
],
'awsECR' => [
'$drop' => [
'roleArn'
],
'roleArn' => '<string>'
],
'$replace/awsECR' => [
'roleArn' => '<string>'
],
'awsELB' => [
'$drop' => [
'roleArn'
],
'roleArn' => '<string>'
],
'$replace/awsELB' => [
'roleArn' => '<string>'
],
'azureACR' => [
'$drop' => [
'clientId'
],
'clientId' => '<string>'
],
'$replace/azureACR' => [
'clientId' => '<string>'
],
'sysbox' => [
],
'$replace/sysbox' => [
],
'byok' => [
'$drop' => [
],
'ignoreUpdates' => true,
'location' => '<string>',
'config' => [
'$drop' => [
],
'actuator' => [
'$drop' => [
],
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'env' => [
],
'$replace/env' => [
]
],
'$replace/actuator' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'env' => [
]
],
'juicefs' => [
'$drop' => [
'enabled'
],
'enabled' => true
],
'$replace/juicefs' => [
'enabled' => true
],
'middlebox' => [
'$drop' => [
],
'enabled' => true,
'bandwidthAlertMbps' => 123,
'ip' => '<string>',
'ingressReplicas' => 123,
'port' => 123
],
'$replace/middlebox' => [
'enabled' => true,
'bandwidthAlertMbps' => 123,
'ip' => '<string>',
'ingressReplicas' => 123,
'port' => 123
],
'common' => [
'$drop' => [
],
'deploymentReplicas' => 123,
'pdb' => [
'$drop' => [
'maxUnavailable'
],
'maxUnavailable' => 123
],
'$replace/pdb' => [
'maxUnavailable' => 123
]
],
'$replace/common' => [
'deploymentReplicas' => 123,
'pdb' => [
'maxUnavailable' => 123
]
],
'longhorn' => [
'$drop' => [
],
'numberOfReplicas' => 123,
'replicas' => 123,
'isDefault' => true
],
'$replace/longhorn' => [
'numberOfReplicas' => 123,
'replicas' => 123,
'isDefault' => true
],
'byok' => [
'$drop' => [
'noDefaultStorageClasses'
],
'noDefaultStorageClasses' => true
],
'$replace/byok' => [
'noDefaultStorageClasses' => true
],
'ingress' => [
'$drop' => [
],
'cpu' => '<string>',
'memory' => '<string>',
'targetPercent' => 123
],
'$replace/ingress' => [
'cpu' => '<string>',
'memory' => '<string>',
'targetPercent' => 123
],
'istio' => [
'$drop' => [
],
'istiod' => [
'$drop' => [
],
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'$replace/istiod' => [
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'ingressgateway' => [
'$drop' => [
],
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'$replace/ingressgateway' => [
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'sidecar' => [
'$drop' => [
],
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'$replace/sidecar' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
]
],
'$replace/istio' => [
'istiod' => [
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'ingressgateway' => [
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'sidecar' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
]
],
'logSplitter' => [
'$drop' => [
],
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'memBufferSize' => '<string>',
'perPodRate' => 123
],
'$replace/logSplitter' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'memBufferSize' => '<string>',
'perPodRate' => 123
],
'monitoring' => [
'$drop' => [
],
'minMemory' => '<string>',
'maxMemory' => '<string>',
'kubeStateMetrics' => [
'$drop' => [
'minMemory'
],
'minMemory' => '<string>'
],
'$replace/kubeStateMetrics' => [
'minMemory' => '<string>'
],
'prometheus' => [
'$drop' => [
'main'
],
'main' => [
'$drop' => [
'storage'
],
'storage' => '<string>'
],
'$replace/main' => [
'storage' => '<string>'
]
],
'$replace/prometheus' => [
'main' => [
'storage' => '<string>'
]
],
'remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'$drop/remoteWrite' => [
'<string>'
],
'$append/remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'$patch/remoteWrite' => [
[
'$drop' => [
],
'basic_auth' => [
'$drop' => [
],
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'$replace/basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'$drop' => [
],
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'$replace/authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'$replace/oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'$replace/tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'$replace/proxy_connect_header' => [
],
'http_headers' => [
],
'$replace/http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'$replace/headers' => [
],
'write_relabel_configs' => [
[
]
],
'$drop/write_relabel_configs' => [
'<string>'
],
'$append/write_relabel_configs' => [
[
]
],
'$patch/write_relabel_configs' => [
[
]
],
'$retain/write_relabel_configs' => [
'<string>'
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'$replace/sigv4' => [
],
'azuread' => [
],
'$replace/azuread' => [
],
'google_iam' => [
],
'$replace/google_iam' => [
],
'queue_config' => [
],
'$replace/queue_config' => [
]
]
],
'$retain/remoteWrite' => [
'<string>'
],
'externalLabels' => [
],
'$replace/externalLabels' => [
]
],
'$replace/monitoring' => [
'minMemory' => '<string>',
'maxMemory' => '<string>',
'kubeStateMetrics' => [
'minMemory' => '<string>'
],
'prometheus' => [
'main' => [
'storage' => '<string>'
]
],
'remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'externalLabels' => [
]
],
'redis' => [
'$drop' => [
],
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => '<string>'
],
'$replace/redis' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => '<string>'
],
'redisHa' => [
'$drop' => [
],
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'$replace/redisHa' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'redisSentinel' => [
'$drop' => [
],
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'$replace/redisSentinel' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'tempoAgent' => [
'$drop' => [
],
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'$replace/tempoAgent' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'internalDns' => [
'$drop' => [
],
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>'
],
'$replace/internalDns' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>'
]
],
'$replace/config' => [
'actuator' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'env' => [
]
],
'juicefs' => [
'enabled' => true
],
'middlebox' => [
'enabled' => true,
'bandwidthAlertMbps' => 123,
'ip' => '<string>',
'ingressReplicas' => 123,
'port' => 123
],
'common' => [
'deploymentReplicas' => 123,
'pdb' => [
'maxUnavailable' => 123
]
],
'longhorn' => [
'numberOfReplicas' => 123,
'replicas' => 123,
'isDefault' => true
],
'byok' => [
'noDefaultStorageClasses' => true
],
'ingress' => [
'cpu' => '<string>',
'memory' => '<string>',
'targetPercent' => 123
],
'istio' => [
'istiod' => [
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'ingressgateway' => [
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'sidecar' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
]
],
'logSplitter' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'memBufferSize' => '<string>',
'perPodRate' => 123
],
'monitoring' => [
'minMemory' => '<string>',
'maxMemory' => '<string>',
'kubeStateMetrics' => [
'minMemory' => '<string>'
],
'prometheus' => [
'main' => [
'storage' => '<string>'
]
],
'remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'externalLabels' => [
]
],
'redis' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => '<string>'
],
'redisHa' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'redisSentinel' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'tempoAgent' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'internalDns' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>'
]
]
],
'$replace/byok' => [
'ignoreUpdates' => true,
'location' => '<string>',
'config' => [
'actuator' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'env' => [
]
],
'juicefs' => [
'enabled' => true
],
'middlebox' => [
'enabled' => true,
'bandwidthAlertMbps' => 123,
'ip' => '<string>',
'ingressReplicas' => 123,
'port' => 123
],
'common' => [
'deploymentReplicas' => 123,
'pdb' => [
'maxUnavailable' => 123
]
],
'longhorn' => [
'numberOfReplicas' => 123,
'replicas' => 123,
'isDefault' => true
],
'byok' => [
'noDefaultStorageClasses' => true
],
'ingress' => [
'cpu' => '<string>',
'memory' => '<string>',
'targetPercent' => 123
],
'istio' => [
'istiod' => [
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'ingressgateway' => [
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'sidecar' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
]
],
'logSplitter' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'memBufferSize' => '<string>',
'perPodRate' => 123
],
'monitoring' => [
'minMemory' => '<string>',
'maxMemory' => '<string>',
'kubeStateMetrics' => [
'minMemory' => '<string>'
],
'prometheus' => [
'main' => [
'storage' => '<string>'
]
],
'remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'externalLabels' => [
]
],
'redis' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => '<string>'
],
'redisHa' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'redisSentinel' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'tempoAgent' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'internalDns' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>'
]
]
],
'kubevirt' => [
'$drop' => [
'scratchSpaceStorageClass'
],
'scratchSpaceStorageClass' => '<string>'
],
'$replace/kubevirt' => [
'scratchSpaceStorageClass' => '<string>'
],
'nodeLocalDns' => [
],
'$replace/nodeLocalDns' => [
]
],
'$replace/addOns' => [
'dashboard' => [
],
'headlamp' => [
],
'azureWorkloadIdentity' => [
'tenantId' => '<string>'
],
'awsWorkloadIdentity' => [
],
'localPathStorage' => [
],
'metrics' => [
'kubeState' => true,
'coreDns' => true,
'kubelet' => true,
'apiserver' => true,
'nodeExporter' => true,
'cadvisor' => true,
'scrapeAnnotated' => [
'intervalSeconds' => 123,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'retainLabels' => '<string>'
]
],
'logs' => [
'auditEnabled' => true,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'docker' => true,
'kubelet' => true,
'kernel' => true,
'events' => true
],
'registryMirror' => [
'mirrors' => [
[
'registry' => '<string>',
'mirrors' => [
'<string>'
]
]
]
],
'nvidia' => [
'taintGPUNodes' => true
],
'awsEFS' => [
'roleArn' => '<string>'
],
'awsECR' => [
'roleArn' => '<string>'
],
'awsELB' => [
'roleArn' => '<string>'
],
'azureACR' => [
'clientId' => '<string>'
],
'sysbox' => [
],
'byok' => [
'ignoreUpdates' => true,
'location' => '<string>',
'config' => [
'actuator' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'env' => [
]
],
'juicefs' => [
'enabled' => true
],
'middlebox' => [
'enabled' => true,
'bandwidthAlertMbps' => 123,
'ip' => '<string>',
'ingressReplicas' => 123,
'port' => 123
],
'common' => [
'deploymentReplicas' => 123,
'pdb' => [
'maxUnavailable' => 123
]
],
'longhorn' => [
'numberOfReplicas' => 123,
'replicas' => 123,
'isDefault' => true
],
'byok' => [
'noDefaultStorageClasses' => true
],
'ingress' => [
'cpu' => '<string>',
'memory' => '<string>',
'targetPercent' => 123
],
'istio' => [
'istiod' => [
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'ingressgateway' => [
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'sidecar' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
]
],
'logSplitter' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'memBufferSize' => '<string>',
'perPodRate' => 123
],
'monitoring' => [
'minMemory' => '<string>',
'maxMemory' => '<string>',
'kubeStateMetrics' => [
'minMemory' => '<string>'
],
'prometheus' => [
'main' => [
'storage' => '<string>'
]
],
'remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'externalLabels' => [
]
],
'redis' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => '<string>'
],
'redisHa' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'redisSentinel' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'tempoAgent' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'internalDns' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>'
]
]
],
'kubevirt' => [
'scratchSpaceStorageClass' => '<string>'
],
'nodeLocalDns' => [
]
]
],
'$replace/spec' => [
'firewall' => [
[
'sourceCIDR' => '<string>',
'description' => '<string>'
]
],
'provider' => [
'generic' => [
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
]
],
'hetzner' => [
'hetznerLabels' => [
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'networkId' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'dedicatedServerNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'image' => 'ubuntu-20.04',
'sshKey' => '<string>',
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'floatingIPSelector' => [
]
],
'aws' => [
'awsTags' => [
],
'skipCreateRoles' => true,
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'exact' => '<string>'
],
'deployRoleArn' => '<string>',
'deployRoleChain' => [
[
'roleArn' => '<string>',
'externalId' => '<string>',
'sessionNamePrefix' => '<string>'
]
],
'vpcId' => '<string>',
'keyPair' => '<string>',
'diskEncryptionKeyArn' => '<string>',
'securityGroupIds' => [
'<string>'
],
'extraNodePolicies' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'instanceTypes' => [
'<string>'
],
'overrideImage' => [
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'onDemandBaseCapacity' => 123,
'onDemandPercentageAboveBaseCapacity' => 123,
'spotAllocationStrategy' => 'lowest-price',
'subnetIds' => [
'<string>'
],
'extraSecurityGroupIds' => [
'<string>'
],
'cpuOptions' => [
'nestedVirtualization' => true
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'linode' => [
'region' => '<string>',
'tokenSecretLink' => '<string>',
'firewallId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'serverType' => '<string>',
'overrideImage' => '<string>',
'subnetId' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'image' => '<string>',
'authorizedUsers' => [
'<string>'
],
'authorizedKeys' => [
'<string>'
],
'vpcId' => '<string>',
'preInstallScript' => '<string>',
'networking' => [
'dnsForwarder' => '<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'oblivus' => [
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'sshKeys' => [
'<string>'
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'preInstallScript' => '<string>'
],
'lambdalabs' => [
'tokenSecretLink' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123
]
],
'sshKey' => '<string>',
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'fileSystems' => [
'<string>'
],
'preInstallScript' => '<string>'
],
'paperspace' => [
'tokenSecretLink' => '<string>',
'sharedDrives' => [
'<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'minSize' => 123,
'maxSize' => 123,
'bootDiskSize' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'unmanagedNodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
]
]
],
'preInstallScript' => '<string>',
'userIds' => [
'<string>'
],
'networkId' => '<string>'
],
'ephemeral' => [
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'count' => 123,
'flavor' => 'debian',
'cpu' => '<string>',
'memory' => '<string>'
]
]
],
'triton' => [
'connection' => [
'url' => '<string>',
'account' => '<string>',
'user' => '<string>',
'privateKeySecretLink' => '<string>'
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'loadBalancer' => [
'manual' => [
'packageId' => '<string>',
'imageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'metadata' => [
],
'tags' => [
],
'logging' => [
'nodePort' => 123,
'externalSyslog' => '<string>'
],
'count' => 123,
'cnsInternalDomain' => '<string>',
'cnsPublicDomain' => '<string>'
],
'none' => [
],
'gateway' => [
]
],
'privateNetworkId' => '<string>',
'firewallEnabled' => true,
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'packageId' => '<string>',
'overrideImageId' => '<string>',
'publicNetworkId' => '<string>',
'privateNetworkIds' => [
'<string>'
],
'tritonTags' => [
],
'minSize' => 123,
'maxSize' => 123
]
],
'imageId' => '<string>',
'sshKeys' => [
'<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'azure' => [
'location' => '<string>',
'subscriptionId' => '<string>',
'sdkSecretLink' => '<string>',
'resourceGroup' => '<string>',
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'sshKeys' => [
'<string>'
],
'networkId' => '<string>',
'tags' => [
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'size' => '<string>',
'subnetId' => '<string>',
'zones' => [
123
],
'overrideImage' => [
'reference' => [
'publisher' => '<string>',
'offer' => '<string>',
'sku' => '<string>',
'version' => '<string>'
]
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
],
'digitalocean' => [
'digitalOceanTags' => [
'<string>'
],
'networking' => [
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'tokenSecretLink' => '<string>',
'vpcId' => '<string>',
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'dropletSize' => '<string>',
'overrideImage' => '<string>',
'minSize' => 123,
'maxSize' => 123
]
],
'image' => '<string>',
'sshKeys' => [
'<string>'
],
'extraSshKeys' => [
'<string>'
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
],
'reservedIPs' => [
'<string>'
]
],
'gcp' => [
'projectId' => '<string>',
'region' => '<string>',
'labels' => [
],
'tags' => [
'<string>'
],
'metadata' => [
],
'network' => '<string>',
'saKeyLink' => '<string>',
'networking' => [
'serviceNetwork' => '10.43.0.0/16',
'podNetwork' => '10.42.0.0/16',
'dnsForwarder' => '<string>'
],
'preInstallScript' => '<string>',
'image' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'nodePools' => [
[
'name' => '<string>',
'labels' => [
],
'taints' => [
[
'key' => '<string>',
'value' => '<string>'
]
],
'machineType' => '<string>',
'assignPublicIP' => true,
'zone' => '<string>',
'overrideImage' => [
'family' => [
'project' => '<string>',
'family' => '<string>'
],
'exact' => '<string>'
],
'bootDiskSize' => 123,
'minSize' => 123,
'maxSize' => 123,
'preemptible' => true,
'subnet' => '<string>',
'localPersistentDisks' => 123
]
],
'autoscaler' => [
'expander' => [
],
'unneededTime' => '10m',
'unreadyTime' => '20m',
'utilizationThreshold' => 123
]
]
],
'addOns' => [
'dashboard' => [
],
'headlamp' => [
],
'azureWorkloadIdentity' => [
'tenantId' => '<string>'
],
'awsWorkloadIdentity' => [
],
'localPathStorage' => [
],
'metrics' => [
'kubeState' => true,
'coreDns' => true,
'kubelet' => true,
'apiserver' => true,
'nodeExporter' => true,
'cadvisor' => true,
'scrapeAnnotated' => [
'intervalSeconds' => 123,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'retainLabels' => '<string>'
]
],
'logs' => [
'auditEnabled' => true,
'includeNamespaces' => '<string>',
'excludeNamespaces' => '<string>',
'docker' => true,
'kubelet' => true,
'kernel' => true,
'events' => true
],
'registryMirror' => [
'mirrors' => [
[
'registry' => '<string>',
'mirrors' => [
'<string>'
]
]
]
],
'nvidia' => [
'taintGPUNodes' => true
],
'awsEFS' => [
'roleArn' => '<string>'
],
'awsECR' => [
'roleArn' => '<string>'
],
'awsELB' => [
'roleArn' => '<string>'
],
'azureACR' => [
'clientId' => '<string>'
],
'sysbox' => [
],
'byok' => [
'ignoreUpdates' => true,
'location' => '<string>',
'config' => [
'actuator' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'env' => [
]
],
'juicefs' => [
'enabled' => true
],
'middlebox' => [
'enabled' => true,
'bandwidthAlertMbps' => 123,
'ip' => '<string>',
'ingressReplicas' => 123,
'port' => 123
],
'common' => [
'deploymentReplicas' => 123,
'pdb' => [
'maxUnavailable' => 123
]
],
'longhorn' => [
'numberOfReplicas' => 123,
'replicas' => 123,
'isDefault' => true
],
'byok' => [
'noDefaultStorageClasses' => true
],
'ingress' => [
'cpu' => '<string>',
'memory' => '<string>',
'targetPercent' => 123
],
'istio' => [
'istiod' => [
'replicas' => 123,
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'pdb' => 123
],
'ingressgateway' => [
'replicas' => 123,
'maxCpu' => '<string>',
'maxMemory' => '<string>'
],
'sidecar' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
]
],
'logSplitter' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'memBufferSize' => '<string>',
'perPodRate' => 123
],
'monitoring' => [
'minMemory' => '<string>',
'maxMemory' => '<string>',
'kubeStateMetrics' => [
'minMemory' => '<string>'
],
'prometheus' => [
'main' => [
'storage' => '<string>'
]
],
'remoteWrite' => [
[
'basic_auth' => [
'username' => '<string>',
'username_file' => '<string>',
'password' => '<string>',
'password_file' => '<string>'
],
'authorization' => [
'type' => '<string>',
'credentials' => '<string>',
'credentials_file' => '<string>'
],
'oauth2' => [
],
'follow_redirects' => true,
'enable_http2' => true,
'tls_config' => [
],
'proxy_url' => '<string>',
'no_proxy' => '<string>',
'proxy_from_environment' => true,
'proxy_connect_header' => [
],
'http_headers' => [
],
'url' => '<string>',
'remote_timeout' => '<string>',
'headers' => [
],
'write_relabel_configs' => [
[
]
],
'name' => '<string>',
'send_exemplars' => true,
'send_native_histograms' => true,
'sigv4' => [
],
'azuread' => [
],
'google_iam' => [
],
'queue_config' => [
]
]
],
'externalLabels' => [
]
],
'redis' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => '<string>'
],
'redisHa' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'redisSentinel' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>',
'storage' => 123
],
'tempoAgent' => [
'minCpu' => '<string>',
'minMemory' => '<string>'
],
'internalDns' => [
'minCpu' => '<string>',
'maxCpu' => '<string>',
'minMemory' => '<string>',
'maxMemory' => '<string>'
]
]
],
'kubevirt' => [
'scratchSpaceStorageClass' => '<string>'
],
'nodeLocalDns' => [
]
]
]
]),
CURLOPT_HTTPHEADER => [
"Authorization: <api-key>",
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.cpln.io/org/{org}/mk8s/{name}"
payload := strings.NewReader("{\n \"$drop\": [],\n \"name\": \"<string>\",\n \"description\": \"<string>\",\n \"tags\": {},\n \"$replace/tags\": {},\n \"spec\": {\n \"$drop\": [],\n \"firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$drop/firewall\": [\n \"<string>\"\n ],\n \"$append/firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$patch/firewall\": [\n {\n \"$drop\": [],\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$retain/firewall\": [\n \"<string>\"\n ],\n \"provider\": {\n \"$drop\": [],\n \"generic\": {\n \"$drop\": [],\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ]\n },\n \"$replace/generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"$drop\": [],\n \"hetznerLabels\": {},\n \"$replace/hetznerLabels\": {},\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/dedicatedServerNodePools\": [\n \"<string>\"\n ],\n \"$append/dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/dedicatedServerNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/dedicatedServerNodePools\": [\n \"<string>\"\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {},\n \"$replace/floatingIPSelector\": {}\n },\n \"$replace/hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"$drop\": [],\n \"awsTags\": {},\n \"$replace/awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"exact\": \"<string>\"\n },\n \"$replace/image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$drop/deployRoleChain\": [\n \"<string>\"\n ],\n \"$append/deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$patch/deployRoleChain\": [\n {\n \"$drop\": [],\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$retain/deployRoleChain\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"$drop/securityGroupIds\": [\n \"<string>\"\n ],\n \"$append/securityGroupIds\": [\n \"<string>\"\n ],\n \"$retain/securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"$drop/extraNodePolicies\": [\n \"<string>\"\n ],\n \"$append/extraNodePolicies\": [\n \"<string>\"\n ],\n \"$retain/extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"$drop/instanceTypes\": [\n \"<string>\"\n ],\n \"$append/instanceTypes\": [\n \"<string>\"\n ],\n \"$retain/instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"$drop\": [],\n \"exact\": \"<string>\"\n },\n \"$replace/overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"$drop/subnetIds\": [\n \"<string>\"\n ],\n \"$append/subnetIds\": [\n \"<string>\"\n ],\n \"$retain/subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$drop/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$append/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$retain/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"$drop\": [\n \"nestedVirtualization\"\n ],\n \"nestedVirtualization\": true\n },\n \"$replace/cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"$drop\": [],\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"$drop/authorizedUsers\": [\n \"<string>\"\n ],\n \"$append/authorizedUsers\": [\n \"<string>\"\n ],\n \"$retain/authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"$drop/authorizedKeys\": [\n \"<string>\"\n ],\n \"$append/authorizedKeys\": [\n \"<string>\"\n ],\n \"$retain/authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"$replace/oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"$drop/fileSystems\": [\n \"<string>\"\n ],\n \"$append/fileSystems\": [\n \"<string>\"\n ],\n \"$retain/fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"$replace/lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"$drop/sharedDrives\": [\n \"<string>\"\n ],\n \"$append/sharedDrives\": [\n \"<string>\"\n ],\n \"$retain/sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"$drop/userIds\": [\n \"<string>\"\n ],\n \"$append/userIds\": [\n \"<string>\"\n ],\n \"$retain/userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"$replace/paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"$drop\": [],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ]\n },\n \"$replace/ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"$drop\": [],\n \"connection\": {\n \"$drop\": [],\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"$replace/connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"$drop\": [],\n \"manual\": {\n \"$drop\": [],\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"$drop/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$append/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$retain/privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"$replace/metadata\": {},\n \"tags\": {},\n \"$replace/tags\": {},\n \"logging\": {\n \"$drop\": [],\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"$replace/logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"$replace/manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"$replace/none\": {},\n \"gateway\": {},\n \"$replace/gateway\": {}\n },\n \"$replace/loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"$drop/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$append/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$retain/privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"$replace/tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"$drop\": [],\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"reference\": {\n \"$drop\": [],\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n },\n \"$replace/reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"$replace/image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"$replace/tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"$drop/zones\": [\n 123\n ],\n \"$append/zones\": [\n 123\n ],\n \"$retain/zones\": [\n 123\n ],\n \"overrideImage\": {\n \"$drop\": [],\n \"reference\": {\n \"$drop\": [],\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n },\n \"$replace/reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"$replace/overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"$drop\": [],\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"$drop/digitalOceanTags\": [\n \"<string>\"\n ],\n \"$append/digitalOceanTags\": [\n \"<string>\"\n ],\n \"$retain/digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"$drop/extraSshKeys\": [\n \"<string>\"\n ],\n \"$append/extraSshKeys\": [\n \"<string>\"\n ],\n \"$retain/extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ],\n \"$drop/reservedIPs\": [\n \"<string>\"\n ],\n \"$append/reservedIPs\": [\n \"<string>\"\n ],\n \"$retain/reservedIPs\": [\n \"<string>\"\n ]\n },\n \"$replace/digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"$drop\": [],\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"$drop/tags\": [\n \"<string>\"\n ],\n \"$append/tags\": [\n \"<string>\"\n ],\n \"$retain/tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"$replace/metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"family\": {\n \"$drop\": [],\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"$replace/family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"$replace/image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"$drop\": [],\n \"family\": {\n \"$drop\": [],\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"$replace/family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"$replace/overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"$replace/provider\": {\n \"generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"addOns\": {\n \"$drop\": [],\n \"dashboard\": {},\n \"$replace/dashboard\": {},\n \"headlamp\": {},\n \"$replace/headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"$drop\": [\n \"tenantId\"\n ],\n \"tenantId\": \"<string>\"\n },\n \"$replace/azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"$replace/awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"$replace/localPathStorage\": {},\n \"metrics\": {\n \"$drop\": [],\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"$drop\": [],\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n },\n \"$replace/scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"$replace/metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"$drop\": [],\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"$replace/logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"$drop\": [\n \"mirrors\"\n ],\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$drop/mirrors\": [\n \"<string>\"\n ],\n \"$append/mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$patch/mirrors\": [\n {\n \"$drop\": [],\n \"$replace/registry\": \"<string>\",\n \"registry\": \"<unknown>\",\n \"mirrors\": [\n \"<string>\"\n ],\n \"$drop/mirrors\": [\n \"<string>\"\n ],\n \"$append/mirrors\": [\n \"<string>\"\n ],\n \"$retain/mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/mirrors\": [\n \"<string>\"\n ]\n },\n \"$replace/registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"$drop\": [\n \"taintGPUNodes\"\n ],\n \"taintGPUNodes\": true\n },\n \"$replace/nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"$drop\": [\n \"clientId\"\n ],\n \"clientId\": \"<string>\"\n },\n \"$replace/azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"$replace/sysbox\": {},\n \"byok\": {\n \"$drop\": [],\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"$drop\": [],\n \"actuator\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {},\n \"$replace/env\": {}\n },\n \"$replace/actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"$drop\": [\n \"enabled\"\n ],\n \"enabled\": true\n },\n \"$replace/juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"$drop\": [],\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"$replace/middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"$drop\": [],\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"$drop\": [\n \"maxUnavailable\"\n ],\n \"maxUnavailable\": 123\n },\n \"$replace/pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"$replace/common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"$drop\": [],\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"$replace/longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"$drop\": [\n \"noDefaultStorageClasses\"\n ],\n \"noDefaultStorageClasses\": true\n },\n \"$replace/byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"$drop\": [],\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"$replace/ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"$drop\": [],\n \"istiod\": {\n \"$drop\": [],\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"$replace/istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"$drop\": [],\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"$replace/ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"$replace/sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"$replace/istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"$replace/logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"$drop\": [],\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"$drop\": [\n \"minMemory\"\n ],\n \"minMemory\": \"<string>\"\n },\n \"$replace/kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"$drop\": [\n \"main\"\n ],\n \"main\": {\n \"$drop\": [\n \"storage\"\n ],\n \"storage\": \"<string>\"\n },\n \"$replace/main\": {\n \"storage\": \"<string>\"\n }\n },\n \"$replace/prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"$drop/remoteWrite\": [\n \"<string>\"\n ],\n \"$append/remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"$patch/remoteWrite\": [\n {\n \"$drop\": [],\n \"basic_auth\": {\n \"$drop\": [],\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"$replace/basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"$drop\": [],\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"$replace/authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"$replace/oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"$replace/tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"$replace/proxy_connect_header\": {},\n \"http_headers\": {},\n \"$replace/http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"$replace/headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"$drop/write_relabel_configs\": [\n \"<string>\"\n ],\n \"$append/write_relabel_configs\": [\n {}\n ],\n \"$patch/write_relabel_configs\": [\n {}\n ],\n \"$retain/write_relabel_configs\": [\n \"<string>\"\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"$replace/sigv4\": {},\n \"azuread\": {},\n \"$replace/azuread\": {},\n \"google_iam\": {},\n \"$replace/google_iam\": {},\n \"queue_config\": {},\n \"$replace/queue_config\": {}\n }\n ],\n \"$retain/remoteWrite\": [\n \"<string>\"\n ],\n \"externalLabels\": {},\n \"$replace/externalLabels\": {}\n },\n \"$replace/monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"$replace/redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"$replace/redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"$replace/redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"$replace/tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"$replace/internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n },\n \"$replace/config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"$replace/byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"$drop\": [\n \"scratchSpaceStorageClass\"\n ],\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"$replace/kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {},\n \"$replace/nodeLocalDns\": {}\n },\n \"$replace/addOns\": {\n \"dashboard\": {},\n \"headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {}\n }\n },\n \"$replace/spec\": {\n \"firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"provider\": {\n \"generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"addOns\": {\n \"dashboard\": {},\n \"headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {}\n }\n }\n}")
req, _ := http.NewRequest("PATCH", url, payload)
req.Header.Add("Authorization", "<api-key>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.patch("https://api.cpln.io/org/{org}/mk8s/{name}")
.header("Authorization", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"$drop\": [],\n \"name\": \"<string>\",\n \"description\": \"<string>\",\n \"tags\": {},\n \"$replace/tags\": {},\n \"spec\": {\n \"$drop\": [],\n \"firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$drop/firewall\": [\n \"<string>\"\n ],\n \"$append/firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$patch/firewall\": [\n {\n \"$drop\": [],\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$retain/firewall\": [\n \"<string>\"\n ],\n \"provider\": {\n \"$drop\": [],\n \"generic\": {\n \"$drop\": [],\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ]\n },\n \"$replace/generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"$drop\": [],\n \"hetznerLabels\": {},\n \"$replace/hetznerLabels\": {},\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/dedicatedServerNodePools\": [\n \"<string>\"\n ],\n \"$append/dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/dedicatedServerNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/dedicatedServerNodePools\": [\n \"<string>\"\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {},\n \"$replace/floatingIPSelector\": {}\n },\n \"$replace/hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"$drop\": [],\n \"awsTags\": {},\n \"$replace/awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"exact\": \"<string>\"\n },\n \"$replace/image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$drop/deployRoleChain\": [\n \"<string>\"\n ],\n \"$append/deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$patch/deployRoleChain\": [\n {\n \"$drop\": [],\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$retain/deployRoleChain\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"$drop/securityGroupIds\": [\n \"<string>\"\n ],\n \"$append/securityGroupIds\": [\n \"<string>\"\n ],\n \"$retain/securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"$drop/extraNodePolicies\": [\n \"<string>\"\n ],\n \"$append/extraNodePolicies\": [\n \"<string>\"\n ],\n \"$retain/extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"$drop/instanceTypes\": [\n \"<string>\"\n ],\n \"$append/instanceTypes\": [\n \"<string>\"\n ],\n \"$retain/instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"$drop\": [],\n \"exact\": \"<string>\"\n },\n \"$replace/overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"$drop/subnetIds\": [\n \"<string>\"\n ],\n \"$append/subnetIds\": [\n \"<string>\"\n ],\n \"$retain/subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$drop/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$append/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$retain/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"$drop\": [\n \"nestedVirtualization\"\n ],\n \"nestedVirtualization\": true\n },\n \"$replace/cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"$drop\": [],\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"$drop/authorizedUsers\": [\n \"<string>\"\n ],\n \"$append/authorizedUsers\": [\n \"<string>\"\n ],\n \"$retain/authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"$drop/authorizedKeys\": [\n \"<string>\"\n ],\n \"$append/authorizedKeys\": [\n \"<string>\"\n ],\n \"$retain/authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"$replace/oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"$drop/fileSystems\": [\n \"<string>\"\n ],\n \"$append/fileSystems\": [\n \"<string>\"\n ],\n \"$retain/fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"$replace/lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"$drop/sharedDrives\": [\n \"<string>\"\n ],\n \"$append/sharedDrives\": [\n \"<string>\"\n ],\n \"$retain/sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"$drop/userIds\": [\n \"<string>\"\n ],\n \"$append/userIds\": [\n \"<string>\"\n ],\n \"$retain/userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"$replace/paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"$drop\": [],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ]\n },\n \"$replace/ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"$drop\": [],\n \"connection\": {\n \"$drop\": [],\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"$replace/connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"$drop\": [],\n \"manual\": {\n \"$drop\": [],\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"$drop/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$append/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$retain/privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"$replace/metadata\": {},\n \"tags\": {},\n \"$replace/tags\": {},\n \"logging\": {\n \"$drop\": [],\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"$replace/logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"$replace/manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"$replace/none\": {},\n \"gateway\": {},\n \"$replace/gateway\": {}\n },\n \"$replace/loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"$drop/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$append/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$retain/privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"$replace/tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"$drop\": [],\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"reference\": {\n \"$drop\": [],\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n },\n \"$replace/reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"$replace/image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"$replace/tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"$drop/zones\": [\n 123\n ],\n \"$append/zones\": [\n 123\n ],\n \"$retain/zones\": [\n 123\n ],\n \"overrideImage\": {\n \"$drop\": [],\n \"reference\": {\n \"$drop\": [],\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n },\n \"$replace/reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"$replace/overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"$drop\": [],\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"$drop/digitalOceanTags\": [\n \"<string>\"\n ],\n \"$append/digitalOceanTags\": [\n \"<string>\"\n ],\n \"$retain/digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"$drop/extraSshKeys\": [\n \"<string>\"\n ],\n \"$append/extraSshKeys\": [\n \"<string>\"\n ],\n \"$retain/extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ],\n \"$drop/reservedIPs\": [\n \"<string>\"\n ],\n \"$append/reservedIPs\": [\n \"<string>\"\n ],\n \"$retain/reservedIPs\": [\n \"<string>\"\n ]\n },\n \"$replace/digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"$drop\": [],\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"$drop/tags\": [\n \"<string>\"\n ],\n \"$append/tags\": [\n \"<string>\"\n ],\n \"$retain/tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"$replace/metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"family\": {\n \"$drop\": [],\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"$replace/family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"$replace/image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"$drop\": [],\n \"family\": {\n \"$drop\": [],\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"$replace/family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"$replace/overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"$replace/provider\": {\n \"generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"addOns\": {\n \"$drop\": [],\n \"dashboard\": {},\n \"$replace/dashboard\": {},\n \"headlamp\": {},\n \"$replace/headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"$drop\": [\n \"tenantId\"\n ],\n \"tenantId\": \"<string>\"\n },\n \"$replace/azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"$replace/awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"$replace/localPathStorage\": {},\n \"metrics\": {\n \"$drop\": [],\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"$drop\": [],\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n },\n \"$replace/scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"$replace/metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"$drop\": [],\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"$replace/logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"$drop\": [\n \"mirrors\"\n ],\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$drop/mirrors\": [\n \"<string>\"\n ],\n \"$append/mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$patch/mirrors\": [\n {\n \"$drop\": [],\n \"$replace/registry\": \"<string>\",\n \"registry\": \"<unknown>\",\n \"mirrors\": [\n \"<string>\"\n ],\n \"$drop/mirrors\": [\n \"<string>\"\n ],\n \"$append/mirrors\": [\n \"<string>\"\n ],\n \"$retain/mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/mirrors\": [\n \"<string>\"\n ]\n },\n \"$replace/registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"$drop\": [\n \"taintGPUNodes\"\n ],\n \"taintGPUNodes\": true\n },\n \"$replace/nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"$drop\": [\n \"clientId\"\n ],\n \"clientId\": \"<string>\"\n },\n \"$replace/azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"$replace/sysbox\": {},\n \"byok\": {\n \"$drop\": [],\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"$drop\": [],\n \"actuator\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {},\n \"$replace/env\": {}\n },\n \"$replace/actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"$drop\": [\n \"enabled\"\n ],\n \"enabled\": true\n },\n \"$replace/juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"$drop\": [],\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"$replace/middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"$drop\": [],\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"$drop\": [\n \"maxUnavailable\"\n ],\n \"maxUnavailable\": 123\n },\n \"$replace/pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"$replace/common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"$drop\": [],\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"$replace/longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"$drop\": [\n \"noDefaultStorageClasses\"\n ],\n \"noDefaultStorageClasses\": true\n },\n \"$replace/byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"$drop\": [],\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"$replace/ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"$drop\": [],\n \"istiod\": {\n \"$drop\": [],\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"$replace/istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"$drop\": [],\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"$replace/ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"$replace/sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"$replace/istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"$replace/logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"$drop\": [],\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"$drop\": [\n \"minMemory\"\n ],\n \"minMemory\": \"<string>\"\n },\n \"$replace/kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"$drop\": [\n \"main\"\n ],\n \"main\": {\n \"$drop\": [\n \"storage\"\n ],\n \"storage\": \"<string>\"\n },\n \"$replace/main\": {\n \"storage\": \"<string>\"\n }\n },\n \"$replace/prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"$drop/remoteWrite\": [\n \"<string>\"\n ],\n \"$append/remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"$patch/remoteWrite\": [\n {\n \"$drop\": [],\n \"basic_auth\": {\n \"$drop\": [],\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"$replace/basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"$drop\": [],\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"$replace/authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"$replace/oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"$replace/tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"$replace/proxy_connect_header\": {},\n \"http_headers\": {},\n \"$replace/http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"$replace/headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"$drop/write_relabel_configs\": [\n \"<string>\"\n ],\n \"$append/write_relabel_configs\": [\n {}\n ],\n \"$patch/write_relabel_configs\": [\n {}\n ],\n \"$retain/write_relabel_configs\": [\n \"<string>\"\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"$replace/sigv4\": {},\n \"azuread\": {},\n \"$replace/azuread\": {},\n \"google_iam\": {},\n \"$replace/google_iam\": {},\n \"queue_config\": {},\n \"$replace/queue_config\": {}\n }\n ],\n \"$retain/remoteWrite\": [\n \"<string>\"\n ],\n \"externalLabels\": {},\n \"$replace/externalLabels\": {}\n },\n \"$replace/monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"$replace/redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"$replace/redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"$replace/redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"$replace/tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"$replace/internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n },\n \"$replace/config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"$replace/byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"$drop\": [\n \"scratchSpaceStorageClass\"\n ],\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"$replace/kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {},\n \"$replace/nodeLocalDns\": {}\n },\n \"$replace/addOns\": {\n \"dashboard\": {},\n \"headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {}\n }\n },\n \"$replace/spec\": {\n \"firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"provider\": {\n \"generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"addOns\": {\n \"dashboard\": {},\n \"headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {}\n }\n }\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.cpln.io/org/{org}/mk8s/{name}")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Patch.new(url)
request["Authorization"] = '<api-key>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"$drop\": [],\n \"name\": \"<string>\",\n \"description\": \"<string>\",\n \"tags\": {},\n \"$replace/tags\": {},\n \"spec\": {\n \"$drop\": [],\n \"firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$drop/firewall\": [\n \"<string>\"\n ],\n \"$append/firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$patch/firewall\": [\n {\n \"$drop\": [],\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"$retain/firewall\": [\n \"<string>\"\n ],\n \"provider\": {\n \"$drop\": [],\n \"generic\": {\n \"$drop\": [],\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ]\n },\n \"$replace/generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"$drop\": [],\n \"hetznerLabels\": {},\n \"$replace/hetznerLabels\": {},\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/dedicatedServerNodePools\": [\n \"<string>\"\n ],\n \"$append/dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/dedicatedServerNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/dedicatedServerNodePools\": [\n \"<string>\"\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {},\n \"$replace/floatingIPSelector\": {}\n },\n \"$replace/hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"$drop\": [],\n \"awsTags\": {},\n \"$replace/awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"exact\": \"<string>\"\n },\n \"$replace/image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$drop/deployRoleChain\": [\n \"<string>\"\n ],\n \"$append/deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$patch/deployRoleChain\": [\n {\n \"$drop\": [],\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"$retain/deployRoleChain\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"$drop/securityGroupIds\": [\n \"<string>\"\n ],\n \"$append/securityGroupIds\": [\n \"<string>\"\n ],\n \"$retain/securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"$drop/extraNodePolicies\": [\n \"<string>\"\n ],\n \"$append/extraNodePolicies\": [\n \"<string>\"\n ],\n \"$retain/extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"$drop/instanceTypes\": [\n \"<string>\"\n ],\n \"$append/instanceTypes\": [\n \"<string>\"\n ],\n \"$retain/instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"$drop\": [],\n \"exact\": \"<string>\"\n },\n \"$replace/overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"$drop/subnetIds\": [\n \"<string>\"\n ],\n \"$append/subnetIds\": [\n \"<string>\"\n ],\n \"$retain/subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$drop/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$append/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"$retain/extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"$drop\": [\n \"nestedVirtualization\"\n ],\n \"nestedVirtualization\": true\n },\n \"$replace/cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"$drop\": [],\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"$drop/authorizedUsers\": [\n \"<string>\"\n ],\n \"$append/authorizedUsers\": [\n \"<string>\"\n ],\n \"$retain/authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"$drop/authorizedKeys\": [\n \"<string>\"\n ],\n \"$append/authorizedKeys\": [\n \"<string>\"\n ],\n \"$retain/authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"$replace/oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"$drop/fileSystems\": [\n \"<string>\"\n ],\n \"$append/fileSystems\": [\n \"<string>\"\n ],\n \"$retain/fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"$replace/lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"$drop\": [],\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"$drop/sharedDrives\": [\n \"<string>\"\n ],\n \"$append/sharedDrives\": [\n \"<string>\"\n ],\n \"$retain/sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$drop/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"$append/unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"$patch/unmanagedNodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/unmanagedNodePools\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"$drop/userIds\": [\n \"<string>\"\n ],\n \"$append/userIds\": [\n \"<string>\"\n ],\n \"$retain/userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"$replace/paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"$drop\": [],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ]\n },\n \"$replace/ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"$drop\": [],\n \"connection\": {\n \"$drop\": [],\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"$replace/connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"$drop\": [],\n \"manual\": {\n \"$drop\": [],\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"$drop/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$append/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$retain/privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"$replace/metadata\": {},\n \"tags\": {},\n \"$replace/tags\": {},\n \"logging\": {\n \"$drop\": [],\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"$replace/logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"$replace/manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"$replace/none\": {},\n \"gateway\": {},\n \"$replace/gateway\": {}\n },\n \"$replace/loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"$drop/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$append/privateNetworkIds\": [\n \"<string>\"\n ],\n \"$retain/privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"$replace/tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"$drop\": [],\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"reference\": {\n \"$drop\": [],\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n },\n \"$replace/reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"$replace/image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"$replace/tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"$drop/zones\": [\n 123\n ],\n \"$append/zones\": [\n 123\n ],\n \"$retain/zones\": [\n 123\n ],\n \"overrideImage\": {\n \"$drop\": [],\n \"reference\": {\n \"$drop\": [],\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n },\n \"$replace/reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"$replace/overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"$drop\": [],\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"$drop/digitalOceanTags\": [\n \"<string>\"\n ],\n \"$append/digitalOceanTags\": [\n \"<string>\"\n ],\n \"$retain/digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"$drop\": [\n \"dnsForwarder\"\n ],\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"$drop/sshKeys\": [\n \"<string>\"\n ],\n \"$append/sshKeys\": [\n \"<string>\"\n ],\n \"$retain/sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"$drop/extraSshKeys\": [\n \"<string>\"\n ],\n \"$append/extraSshKeys\": [\n \"<string>\"\n ],\n \"$retain/extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ],\n \"$drop/reservedIPs\": [\n \"<string>\"\n ],\n \"$append/reservedIPs\": [\n \"<string>\"\n ],\n \"$retain/reservedIPs\": [\n \"<string>\"\n ]\n },\n \"$replace/digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"$drop\": [],\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"$drop/tags\": [\n \"<string>\"\n ],\n \"$append/tags\": [\n \"<string>\"\n ],\n \"$retain/tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"$replace/metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"$drop\": [],\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"$replace/networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"$drop\": [],\n \"family\": {\n \"$drop\": [],\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"$replace/family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"$replace/image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$drop/nodePools\": [\n \"<string>\"\n ],\n \"$append/nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$patch/nodePools\": [\n {\n \"$drop\": [],\n \"name\": \"<string>\",\n \"labels\": {},\n \"$replace/labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$drop/taints\": [\n \"<string>\"\n ],\n \"$append/taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$patch/taints\": [\n {\n \"$drop\": [],\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"$retain/taints\": [\n \"<string>\"\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"$drop\": [],\n \"family\": {\n \"$drop\": [],\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"$replace/family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"$replace/overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"$retain/nodePools\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"$drop\": [],\n \"expander\": [],\n \"$drop/expander\": [],\n \"$append/expander\": [],\n \"$retain/expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"$replace/autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"$replace/gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"$replace/provider\": {\n \"generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"addOns\": {\n \"$drop\": [],\n \"dashboard\": {},\n \"$replace/dashboard\": {},\n \"headlamp\": {},\n \"$replace/headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"$drop\": [\n \"tenantId\"\n ],\n \"tenantId\": \"<string>\"\n },\n \"$replace/azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"$replace/awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"$replace/localPathStorage\": {},\n \"metrics\": {\n \"$drop\": [],\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"$drop\": [],\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n },\n \"$replace/scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"$replace/metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"$drop\": [],\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"$replace/logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"$drop\": [\n \"mirrors\"\n ],\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$drop/mirrors\": [\n \"<string>\"\n ],\n \"$append/mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$patch/mirrors\": [\n {\n \"$drop\": [],\n \"$replace/registry\": \"<string>\",\n \"registry\": \"<unknown>\",\n \"mirrors\": [\n \"<string>\"\n ],\n \"$drop/mirrors\": [\n \"<string>\"\n ],\n \"$append/mirrors\": [\n \"<string>\"\n ],\n \"$retain/mirrors\": [\n \"<string>\"\n ]\n }\n ],\n \"$retain/mirrors\": [\n \"<string>\"\n ]\n },\n \"$replace/registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"$drop\": [\n \"taintGPUNodes\"\n ],\n \"taintGPUNodes\": true\n },\n \"$replace/nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"$drop\": [\n \"roleArn\"\n ],\n \"roleArn\": \"<string>\"\n },\n \"$replace/awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"$drop\": [\n \"clientId\"\n ],\n \"clientId\": \"<string>\"\n },\n \"$replace/azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"$replace/sysbox\": {},\n \"byok\": {\n \"$drop\": [],\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"$drop\": [],\n \"actuator\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {},\n \"$replace/env\": {}\n },\n \"$replace/actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"$drop\": [\n \"enabled\"\n ],\n \"enabled\": true\n },\n \"$replace/juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"$drop\": [],\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"$replace/middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"$drop\": [],\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"$drop\": [\n \"maxUnavailable\"\n ],\n \"maxUnavailable\": 123\n },\n \"$replace/pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"$replace/common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"$drop\": [],\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"$replace/longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"$drop\": [\n \"noDefaultStorageClasses\"\n ],\n \"noDefaultStorageClasses\": true\n },\n \"$replace/byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"$drop\": [],\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"$replace/ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"$drop\": [],\n \"istiod\": {\n \"$drop\": [],\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"$replace/istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"$drop\": [],\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"$replace/ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"$replace/sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"$replace/istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"$replace/logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"$drop\": [],\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"$drop\": [\n \"minMemory\"\n ],\n \"minMemory\": \"<string>\"\n },\n \"$replace/kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"$drop\": [\n \"main\"\n ],\n \"main\": {\n \"$drop\": [\n \"storage\"\n ],\n \"storage\": \"<string>\"\n },\n \"$replace/main\": {\n \"storage\": \"<string>\"\n }\n },\n \"$replace/prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"$drop/remoteWrite\": [\n \"<string>\"\n ],\n \"$append/remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"$patch/remoteWrite\": [\n {\n \"$drop\": [],\n \"basic_auth\": {\n \"$drop\": [],\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"$replace/basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"$drop\": [],\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"$replace/authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"$replace/oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"$replace/tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"$replace/proxy_connect_header\": {},\n \"http_headers\": {},\n \"$replace/http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"$replace/headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"$drop/write_relabel_configs\": [\n \"<string>\"\n ],\n \"$append/write_relabel_configs\": [\n {}\n ],\n \"$patch/write_relabel_configs\": [\n {}\n ],\n \"$retain/write_relabel_configs\": [\n \"<string>\"\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"$replace/sigv4\": {},\n \"azuread\": {},\n \"$replace/azuread\": {},\n \"google_iam\": {},\n \"$replace/google_iam\": {},\n \"queue_config\": {},\n \"$replace/queue_config\": {}\n }\n ],\n \"$retain/remoteWrite\": [\n \"<string>\"\n ],\n \"externalLabels\": {},\n \"$replace/externalLabels\": {}\n },\n \"$replace/monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"$replace/redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"$replace/redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"$replace/redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"$replace/tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"$drop\": [],\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"$replace/internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n },\n \"$replace/config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"$replace/byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"$drop\": [\n \"scratchSpaceStorageClass\"\n ],\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"$replace/kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {},\n \"$replace/nodeLocalDns\": {}\n },\n \"$replace/addOns\": {\n \"dashboard\": {},\n \"headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {}\n }\n },\n \"$replace/spec\": {\n \"firewall\": [\n {\n \"sourceCIDR\": \"<string>\",\n \"description\": \"<string>\"\n }\n ],\n \"provider\": {\n \"generic\": {\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ]\n },\n \"hetzner\": {\n \"hetznerLabels\": {},\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"networkId\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"dedicatedServerNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"image\": \"ubuntu-20.04\",\n \"sshKey\": \"<string>\",\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"floatingIPSelector\": {}\n },\n \"aws\": {\n \"awsTags\": {},\n \"skipCreateRoles\": true,\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"exact\": \"<string>\"\n },\n \"deployRoleArn\": \"<string>\",\n \"deployRoleChain\": [\n {\n \"roleArn\": \"<string>\",\n \"externalId\": \"<string>\",\n \"sessionNamePrefix\": \"<string>\"\n }\n ],\n \"vpcId\": \"<string>\",\n \"keyPair\": \"<string>\",\n \"diskEncryptionKeyArn\": \"<string>\",\n \"securityGroupIds\": [\n \"<string>\"\n ],\n \"extraNodePolicies\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"instanceTypes\": [\n \"<string>\"\n ],\n \"overrideImage\": {\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"onDemandBaseCapacity\": 123,\n \"onDemandPercentageAboveBaseCapacity\": 123,\n \"spotAllocationStrategy\": \"lowest-price\",\n \"subnetIds\": [\n \"<string>\"\n ],\n \"extraSecurityGroupIds\": [\n \"<string>\"\n ],\n \"cpuOptions\": {\n \"nestedVirtualization\": true\n }\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"linode\": {\n \"region\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"firewallId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"serverType\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"authorizedUsers\": [\n \"<string>\"\n ],\n \"authorizedKeys\": [\n \"<string>\"\n ],\n \"vpcId\": \"<string>\",\n \"preInstallScript\": \"<string>\",\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"oblivus\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKeys\": [\n \"<string>\"\n ],\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"preInstallScript\": \"<string>\"\n },\n \"lambdalabs\": {\n \"tokenSecretLink\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"sshKey\": \"<string>\",\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"fileSystems\": [\n \"<string>\"\n ],\n \"preInstallScript\": \"<string>\"\n },\n \"paperspace\": {\n \"tokenSecretLink\": \"<string>\",\n \"sharedDrives\": [\n \"<string>\"\n ],\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"minSize\": 123,\n \"maxSize\": 123,\n \"bootDiskSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"unmanagedNodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ]\n }\n ],\n \"preInstallScript\": \"<string>\",\n \"userIds\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\"\n },\n \"ephemeral\": {\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"count\": 123,\n \"flavor\": \"debian\",\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\"\n }\n ]\n },\n \"triton\": {\n \"connection\": {\n \"url\": \"<string>\",\n \"account\": \"<string>\",\n \"user\": \"<string>\",\n \"privateKeySecretLink\": \"<string>\"\n },\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"loadBalancer\": {\n \"manual\": {\n \"packageId\": \"<string>\",\n \"imageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"tags\": {},\n \"logging\": {\n \"nodePort\": 123,\n \"externalSyslog\": \"<string>\"\n },\n \"count\": 123,\n \"cnsInternalDomain\": \"<string>\",\n \"cnsPublicDomain\": \"<string>\"\n },\n \"none\": {},\n \"gateway\": {}\n },\n \"privateNetworkId\": \"<string>\",\n \"firewallEnabled\": true,\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"packageId\": \"<string>\",\n \"overrideImageId\": \"<string>\",\n \"publicNetworkId\": \"<string>\",\n \"privateNetworkIds\": [\n \"<string>\"\n ],\n \"tritonTags\": {},\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"imageId\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"azure\": {\n \"location\": \"<string>\",\n \"subscriptionId\": \"<string>\",\n \"sdkSecretLink\": \"<string>\",\n \"resourceGroup\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"sshKeys\": [\n \"<string>\"\n ],\n \"networkId\": \"<string>\",\n \"tags\": {},\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"size\": \"<string>\",\n \"subnetId\": \"<string>\",\n \"zones\": [\n 123\n ],\n \"overrideImage\": {\n \"reference\": {\n \"publisher\": \"<string>\",\n \"offer\": \"<string>\",\n \"sku\": \"<string>\",\n \"version\": \"<string>\"\n }\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n },\n \"digitalocean\": {\n \"digitalOceanTags\": [\n \"<string>\"\n ],\n \"networking\": {\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"tokenSecretLink\": \"<string>\",\n \"vpcId\": \"<string>\",\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"dropletSize\": \"<string>\",\n \"overrideImage\": \"<string>\",\n \"minSize\": 123,\n \"maxSize\": 123\n }\n ],\n \"image\": \"<string>\",\n \"sshKeys\": [\n \"<string>\"\n ],\n \"extraSshKeys\": [\n \"<string>\"\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n },\n \"reservedIPs\": [\n \"<string>\"\n ]\n },\n \"gcp\": {\n \"projectId\": \"<string>\",\n \"region\": \"<string>\",\n \"labels\": {},\n \"tags\": [\n \"<string>\"\n ],\n \"metadata\": {},\n \"network\": \"<string>\",\n \"saKeyLink\": \"<string>\",\n \"networking\": {\n \"serviceNetwork\": \"10.43.0.0/16\",\n \"podNetwork\": \"10.42.0.0/16\",\n \"dnsForwarder\": \"<string>\"\n },\n \"preInstallScript\": \"<string>\",\n \"image\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"nodePools\": [\n {\n \"name\": \"<string>\",\n \"labels\": {},\n \"taints\": [\n {\n \"key\": \"<string>\",\n \"value\": \"<string>\"\n }\n ],\n \"machineType\": \"<string>\",\n \"assignPublicIP\": true,\n \"zone\": \"<string>\",\n \"overrideImage\": {\n \"family\": {\n \"project\": \"<string>\",\n \"family\": \"<string>\"\n },\n \"exact\": \"<string>\"\n },\n \"bootDiskSize\": 123,\n \"minSize\": 123,\n \"maxSize\": 123,\n \"preemptible\": true,\n \"subnet\": \"<string>\",\n \"localPersistentDisks\": 123\n }\n ],\n \"autoscaler\": {\n \"expander\": [],\n \"unneededTime\": \"10m\",\n \"unreadyTime\": \"20m\",\n \"utilizationThreshold\": 123\n }\n }\n },\n \"addOns\": {\n \"dashboard\": {},\n \"headlamp\": {},\n \"azureWorkloadIdentity\": {\n \"tenantId\": \"<string>\"\n },\n \"awsWorkloadIdentity\": {},\n \"localPathStorage\": {},\n \"metrics\": {\n \"kubeState\": true,\n \"coreDns\": true,\n \"kubelet\": true,\n \"apiserver\": true,\n \"nodeExporter\": true,\n \"cadvisor\": true,\n \"scrapeAnnotated\": {\n \"intervalSeconds\": 123,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"retainLabels\": \"<string>\"\n }\n },\n \"logs\": {\n \"auditEnabled\": true,\n \"includeNamespaces\": \"<string>\",\n \"excludeNamespaces\": \"<string>\",\n \"docker\": true,\n \"kubelet\": true,\n \"kernel\": true,\n \"events\": true\n },\n \"registryMirror\": {\n \"mirrors\": [\n {\n \"registry\": \"<string>\",\n \"mirrors\": [\n \"<string>\"\n ]\n }\n ]\n },\n \"nvidia\": {\n \"taintGPUNodes\": true\n },\n \"awsEFS\": {\n \"roleArn\": \"<string>\"\n },\n \"awsECR\": {\n \"roleArn\": \"<string>\"\n },\n \"awsELB\": {\n \"roleArn\": \"<string>\"\n },\n \"azureACR\": {\n \"clientId\": \"<string>\"\n },\n \"sysbox\": {},\n \"byok\": {\n \"ignoreUpdates\": true,\n \"location\": \"<string>\",\n \"config\": {\n \"actuator\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"env\": {}\n },\n \"juicefs\": {\n \"enabled\": true\n },\n \"middlebox\": {\n \"enabled\": true,\n \"bandwidthAlertMbps\": 123,\n \"ip\": \"<string>\",\n \"ingressReplicas\": 123,\n \"port\": 123\n },\n \"common\": {\n \"deploymentReplicas\": 123,\n \"pdb\": {\n \"maxUnavailable\": 123\n }\n },\n \"longhorn\": {\n \"numberOfReplicas\": 123,\n \"replicas\": 123,\n \"isDefault\": true\n },\n \"byok\": {\n \"noDefaultStorageClasses\": true\n },\n \"ingress\": {\n \"cpu\": \"<string>\",\n \"memory\": \"<string>\",\n \"targetPercent\": 123\n },\n \"istio\": {\n \"istiod\": {\n \"replicas\": 123,\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"pdb\": 123\n },\n \"ingressgateway\": {\n \"replicas\": 123,\n \"maxCpu\": \"<string>\",\n \"maxMemory\": \"<string>\"\n },\n \"sidecar\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n }\n },\n \"logSplitter\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"memBufferSize\": \"<string>\",\n \"perPodRate\": 123\n },\n \"monitoring\": {\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"kubeStateMetrics\": {\n \"minMemory\": \"<string>\"\n },\n \"prometheus\": {\n \"main\": {\n \"storage\": \"<string>\"\n }\n },\n \"remoteWrite\": [\n {\n \"basic_auth\": {\n \"username\": \"<string>\",\n \"username_file\": \"<string>\",\n \"password\": \"<string>\",\n \"password_file\": \"<string>\"\n },\n \"authorization\": {\n \"type\": \"<string>\",\n \"credentials\": \"<string>\",\n \"credentials_file\": \"<string>\"\n },\n \"oauth2\": {},\n \"follow_redirects\": true,\n \"enable_http2\": true,\n \"tls_config\": {},\n \"proxy_url\": \"<string>\",\n \"no_proxy\": \"<string>\",\n \"proxy_from_environment\": true,\n \"proxy_connect_header\": {},\n \"http_headers\": {},\n \"url\": \"<string>\",\n \"remote_timeout\": \"<string>\",\n \"headers\": {},\n \"write_relabel_configs\": [\n {}\n ],\n \"name\": \"<string>\",\n \"send_exemplars\": true,\n \"send_native_histograms\": true,\n \"sigv4\": {},\n \"azuread\": {},\n \"google_iam\": {},\n \"queue_config\": {}\n }\n ],\n \"externalLabels\": {}\n },\n \"redis\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": \"<string>\"\n },\n \"redisHa\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"redisSentinel\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\",\n \"storage\": 123\n },\n \"tempoAgent\": {\n \"minCpu\": \"<string>\",\n \"minMemory\": \"<string>\"\n },\n \"internalDns\": {\n \"minCpu\": \"<string>\",\n \"maxCpu\": \"<string>\",\n \"minMemory\": \"<string>\",\n \"maxMemory\": \"<string>\"\n }\n }\n },\n \"kubevirt\": {\n \"scratchSpaceStorageClass\": \"<string>\"\n },\n \"nodeLocalDns\": {}\n }\n }\n}"
response = http.request(request)
puts response.read_body{
"id": "<string>",
"name": "<string>",
"kind": "<string>",
"version": 123,
"description": "<string>",
"tags": {},
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
],
"spec": {
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"ip": "<string>",
"ingressReplicas": 123,
"port": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"kubevirt": {
"scratchSpaceStorageClass": "<string>"
},
"nodeLocalDns": {}
}
},
"alias": "<string>",
"status": {
"oidcProviderUrl": "<string>",
"serverUrl": "<string>",
"homeLocation": "<string>",
"addOns": {
"dashboard": {
"url": "<string>"
},
"headlamp": {
"url": "<string>"
},
"awsWorkloadIdentity": {
"oidcProviderConfig": {
"providerUrl": "<string>",
"audience": "<string>"
},
"trustPolicy": {}
},
"metrics": {
"prometheusEndpoint": "<string>",
"remoteWriteConfig": {}
},
"logs": {
"lokiAddress": "<string>"
},
"awsECR": {
"trustPolicy": {}
},
"awsEFS": {
"trustPolicy": {}
},
"awsELB": {
"trustPolicy": {}
}
}
}
}{
"status": 123,
"message": "<string>",
"code": "<string>",
"details": {},
"id": "<string>"
}{
"status": 123,
"message": "<string>",
"code": "<string>",
"details": {},
"id": "<string>"
}Authorizations
serviceAccountKeyjwt
Service account key can be used as API keys
Body
application/json
Response
Success
Maximum string length:
64Maximum string length:
250Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
⌘I