controllers

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2021 License: BSD-3-Clause Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// CreateVariablesErrorReason is the reason given when required ConfigMapSecret
	// variables cannot be resolved.
	CreateVariablesErrorReason = "CreateVariablesError"
)

Variables

This section is empty.

Functions

func GetConfigMapSecretCondition

GetConfigMapSecretCondition returns the condition with the provided type.

func NewConfigMapSecretCondition

func NewConfigMapSecretCondition(typ v1alpha1.ConfigMapSecretConditionType, status corev1.ConditionStatus, reason, message string) *v1alpha1.ConfigMapSecretCondition

NewConfigMapSecretCondition creates a new deployment condition.

func RemoveConfigMapSecretCondition

func RemoveConfigMapSecretCondition(status *v1alpha1.ConfigMapSecretStatus, typ v1alpha1.ConfigMapSecretConditionType)

RemoveConfigMapSecretCondition removes the condition with the provided type.

func SetConfigMapSecretCondition

func SetConfigMapSecretCondition(status *v1alpha1.ConfigMapSecretStatus, cond v1alpha1.ConfigMapSecretCondition)

SetConfigMapSecretCondition updates the status to include the provided condition. If the condition already exists with the same status, reason, and message then it is not updated.

Types

type ConfigMapSecret

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

ConfigMapSecret reconciles a ConfigMapSecret object

func (*ConfigMapSecret) Reconcile

Reconcile reconciles the state of the cluster with the desired state of a ConfigMapSecret.

func (*ConfigMapSecret) SetupWithManager

func (r *ConfigMapSecret) SetupWithManager(manager manager.Manager) error

SetupWithManager sets up the reconciler with the manager.

Jump to

Keyboard shortcuts

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