configmap

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2020 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(mgr manager.Manager, status *statusmanager.StatusManager, sharedInfo *sharedinfo.SharedInfo) error

Add creates a new ConfigMap Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.

func FillDefaults

func FillDefaults(configmap *corev1.ConfigMap, spec *configv1.NetworkSpec) error

func GenerateOperatorConfigMap

func GenerateOperatorConfigMap(opConfigmap *corev1.ConfigMap, ncpConfigMap *corev1.ConfigMap,
	agentConfigMap *corev1.ConfigMap) error

func HasNetworkConfigChange

func HasNetworkConfigChange(currConfig *configv1.Network, prevConfig *configv1.Network) bool

func IsMTUChanged

func IsMTUChanged(currConfigMap *corev1.ConfigMap, prevConfigMap *corev1.ConfigMap) bool

func NeedApplyChange

func NeedApplyChange(currConfig *corev1.ConfigMap, prevConfig *corev1.ConfigMap) (
	podNeedChange, error)

func Render

func Render(configmap *corev1.ConfigMap, ncpReplicas int32, nsxSecret *corev1.Secret,
	lbSecret *corev1.Secret) ([]*unstructured.Unstructured, error)

func Validate

func Validate(configmap *corev1.ConfigMap, spec *configv1.NetworkSpec) error

Types

type ReconcileConfigMap

type ReconcileConfigMap struct {
	// contains filtered or unexported fields
}

ReconcileConfigMap reconciles a ConfigMap object

func (*ReconcileConfigMap) Reconcile

func (r *ReconcileConfigMap) Reconcile(request reconcile.Request) (reconcile.Result, error)

Reconcile reads that state of the cluster for a ConfigMap object and makes changes based on the state read and what is in the ConfigMap.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

Jump to

Keyboard shortcuts

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