Migrate container runtime endpoint flag to config

Signed-off-by: Aditi Sharma <adi.sky17@gmail.com>
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
This commit is contained in:
Aditi Sharma
2022-03-16 18:01:26 +05:30
committed by Paco Xu
parent 0e19bbb916
commit 214a0ee7b8
14 changed files with 64 additions and 24 deletions

View File

@@ -58629,7 +58629,23 @@ func schema_k8sio_kubelet_config_v1beta1_KubeletConfiguration(ref common.Referen
Format: "",
},
},
"containerRuntimeEndpoint": {
SchemaProps: spec.SchemaProps{
Description: "ContainerRuntimeEndpoint is the endpoint of container runtime. unix domain sockets supported on Linux while npipes and tcp endpoints are supported for windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime",
Default: "",
Type: []string{"string"},
Format: "",
},
},
"imageServiceEndpoint": {
SchemaProps: spec.SchemaProps{
Description: "ImageServiceEndpoint is the endpoint of container image service. If not specified the default value is ContainerRuntimeEndpoint",
Type: []string{"string"},
Format: "",
},
},
},
Required: []string{"containerRuntimeEndpoint"},
},
},
Dependencies: []string{