Skip to content

Commit 30297c1

Browse files
committed
generated
1 parent e951ee9 commit 30297c1

File tree

5 files changed

+130
-64
lines changed

5 files changed

+130
-64
lines changed

network/v1/generated.pb.go

+109-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

network/v1/generated.proto

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

network/v1/types.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ type HostSubnet struct {
6969
// Subnet is the CIDR range of the overlay network assigned to the node for its pods
7070
Subnet string `json:"subnet" protobuf:"bytes,4,opt,name=subnet"`
7171

72-
// EgressIPs is the list of automatic egress IP addresses currently hosted by this node
72+
// EgressIPs is the list of automatic egress IP addresses currently hosted by this node.
73+
// If EgressCIDRs is empty, this can be set by hand; if EgressCIDRs is set then the
74+
// master will overwrite the value here with its own allocation of egress IPs.
7375
// +optional
7476
EgressIPs []string `json:"egressIPs,omitempty" protobuf:"bytes,5,rep,name=egressIPs"`
7577
// EgressCIDRs is the list of CIDR ranges available for automatically assigning

network/v1/types_swagger_doc_generated.go

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

network/v1/zz_generated.deepcopy.go

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)