# Functions
NewMockOperator creates a new mock instance.
# Structs
MockOperator is a mock of Operator interface.
MockOperatorMockRecorder is the mock recorder for MockOperator.
ValidationResult hold result of operator validation.
# Interfaces
Operator provides generic API of an OLM operator installation plugin
go:generate mockgen --build_flags=--mod=mod -package=api -self_package=github.com/openshift/assisted-service/internal/operators/api -destination=mock_operator_api.go .
Storage Operator provide a generic API for storage operators.
# Type aliases
No description provided by the author