Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int32ToString ¶
func Int64ToString ¶ added in v1.5.0
Types ¶
type GroupMember ¶
type GroupMember struct { Pod *cpv1beta.PodReference `json:"pod,omitempty"` Node *cpv1beta.NodeReference `json:"node,omitempty"` // IP maintains the IPAddresses associated with the Pod. IP string `json:"ip,omitempty"` // Ports maintain the named port mapping of this Pod. Ports []cpv1beta.NamedPort `json:"ports,omitempty"` }
func GroupMemberTransform ¶ added in v1.6.0
func GroupMemberTransform(member cpv1beta.GroupMember) GroupMember
Click to show internal directories.
Click to hide internal directories.