Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pod ¶
type Pod struct { // Name of the pod PodName string // Namespace of the pod, used to generate the Link PodNamespace string // IPv4 Address of the pod PodIPv4Address string // IPv6 Address of the pod PodIPv6Address string // Set to true when the Pod is scheduled on IP // from the Secondary ENI IsIPFromSecondaryENI bool }
type PodNetworkingValidationInput ¶
type PodNetworkingValidationInput struct { // CIDR Range associated with the VPC VPCCidrRange []string // Prefix for the veth pair on host network ns VethPrefix string // List of pod to validate the networking PodList []Pod // Should Validate MTU value, by default it will false ValidateMTU bool // Expected MTU value MTU int // Cluster's IP Family mode IPFamily string }
func (PodNetworkingValidationInput) Serialize ¶
func (ip PodNetworkingValidationInput) Serialize() (string, error)
Click to show internal directories.
Click to hide internal directories.