# Functions
NewClient returns a new controller-runtime client instance.
NewClientset returns a new client-go instance.
NewCmd returns a Command instance for 'schemaop' sub command.
NewCmdSchemaHistory returns a Command instance for SchemaHistory sub command.
NewCmdSchemaStatus returns a Command instance for status sub command.
NewCmdSchemaUndo returns a Command instance for SchemaUndo sub command.
NewCmdSchemaUpdate returns a Command instance for update sub command.
NewSchemaHistoryOptions returns an initialized SchemaHistoryOptions instance.
NewSchemaStatusOptions returns an initialized SchemaStatusOptions instance.
NewSchemaUndoOptions returns an initialized SchemaUndoOptions instance.
NewSchemaUpdateOptions returns an initialized SchemaUpdateOptions instance.
Version returns the operator CLI version TODO: get the build version.
# Structs
CommonOptions Options encapsulates the common fields of command options.
SchemaHistoryOptions holds the options for 'schema history' sub command.
SchemaStatusOptions holds the options for 'schema history' sub command.
SchemaUndoOptions holds the options for 'schema history' sub command.
SchemaUpdateOptions holds the options for 'schema history' sub command.