We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e13de commit c58959cCopy full SHA for c58959c
staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.proto
@@ -782,8 +782,8 @@ message ContainerConfig {
782
783
// Configuration specific to Linux containers.
784
LinuxContainerConfig linux = 15;
785
- // Configuration specific to Windows containers.
786
- WindowsContainerConfig windows = 16;
+ // Configuration specific to Windows containers.
+ WindowsContainerConfig windows = 16;
787
}
788
789
message CreateContainerRequest {
0 commit comments