File tree 1 file changed +1
-23
lines changed
1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -129,29 +129,7 @@ several scenarios:
129
129
130
130
### RuntimeClass changes
131
131
132
- Expand the runtimeClass type to include sandbox overheads:
133
-
134
- ```
135
- openAPIV3Schema:
136
- properties:
137
- spec:
138
- properties:
139
- runtimeHandler:
140
- type: string
141
- Pattern: '^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)?$'
142
- + runtimeCpuReqOverhead:
143
- + type: string
144
- + pattern: '^([0-9]+([.][0-9])?)|[0-9]+(m)$'
145
- + runtimeCpuLimitOverhead:
146
- + type: string
147
- + pattern: '^([0-9]+([.][0-9])?)|[0-9]+(m)$'
148
- + runtimeMemoryReqOverhead:
149
- + type: string
150
- + pattern: '^[0-9]+([.][0-9]+)+(Mi|Gi|M|G)$'
151
- + runtimeMemoryLimitOverhead:
152
- + type: string
153
- + pattern: '^[0-9]+([.][0-9]+)+(Mi|Gi|M|G)$'
154
- ```
132
+ Expand the runtimeClass type to include sandbox overhead, ` Overhead *ResourceRequirements. `
155
133
156
134
### RuntimeClass admission controller
157
135
You can’t perform that action at this time.
0 commit comments