Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodAppInterface ¶
type PodAppInterface interface {
Get(podNs, podName string) (*PodForAgent, error)
}
func GetPodApp ¶
func GetPodApp() PodAppInterface
type PodForAgent ¶
type PortEagerAttrForAgent ¶
type PortEagerAttrForAgent struct { NetworkName string `json:"network_name"` NetworkPlane string `json:"network_plane"` PortName string `json:"port_name"` VnicType string `json:"vnic_type"` Accelerate string `json:"accelerate"` PodName string `json:"pod_name"` PodNs string `json:"pod_ns"` FixIP string `json:"fix_ip"` IPGroupName string `json:"ip_group_name"` Metadata interface{} `json:"metadata"` Combinable string `json:"combinable"` Roles []string `json:"roles"` }
type PortForAgent ¶
type PortForAgent struct { LazyAttr PortLazyAttrForAgent `json:"lazy_attr"` EagerAttr PortEagerAttrForAgent `json:"eager_attr"` }
type PortLazyAttrForAgent ¶
Click to show internal directories.
Click to hide internal directories.