Skip to content

Commit

Permalink
Support Group Membership API Pagination for Client
Browse files Browse the repository at this point in the history
Follow up for Group membership API to provide paginated
Get function for client.

Signed-off-by: Qiyue Yao <yaoq@vmware.com>
  • Loading branch information
qiyueyao committed Oct 12, 2023
1 parent 4806be3 commit 84dc488
Show file tree
Hide file tree
Showing 9 changed files with 208 additions and 323 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/controlplane/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ type GroupMember struct {
Pod *PodReference
// ExternalEntity maintains the reference to the ExternalEntity.
ExternalEntity *ExternalEntityReference
// Node maintains the reference to the Node.
Node *NodeReference
// IP is the IP address of the Endpoints associated with the GroupMember.
IPs []IPAddress
// Ports is the list NamedPort of the GroupMember.
Ports []NamedPort
// Node maintains the reference to the Node.
Node *NodeReference
// Service is the reference to the Service. It can only be used in an AppliedTo
// Group and only a NodePort type Service can be referred by this field.
Service *ServiceReference
Expand Down
Loading

0 comments on commit 84dc488

Please sign in to comment.