Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operator ¶
func NewOperationOperator ¶
func NewOperationOperator(operationStorage rest.StandardStorage) Operator
type Writer ¶
type Writer interface { DeleteOperation(ctx context.Context, name string) error CreateOperation(ctx context.Context, operation *v1.Operation) (*v1.Operation, error) UpdateOperation(ctx context.Context, operation *v1.Operation) (*v1.Operation, error) UpdateOperationStatus(ctx context.Context, name string, status *v1.OperationStatus) (*v1.Operation, error) DeleteOperationCollection(ctx context.Context, query *query.Query) error }
Click to show internal directories.
Click to hide internal directories.