Documentation
¶
Index ¶
- Variables
- func AddGlobalFlags(cmd *cobra.Command, options *utils.Options)
- func DeploySubcommand(cmd *cobra.Command, options *utils.Options)
- func GenerateSubcommand(cmd *cobra.Command, options *utils.Options)
- func HydrateSubcommand(cmd *cobra.Command)
- func InterpolateSubcommand(cmd *cobra.Command, options *utils.Options)
- func KustomizeSubcommand(cmd *cobra.Command)
- func New() *utils.Options
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildDate = "" // YYYY-MM-DD
BuildDate is dynamically set at build time by the cli or overridden in the Makefile.
View Source
var Version = "DEV"
Version is dynamically set by the ci or overridden by the Makefile.
Functions ¶
func AddGlobalFlags ¶
AddGlobalFlags add to the cobra command all the global flags
func DeploySubcommand ¶
DeploySubcommand add deploy subcommand to the main command
func GenerateSubcommand ¶
GenerateSubcommand add generate subcommand to the main command
func HydrateSubcommand ¶
HydrateSubcommand add resources and patches to kustomization.yaml
func InterpolateSubcommand ¶
InterpolateSubcommand add interpolate subcommand to the main command
func KustomizeSubcommand ¶
KustomizeSubcommand runs kustomize
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.