File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4949 spec :
5050 description : ShimSpec defines the desired state of Shim
5151 properties :
52+ containerdRuntimeOptions :
53+ additionalProperties :
54+ type : string
55+ description : |-
56+ ContainerdRuntimeOptions is a map of containerd runtime options for the shim plugin.
57+ See an example of configuring cgroup driver via runtime options: https://github.com/containerd/containerd/blob/main/docs/cri/config.md#cgroup-driver
58+ type : object
5259 fetchStrategy :
5360 properties :
5461 anonHttp :
@@ -95,18 +102,11 @@ spec:
95102 - handler
96103 - name
97104 type : object
98- runtimeOptions :
99- additionalProperties :
100- type : string
101- description : |-
102- RuntimeOptions is a map of containerd runtime options for the shim plugin.
103- See an example of configuring cgroup driver via runtime options: https://github.com/containerd/containerd/blob/main/docs/cri/config.md#cgroup-driver
104- type : object
105105 required :
106+ - containerdRuntimeOptions
106107 - fetchStrategy
107108 - rolloutStrategy
108109 - runtimeClass
109- - runtimeOptions
110110 type : object
111111 status :
112112 description : ShimStatus defines the observed state of Shim
You can’t perform that action at this time.
0 commit comments