Documentation
¶
Index ¶
- Constants
- type LWSOperatorClient
- func (l *LWSOperatorClient) ApplyOperatorSpec(ctx context.Context, fieldManager string, ...) (err error)
- func (l *LWSOperatorClient) ApplyOperatorStatus(ctx context.Context, fieldManager string, ...) (err error)
- func (l *LWSOperatorClient) GetObjectMeta() (meta *metav1.ObjectMeta, err error)
- func (l *LWSOperatorClient) GetOperatorState() (spec *operatorv1.OperatorSpec, status *operatorv1.OperatorStatus, ...)
- func (l *LWSOperatorClient) GetOperatorStateWithQuorum(ctx context.Context) (spec *operatorv1.OperatorSpec, status *operatorv1.OperatorStatus, ...)
- func (l *LWSOperatorClient) Informer() cache.SharedIndexInformer
- func (l *LWSOperatorClient) PatchOperatorStatus(ctx context.Context, jsonPatch *jsonpatch.PatchSet) (err error)
- func (l *LWSOperatorClient) UpdateOperatorSpec(ctx context.Context, oldResourceVersion string, in *operatorv1.OperatorSpec) (out *operatorv1.OperatorSpec, newResourceVersion string, err error)
- func (l *LWSOperatorClient) UpdateOperatorStatus(ctx context.Context, oldResourceVersion string, in *operatorv1.OperatorStatus) (out *operatorv1.OperatorStatus, err error)
Constants ¶
View Source
const OperatorConfigName = "cluster"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LWSOperatorClient ¶
type LWSOperatorClient struct { Ctx context.Context OperatorClient lwsoperatorinterface.LwsOperatorsV1alpha1Interface OperatorNamespace string }
func (*LWSOperatorClient) ApplyOperatorSpec ¶
func (l *LWSOperatorClient) ApplyOperatorSpec(ctx context.Context, fieldManager string, applyConfiguration *operatorapplyconfigurationv1.OperatorSpecApplyConfiguration) (err error)
func (*LWSOperatorClient) ApplyOperatorStatus ¶
func (l *LWSOperatorClient) ApplyOperatorStatus(ctx context.Context, fieldManager string, applyConfiguration *operatorapplyconfigurationv1.OperatorStatusApplyConfiguration) (err error)
func (*LWSOperatorClient) GetObjectMeta ¶
func (l *LWSOperatorClient) GetObjectMeta() (meta *metav1.ObjectMeta, err error)
func (*LWSOperatorClient) GetOperatorState ¶
func (l *LWSOperatorClient) GetOperatorState() (spec *operatorv1.OperatorSpec, status *operatorv1.OperatorStatus, resourceVersion string, err error)
func (*LWSOperatorClient) GetOperatorStateWithQuorum ¶
func (l *LWSOperatorClient) GetOperatorStateWithQuorum(ctx context.Context) (spec *operatorv1.OperatorSpec, status *operatorv1.OperatorStatus, resourceVersion string, err error)
func (*LWSOperatorClient) Informer ¶
func (l *LWSOperatorClient) Informer() cache.SharedIndexInformer
func (*LWSOperatorClient) PatchOperatorStatus ¶
func (*LWSOperatorClient) UpdateOperatorSpec ¶
func (l *LWSOperatorClient) UpdateOperatorSpec(ctx context.Context, oldResourceVersion string, in *operatorv1.OperatorSpec) (out *operatorv1.OperatorSpec, newResourceVersion string, err error)
func (*LWSOperatorClient) UpdateOperatorStatus ¶
func (l *LWSOperatorClient) UpdateOperatorStatus(ctx context.Context, oldResourceVersion string, in *operatorv1.OperatorStatus) (out *operatorv1.OperatorStatus, err error)
Click to show internal directories.
Click to hide internal directories.