# Functions
AskForAction asks the user the given question.
DebugMsg prints given message when debug mode is on.
EditEnvFile opens content in EDITOR, and returns saved content.
ExecOcCmd executes "oc" with given namespace and selector applied.
ExecPlainOcCmd executes "oc" with given arguments applied.
InitGlobalOptions creates a new pointer to GlobalOptions with a given filesystem.
NewCompareOptions returns new options for the diff/apply command based on file/flags.
NewExportOptions returns new options for the export command based on file/flags.
NewGlobalOptions returns new global options based on file/flags.
NewOcClient creates a new ocClient.
NewSecretsOptions returns new options for the secrets subcommand based on file/flags.
RunCmd runs the given command and returns the result.
VerboseMsg prints given message when verbose mode is on.
# Variables
FprintBluef prints in green to w.
FprintGreenf prints in green to w.
FprintRedf prints in green to w.
FprintYellowf prints in green to w.
PrintBluef prints in blue.
PrintGreenf prints in green.
PrintRedf prints in red.
PrintYellowf prints in yellow.
# Structs
CompareOptions define how to compare desired and current state.
ExportOptions define how the export should be done.
GlobalOptions are app-wide.
NamespaceOptions define which namespace Tailor works against.
OcClient is a wrapper around the "oc" binary (client).
SecretsOptions define how to work with encrypted files.
# Interfaces
No description provided by the author
ClientModifier allows to delete and create/update resources.
ClientProcessorExporter allows to process templates and export resources.
OcClientApplier allows to create/update a resource.
OcClientDeleter allows to delete a resource.
OcClientExporter allows to export resources.
OcClientProcessor is a stop-gap solution only ..
OcClientVersioner allows to retrieve the OpenShift version..