Documentation
¶
Index ¶
- Constants
- func GetUnsupportedConfigOverrides(operatorSpec *operatorv1.OperatorSpec) (*v1alpha1.UnsupportedConfigOverrides, error)
- type OperatorClient
- func (c OperatorClient) EnsureFinalizer(ctx context.Context, finalizer string) error
- func (c OperatorClient) GetObjectMeta() (*metav1.ObjectMeta, error)
- func (c OperatorClient) GetOperatorState() (*operatorv1.OperatorSpec, *operatorv1.OperatorStatus, string, error)
- func (c OperatorClient) Informer() cache.SharedIndexInformer
- func (c OperatorClient) RemoveFinalizer(ctx context.Context, finalizer string) error
- func (c OperatorClient) UpdateOperatorSpec(ctx context.Context, resourceVersion string, spec *operatorv1.OperatorSpec) (*operatorv1.OperatorSpec, string, error)
- func (c OperatorClient) UpdateOperatorStatus(ctx context.Context, resourceVersion string, status *operatorv1.OperatorStatus) (*operatorv1.OperatorStatus, error)
Constants ¶
View Source
const ( TargetNamespace = "cert-manager" OperatorNamespace = "cert-manager-operator" )
Variables ¶
This section is empty.
Functions ¶
func GetUnsupportedConfigOverrides ¶
func GetUnsupportedConfigOverrides(operatorSpec *operatorv1.OperatorSpec) (*v1alpha1.UnsupportedConfigOverrides, error)
Types ¶
type OperatorClient ¶
type OperatorClient struct { Informers operatorclientinformers.SharedInformerFactory Client operatorconfigclient.CertManagersGetter }
func (OperatorClient) EnsureFinalizer ¶
func (c OperatorClient) EnsureFinalizer(ctx context.Context, finalizer string) error
func (OperatorClient) GetObjectMeta ¶
func (c OperatorClient) GetObjectMeta() (*metav1.ObjectMeta, error)
func (OperatorClient) GetOperatorState ¶
func (c OperatorClient) GetOperatorState() (*operatorv1.OperatorSpec, *operatorv1.OperatorStatus, string, error)
func (OperatorClient) Informer ¶
func (c OperatorClient) Informer() cache.SharedIndexInformer
func (OperatorClient) RemoveFinalizer ¶
func (c OperatorClient) RemoveFinalizer(ctx context.Context, finalizer string) error
func (OperatorClient) UpdateOperatorSpec ¶
func (c OperatorClient) UpdateOperatorSpec(ctx context.Context, resourceVersion string, spec *operatorv1.OperatorSpec) (*operatorv1.OperatorSpec, string, error)
func (OperatorClient) UpdateOperatorStatus ¶
func (c OperatorClient) UpdateOperatorStatus(ctx context.Context, resourceVersion string, status *operatorv1.OperatorStatus) (*operatorv1.OperatorStatus, error)
Click to show internal directories.
Click to hide internal directories.