You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'APIVersion defines the versioned schema of this representation
34
-
of an object. Servers should convert recognized schemas to the latest
35
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
33
+
description: |-
34
+
APIVersion defines the versioned schema of this representation of an object.
35
+
Servers should convert recognized schemas to the latest internal value, and
36
+
may reject unrecognized values.
37
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
36
38
type: string
37
39
kind:
38
-
description: 'Kind is a string value representing the REST resource this
39
-
object represents. Servers may infer this from the endpoint the client
40
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
40
+
description: |-
41
+
Kind is a string value representing the REST resource this object represents.
42
+
Servers may infer this from the endpoint the client submits requests to.
43
+
Cannot be updated.
44
+
In CamelCase.
45
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
41
46
type: string
42
47
metadata:
43
48
type: object
@@ -90,53 +95,53 @@ spec:
90
95
- handler
91
96
- name
92
97
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
93
105
required:
94
106
- fetchStrategy
95
107
- rolloutStrategy
96
108
- runtimeClass
109
+
- runtimeOptions
97
110
type: object
98
111
status:
99
112
description: ShimStatus defines the observed state of Shim
100
113
properties:
101
114
conditions:
102
115
items:
103
-
description: "Condition contains details for one aspect of the current
104
-
state of this API Resource. --- This struct is intended for direct
105
-
use as an array at the field path .status.conditions. For example,
106
-
\n type FooStatus struct{ // Represents the observations of a
107
-
foo's current state. // Known .status.conditions.type are: \"Available\",
108
-
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
0 commit comments