Documentation ¶
Index ¶
- func GetDefaultNetworks(k8sArgs *types.K8sArgs, conf *types.NetConf, kubeClient KubeClient) error
- func GetK8sArgs(args *skel.CmdArgs) (*types.K8sArgs, error)
- func GetNetworkDelegates(k8sclient KubeClient, pod *v1.Pod, networks []*types.NetworkSelectionElement, ...) ([]*types.DelegateNetConf, error)
- func GetPodNetwork(pod *v1.Pod) ([]*types.NetworkSelectionElement, error)
- func SetNetworkStatus(client KubeClient, k8sArgs *types.K8sArgs, netStatus []*types.NetworkStatus, ...) error
- func TryLoadPodDelegates(k8sArgs *types.K8sArgs, conf *types.NetConf, kubeClient KubeClient) (int, *clientInfo, error)
- type KubeClient
- type NoK8sNetworkError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultNetworks ¶
GetDefaultNetwork parses 'defaultNetwork' config, gets network json and put it into netconf.Delegates.
func GetNetworkDelegates ¶
func GetNetworkDelegates(k8sclient KubeClient, pod *v1.Pod, networks []*types.NetworkSelectionElement, confdir string, confnamespaceIsolation bool) ([]*types.DelegateNetConf, error)
func GetPodNetwork ¶
func GetPodNetwork(pod *v1.Pod) ([]*types.NetworkSelectionElement, error)
func SetNetworkStatus ¶
func SetNetworkStatus(client KubeClient, k8sArgs *types.K8sArgs, netStatus []*types.NetworkStatus, conf *types.NetConf) error
func TryLoadPodDelegates ¶
func TryLoadPodDelegates(k8sArgs *types.K8sArgs, conf *types.NetConf, kubeClient KubeClient) (int, *clientInfo, error)
Attempts to load Kubernetes-defined delegates and add them to the Multus config. Returns the number of Kubernetes-defined delegates added or an error.
Types ¶
type KubeClient ¶
type KubeClient interface { GetRawWithPath(path string) ([]byte, error) GetPod(namespace, name string) (*v1.Pod, error) UpdatePodStatus(pod *v1.Pod) (*v1.Pod, error) }
func GetK8sClient ¶
func GetK8sClient(kubeconfig string, kubeClient KubeClient) (KubeClient, error)
type NoK8sNetworkError ¶
type NoK8sNetworkError struct {
// contains filtered or unexported fields
}
NoK8sNetworkError indicates error, no network in kubernetes
func (*NoK8sNetworkError) Error ¶
func (e *NoK8sNetworkError) Error() string
Click to show internal directories.
Click to hide internal directories.