package
0.7.0
Repository: https://github.com/mkimuram/operator-sdk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

NewForPlaybook returns a new Runner based on the path to an ansible playbook.
NewForRole returns a new Runner based on the path to an ansible role.
NewFromWatches reads the operator's config file at the provided path.

# Constants

MaxRunnerArtifactsAnnotation - annotation used by a user to specify the max artifacts to keep in the runner directory.

# Structs

Finalizer - Expose finalizer to be used by a user.

# Interfaces

Runner - a runnable that should take the parameters and name and namespace and run the correct code.
RunResult - result of a ansible run.