Update go dependencies (#4524)
This commit is contained in:
parent
2ba1a9e71a
commit
341d64b652
412 changed files with 43034 additions and 34165 deletions
12832
vendor/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.pb.go
generated
vendored
12832
vendor/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.pb.go
generated
vendored
File diff suppressed because it is too large
Load diff
7
vendor/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.proto
generated
vendored
7
vendor/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.proto
generated
vendored
|
|
@ -396,10 +396,17 @@ message PodSandboxStatusRequest {
|
|||
bool verbose = 2;
|
||||
}
|
||||
|
||||
// PodIP represents an ip of a Pod
|
||||
message PodIP{
|
||||
// an ip is a string representation of an IPv4 or an IPv6
|
||||
string ip = 1;
|
||||
}
|
||||
// PodSandboxNetworkStatus is the status of the network for a PodSandbox.
|
||||
message PodSandboxNetworkStatus {
|
||||
// IP address of the PodSandbox.
|
||||
string ip = 1;
|
||||
// list of additional ips (not inclusive of PodSandboxNetworkStatus.Ip) of the PodSandBoxNetworkStatus
|
||||
repeated PodIP additional_ips = 2;
|
||||
}
|
||||
|
||||
// Namespace contains paths to the namespaces.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue