helper

package
v0.74.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2022 License: GPL-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// DesiredStateConfigurationTimeout doubles the default gw ping probe and API server
	// connectivity check timeout to ensure the Checkpoint is alive before rolling it back
	// https://nmstate.github.io/cli_guide#manual-transaction-control
	DesiredStateConfigurationTimeout = (defaultGwProbeTimeout + apiServerProbeTimeout) * 2
)

Variables

This section is empty.

Functions

func ApplyDefaultVlanFiltering added in v0.47.6

func ApplyDefaultVlanFiltering(desiredState nmstate.State) (nmstate.State, error)

func ApplyDesiredState

func ApplyDesiredState(cli client.Client, desiredState shared.State) (string, error)

func CreateOrUpdateNodeNetworkState added in v0.22.0

func CreateOrUpdateNodeNetworkState(
	cli client.Client,
	node *corev1.Node,
	observedState shared.State,
	nns *nmstatev1beta1.NodeNetworkState,
	versions *DependencyVersions,
) error

func EnableVlanFiltering added in v0.47.8

func EnableVlanFiltering(desiredState nmstate.State) (string, error)

func EventIsForThisNode

func EventIsForThisNode(meta v1.Object) bool

Return true if the event name is the name of the pods's node (reading the env var NODE_NAME)

func ExecuteCommand added in v0.59.0

func ExecuteCommand(command string, arguments ...string) (string, error)

func GetUpLinuxBridgesWithPorts added in v0.47.8

func GetUpLinuxBridgesWithPorts(desiredState nmstate.State) (map[string][]string, error)

func InitializeNodeNetworkState added in v0.22.0

func InitializeNodeNetworkState(cli client.Client, node *corev1.Node) (*nmstatev1beta1.NodeNetworkState, error)

func UpdateCurrentState

func UpdateCurrentState(
	cli client.Client,
	nodeNetworkState *nmstatev1beta1.NodeNetworkState,
	observedState shared.State,
	versions *DependencyVersions,
) error

Types

type DependencyVersions added in v0.59.0

type DependencyVersions struct {
	HandlerNetworkManagerVersion string
	HandlerNmstateVersion        string
	HostNmstateVersion           string
}

Jump to

Keyboard shortcuts

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