Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int32ToString ¶ added in v0.6.0
Types ¶
type GroupMemberPod ¶
type GroupMemberPod struct { Pod *networkingv1beta1.PodReference `json:"pod,omitempty"` // IP maintains the IPAddress associated with the Pod. IP string `json:"ip,omitempty"` // Ports maintain the named port mapping of this Pod. Ports []networkingv1beta1.NamedPort `json:"ports,omitempty"` }
func GroupMemberPodTransform ¶
func GroupMemberPodTransform(pod networkingv1beta1.GroupMemberPod) GroupMemberPod
Click to show internal directories.
Click to hide internal directories.