Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { // CreateOrUpdate creates or updates the secret containing the CA data. // Secret local reference is returned. CreateOrUpdate(ctx context.Context, owner *v1alpha1.CertInjection, injection *mytypes.Injection) (corev1.LocalObjectReference, error) // AssignOwner set the owner reference of the secret. AssignOwner(ctx context.Context, owner *v1alpha1.CertInjection, secret corev1.LocalObjectReference) error }
Manager creates or updates the secret containing the injecting CA data.
Click to show internal directories.
Click to hide internal directories.