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.
2 parents 2e91b56 + c58959c commit c352cf0Copy full SHA for c352cf0
staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.proto
@@ -785,8 +785,8 @@ message ContainerConfig {
785
786
// Configuration specific to Linux containers.
787
LinuxContainerConfig linux = 15;
788
- // Configuration specific to Windows containers.
789
- WindowsContainerConfig windows = 16;
+ // Configuration specific to Windows containers.
+ WindowsContainerConfig windows = 16;
790
}
791
792
message CreateContainerRequest {
0 commit comments