-
Notifications
You must be signed in to change notification settings - Fork 39.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRI: remove PodSandboxStatus.Linux.Namespaces.Network #45166
Conversation
@k8s-bot verify test this |
787cb2c
to
c5d13ee
Compare
c5d13ee
to
d301f22
Compare
Rebased. |
@@ -338,8 +338,6 @@ message PodSandboxNetworkStatus { | |||
|
|||
// Namespace contains paths to the namespaces. | |||
message Namespace { | |||
// Path to the network namespace. | |||
string network = 1; | |||
// Namespace options for Linux namespaces. | |||
NamespaceOption options = 2; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't change this number to 1, right?
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Random-Liu, feiskyer
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 45013, 45166) |
What this PR does / why we need it:
PodSandboxStatus.Linux.Namespaces.Network is not used, so this PR removes it from CRI.
Which issue this PR fixes
Closes: #44972
Special notes for your reviewer:
Release note:
/assign @Random-Liu @yujuhong