Skip to content

Commit b987c4d

Browse files
marquizhaircommander
authored andcommitted
KEP-4033: change to platform-specific structs
1 parent 354e480 commit b987c4d

File tree

1 file changed

+5
-0
lines changed
  • keps/sig-node/4033-group-driver-detection-over-cri

1 file changed

+5
-0
lines changed

keps/sig-node/4033-group-driver-detection-over-cri/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ used.
235235
}
236236

237237
+message RuntimeConfiguration {
238+
+ // Configuration information for Linux-based runtimes
239+
+ LinuxRuntimeConfiguration linux = 1;
240+
+}
241+
242+
+message LinuxRuntimeConfiguration {
238243
+ // Cgroup driver to use
239244
+ CgroupDriver cgroup_driver = 1;
240245
+}

0 commit comments

Comments
 (0)