Documentation ¶
Index ¶
- func Add(mgr manager.Manager, status *statusmanager.StatusManager, ...) error
- func FillDefaults(configmap *corev1.ConfigMap, spec *configv1.NetworkSpec) error
- func GenerateOperatorConfigMap(opConfigmap *corev1.ConfigMap, ncpConfigMap *corev1.ConfigMap, ...) error
- func HasNetworkConfigChange(currConfig *configv1.Network, prevConfig *configv1.Network) bool
- func IsMTUChanged(currConfigMap *corev1.ConfigMap, prevConfigMap *corev1.ConfigMap) bool
- func NeedApplyChange(currConfig *corev1.ConfigMap, prevConfig *corev1.ConfigMap) (podNeedChange, error)
- func Render(configmap *corev1.ConfigMap, ncpReplicas int32, nsxSecret *corev1.Secret, ...) ([]*unstructured.Unstructured, error)
- func Validate(configmap *corev1.ConfigMap, spec *configv1.NetworkSpec) error
- type ReconcileConfigMap
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 HasNetworkConfigChange ¶
func IsMTUChanged ¶
func NeedApplyChange ¶
Types ¶
type ReconcileConfigMap ¶
type ReconcileConfigMap struct {
// contains filtered or unexported fields
}
ReconcileConfigMap reconciles a ConfigMap object
func (*ReconcileConfigMap) Reconcile ¶
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.
Click to show internal directories.
Click to hide internal directories.