Skip to content

Commit

Permalink
Update node peers description
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Seetharaman <[email protected]>
  • Loading branch information
tssurya committed Nov 26, 2024
1 parent b1d9608 commit 91093c1
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 91093c1

Please sign in to comment.