Skip to content

Commit

Permalink
Merge pull request #280 from tssurya/update-node-peer-description
Browse files Browse the repository at this point in the history
Update node peers description
  • Loading branch information
k8s-ci-robot authored Dec 2, 2024
2 parents b1d9608 + 91093c1 commit feae59d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion apis/v1alpha1/adminnetworkpolicy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,10 @@ type AdminNetworkPolicyEgressPeer struct {
// +optional
Pods *NamespacedPod `json:"pods,omitempty"`
// Nodes defines a way to select a set of nodes in
// the cluster. This field follows standard label selector
// the cluster (based on the node's labels). It selects
// the nodeIPs as the peer type by matching on the IPs
// present in the node.Status.Addresses field of the node.
// This field follows standard label selector
// semantics; if present but empty, it selects all Nodes.
//
// Support: Extended
Expand Down
5 changes: 4 additions & 1 deletion apis/v1alpha1/baselineadminnetworkpolicy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,10 @@ type BaselineAdminNetworkPolicyEgressPeer struct {
// +optional
Pods *NamespacedPod `json:"pods,omitempty"`
// Nodes defines a way to select a set of nodes in
// the cluster. This field follows standard label selector
// the cluster (based on the node's labels). It selects
// the nodeIPs as the peer type by matching on the IPs
// present in the node.Status.Addresses field of the node.
// This field follows standard label selector
// semantics; if present but empty, it selects all Nodes.
//
// Support: Extended
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,10 @@ spec:
nodes:
description: |-
Nodes defines a way to select a set of nodes in
the cluster. This field follows standard label selector
the cluster (based on the node's labels). It selects
the nodeIPs as the peer type by matching on the IPs
present in the node.Status.Addresses field of the node.
This field follows standard label selector
semantics; if present but empty, it selects all Nodes.
Support: Extended
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,10 @@ spec:
nodes:
description: |-
Nodes defines a way to select a set of nodes in
the cluster. This field follows standard label selector
the cluster (based on the node's labels). It selects
the nodeIPs as the peer type by matching on the IPs
present in the node.Status.Addresses field of the node.
This field follows standard label selector
semantics; if present but empty, it selects all Nodes.
Support: Extended
Expand Down

0 comments on commit feae59d

Please sign in to comment.