mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
update cri-api comments for Windows HostProcess withdrawal
This commit is contained in:
parent
a666451e8a
commit
9837a61528
@ -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:"-"`
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user