Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int32ToString ¶
Types ¶
type GroupMember ¶
type GroupMember struct {
Pod *cpv1beta.PodReference `json:"pod,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 GroupMemberPodTransform ¶
func GroupMemberPodTransform(member cpv1beta.GroupMember) GroupMember
Click to show internal directories.
Click to hide internal directories.