Documentation ¶
Index ¶
- func ContainsNamespace(namespaces v1.NamespaceList, namespace string) bool
- func GetClusterExternalSecretCondition(status esv1beta1.ClusterExternalSecretStatus, ...) *esv1beta1.ClusterExternalSecretStatusCondition
- func NewClusterExternalSecretCondition(condType esv1beta1.ClusterExternalSecretConditionType, ...) *esv1beta1.ClusterExternalSecretStatusCondition
- func SetClusterExternalSecretCondition(ces *esv1beta1.ClusterExternalSecret, ...)
- type Reconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsNamespace ¶
func ContainsNamespace(namespaces v1.NamespaceList, namespace string) bool
func GetClusterExternalSecretCondition ¶
func GetClusterExternalSecretCondition(status esv1beta1.ClusterExternalSecretStatus, condType esv1beta1.ClusterExternalSecretConditionType) *esv1beta1.ClusterExternalSecretStatusCondition
GetExternalSecretCondition returns the condition with the provided type.
func NewClusterExternalSecretCondition ¶
func NewClusterExternalSecretCondition(condType esv1beta1.ClusterExternalSecretConditionType, status v1.ConditionStatus) *esv1beta1.ClusterExternalSecretStatusCondition
func SetClusterExternalSecretCondition ¶
func SetClusterExternalSecretCondition(ces *esv1beta1.ClusterExternalSecret, condition esv1beta1.ClusterExternalSecretStatusCondition)
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme RequeueInterval time.Duration }
ClusterExternalSecretReconciler reconciles a ClusterExternalSecret object.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager, opts controller.Options) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.