update cri-api comments for Windows HostProcess withdrawal

This commit is contained in:
Mark Rossett
2025-01-31 13:51:46 -08:00
parent a666451e8a
commit 9837a61528
2 changed files with 2 additions and 2 deletions

View File

@@ -4398,7 +4398,7 @@ func (m *LinuxContainerUser) GetSupplementalGroups() []int64 {
// WindowsNamespaceOption provides options for Windows namespaces.
type WindowsNamespaceOption struct {
// Network namespace for this container/sandbox.
// Namespaces currently set by the kubelet: POD, NODE
// This is currently never set by the kubelet
Network NamespaceMode `protobuf:"varint,1,opt,name=network,proto3,enum=runtime.v1.NamespaceMode" json:"network,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_sizecache int32 `json:"-"`

View File

@@ -1011,7 +1011,7 @@ message LinuxContainerUser {
// WindowsNamespaceOption provides options for Windows namespaces.
message WindowsNamespaceOption {
// Network namespace for this container/sandbox.
// Namespaces currently set by the kubelet: POD, NODE
// This is currently never set by the kubelet
NamespaceMode network = 1;
}