controlplane

package
v1.14.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsControllerEnabled added in v1.3.0

func IsControllerEnabled(name string, enable bool, controllers []string) bool

IsControllerEnabled check if a specified controller enabled or not.

func SetConfig added in v1.4.3

func SetConfig(c *Config)

Types

type PodNetworkRef added in v1.13.7

type PodNetworkRef struct {
	InterfaceName string        `json:"interfaceName"`
	Network       string        `json:"network"`
	DefaultRoute  bool          `json:"defaultRoute,omitempty"`
	Routes        []route.Route `json:"routes,omitempty"`
}

func ParsePodNetworksFromRequest added in v1.13.7

func ParsePodNetworksFromRequest(anno map[string]string) ([]PodNetworkRef, error)

type PodNetworksAnnotation added in v1.2.0

type PodNetworksAnnotation struct {
	PodNetworks []PodNetworks `json:"podNetworks"`
}

func ParsePodNetworksFromAnnotation

func ParsePodNetworksFromAnnotation(pod *corev1.Pod) (*PodNetworksAnnotation, error)

ParsePodNetworksFromAnnotation parse annotation and convert to PodNetworksAnnotation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL