1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-03 16:04:26 +00:00

go generate

This commit is contained in:
Jacob Payne
2022-03-25 18:37:35 +00:00
parent 44fa0557e3
commit 601832fdc2
2 changed files with 7 additions and 249 deletions

File diff suppressed because one or more lines are too long

View File

@@ -10480,6 +10480,8 @@
"2.6.1": "v1.21.x",
"2.6.2": "v1.21.x",
"2.6.3": "v1.21.x",
"2.6.3-patch1": "v1.21.x",
"2.6.3-patch2": "v1.21.x",
"2.6.4": "v1.22.x",
"default": "v1.22.x"
},
@@ -11104,7 +11106,7 @@
"k3s": {
"channels": [
{
"latest": "v1.23.4+k3s1",
"latest": "v1.22.7+k3s1",
"name": "default"
}
],
@@ -12177,7 +12179,7 @@
}
},
"maxChannelServerVersion": "v2.6.99",
"minChannelServerVersion": "v2.6.0-alpha1",
"minChannelServerVersion": "v2.6.3-alpha1",
"serverArgs": {
"cluster-cidr": {
"type": "string"
@@ -14732,250 +14734,6 @@
},
"version": "v1.21.9+rke2r1"
},
{
"agentArgs": {
"audit-policy-file": {
"type": "string"
},
"cloud-controller-manager-extra-env": {
"type": "array"
},
"cloud-controller-manager-extra-mount": {
"type": "array"
},
"cloud-provider-config": {
"type": "string"
},
"cloud-provider-name": {
"default": null,
"nullable": true,
"options": [
"aws",
"azure",
"gcp",
"rancher-vsphere",
"harvester",
"external"
],
"type": "enum"
},
"control-plane-resource-limits": {
"type": "string"
},
"control-plane-resource-requests": {
"type": "string"
},
"etcd-extra-env": {
"type": "array"
},
"etcd-extra-mount": {
"type": "array"
},
"kube-apiserver-extra-env": {
"type": "array"
},
"kube-apiserver-extra-mount": {
"type": "array"
},
"kube-controller-manager-extra-env": {
"type": "array"
},
"kube-controller-manager-extra-mount": {
"type": "array"
},
"kube-proxy-arg": {
"type": "array"
},
"kube-proxy-extra-env": {
"type": "array"
},
"kube-proxy-extra-mount": {
"type": "array"
},
"kube-scheduler-extra-env": {
"type": "array"
},
"kube-scheduler-extra-mount": {
"type": "array"
},
"kubelet-arg": {
"type": "array"
},
"profile": {
"nullable": true,
"options": [
"cis-1.5",
"cis-1.6"
],
"type": "enum"
},
"protect-kernel-defaults": {
"default": false,
"type": "boolean"
},
"resolv-conf": {
"type": "string"
},
"selinux": {
"type": "bool"
},
"system-default-registry": {
"type": "string"
}
},
"charts": {
"harvester-cloud-provider": {
"repo": "rancher-rke2-charts",
"version": "0.1.800"
},
"harvester-csi-driver": {
"repo": "rancher-rke2-charts",
"version": "0.1.900"
},
"rancher-vsphere-cpi": {
"repo": "rancher-charts",
"version": "100.1.0+up1.0.100"
},
"rancher-vsphere-csi": {
"repo": "rancher-charts",
"version": "100.1.0+up2.3.0"
},
"rke2-calico": {
"repo": "rancher-rke2-charts",
"version": "v3.19.2-205"
},
"rke2-calico-crd": {
"repo": "rancher-rke2-charts",
"version": "v1.0.101"
},
"rke2-canal": {
"repo": "rancher-rke2-charts",
"version": "v3.21.4-build2022020801"
},
"rke2-cilium": {
"repo": "rancher-rke2-charts",
"version": "1.10.404"
},
"rke2-coredns": {
"repo": "rancher-rke2-charts",
"version": "1.16.401-build2021111901"
},
"rke2-ingress-nginx": {
"repo": "rancher-rke2-charts",
"version": "4.0.306"
},
"rke2-metrics-server": {
"repo": "rancher-rke2-charts",
"version": "2.11.100-build2021111904"
},
"rke2-multus": {
"repo": "rancher-rke2-charts",
"version": "v3.7.1-build2021111906"
}
},
"maxChannelServerVersion": "v2.6.99",
"minChannelServerVersion": "v2.6.1-alpha1",
"serverArgs": {
"audit-policy-file": {
"type": "string"
},
"cluster-cidr": {
"type": "string"
},
"cluster-dns": {
"type": "string"
},
"cluster-domain": {
"type": "string"
},
"cni": {
"default": "calico",
"options": [
"canal",
"cilium",
"calico",
"multus,canal",
"multus,cilium",
"multus,calico"
],
"type": "array"
},
"container-runtime-endpoint": {
"type": "string"
},
"disable": {
"options": [
"rke2-coredns",
"rke2-ingress-nginx",
"rke2-metrics-server"
],
"type": "array"
},
"disable-cloud-controller": {
"type": "bool"
},
"disable-kube-proxy": {
"default": false,
"type": "boolean"
},
"disable-scheduler": {
"type": "bool"
},
"etcd-arg": {
"type": "array"
},
"etcd-expose-metrics": {
"default": false,
"type": "boolean"
},
"etcd-image": {
"type": "string"
},
"kube-apiserver-arg": {
"type": "array"
},
"kube-apiserver-image": {
"type": "string"
},
"kube-controller-manager-arg": {
"type": "array"
},
"kube-controller-manager-image": {
"type": "string"
},
"kube-proxy-arg": {
"type": "array"
},
"kube-scheduler-arg": {
"type": "array"
},
"kube-scheduler-image": {
"type": "string"
},
"kubelet-path": {
"type": "string"
},
"pause-image": {
"type": "string"
},
"runtime-image": {
"type": "string"
},
"service-cidr": {
"type": "string"
},
"service-node-port-range": {
"type": "string"
},
"snapshotter": {
"type": "string"
},
"tls-san": {
"type": "array"
}
},
"version": "v1.21.10+rke2r1"
},
{
"agentArgs": {
"audit-policy-file": {
@@ -15118,7 +14876,7 @@
}
},
"maxChannelServerVersion": "v2.6.99",
"minChannelServerVersion": "v2.6.4-alpha1",
"minChannelServerVersion": "v2.6.3-alpha1",
"serverArgs": {
"audit-policy-file": {
"type": "string"