Skip to content

Commit

Permalink
Merge pull request #3662 from rancher/githubaction-go-generate-2024-0…
Browse files Browse the repository at this point in the history
…8-28-22-04-23
  • Loading branch information
jiaqiluo authored Aug 28, 2024
2 parents a1d3f1c + 56f1ef9 commit 32830e9
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/bindata.go

Large diffs are not rendered by default.

195 changes: 195 additions & 0 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -27859,6 +27859,201 @@
}
},
"version": "v1.28.12+k3s1"
},
{
"agentArgs": {
"bind-address": {
"type": "string"
},
"default-runtime": {
"type": "string"
},
"disable-apiserver-lb": {
"type": "boolean"
},
"disable-default-registry-endpoint": {
"type": "boolean"
},
"docker": {
"default": false,
"type": "boolean"
},
"enable-pprof": {
"type": "boolean"
},
"flannel-conf": {
"type": "string"
},
"flannel-iface": {
"type": "string"
},
"kube-proxy-arg": {
"type": "array"
},
"kubelet-arg": {
"type": "array"
},
"pause-image": {
"type": "string"
},
"protect-kernel-defaults": {
"default": false,
"type": "boolean"
},
"resolv-conf": {
"type": "string"
},
"selinux": {
"default": false,
"type": "boolean"
},
"snapshotter": {
"type": "string"
},
"system-default-registry": {
"type": "string"
},
"vpn-auth": {
"type": "string"
},
"vpn-auth-file": {
"type": "string"
}
},
"featureVersions": {
"encryption-key-rotation": "2.0.0"
},
"maxChannelServerVersion": "v2.8.99",
"minChannelServerVersion": "v2.8.3-alpha1",
"serverArgs": {
"cluster-cidr": {
"type": "string"
},
"cluster-dns": {
"type": "string"
},
"cluster-domain": {
"type": "string"
},
"datastore-cafile": {
"type": "string"
},
"datastore-certfile": {
"type": "string"
},
"datastore-endpoint": {
"type": "string"
},
"datastore-keyfile": {
"type": "string"
},
"default-local-storage-path": {
"type": "string"
},
"disable": {
"options": [
"coredns",
"servicelb",
"traefik",
"local-storage",
"metrics-server"
],
"type": "array"
},
"disable-apiserver": {
"default": false,
"type": "boolean"
},
"disable-cloud-controller": {
"default": false,
"type": "boolean"
},
"disable-controller-manager": {
"default": false,
"type": "boolean"
},
"disable-etcd": {
"default": false,
"type": "boolean"
},
"disable-kube-proxy": {
"default": false,
"type": "boolean"
},
"disable-network-policy": {
"default": false,
"type": "boolean"
},
"disable-scheduler": {
"default": false,
"type": "boolean"
},
"egress-selector-mode": {
"type": "string"
},
"embedded-registry": {
"type": "boolean"
},
"etcd-arg": {
"type": "array"
},
"etcd-expose-metrics": {
"default": false,
"type": "boolean"
},
"flannel-backend": {
"options": [
"none",
"vxlan",
"ipsec",
"host-gw",
"wireguard",
"wireguard-native"
],
"type": "enum"
},
"helm-job-image": {
"type": "string"
},
"kine-tls": {
"type": "boolean"
},
"kube-apiserver-arg": {
"type": "array"
},
"kube-cloud-controller-manager-arg": {
"type": "array"
},
"kube-controller-manager-arg": {
"type": "array"
},
"kube-scheduler-arg": {
"type": "array"
},
"secrets-encryption": {
"default": false,
"type": "boolean"
},
"service-cidr": {
"type": "string"
},
"service-node-port-range": {
"type": "string"
},
"supervisor-metrics": {
"type": "boolean"
},
"tls-san": {
"type": "array"
},
"tls-san-security": {
"type": "boolean"
},
"write-kubeconfig-group": {
"type": "string"
}
},
"version": "v1.28.13+k3s1"
}
]
},
Expand Down

0 comments on commit 32830e9

Please sign in to comment.