Documentation ¶
Index ¶
- Constants
- Variables
- func BindParameters(cmd *cobra.Command) *api.Parameters
- func NewApplyCommand(params *api.Parameters) *cobra.Command
- func NewDumpConfigCommand() *cobra.Command
- func NewDumpSettingsCommand(params *api.Parameters) *cobra.Command
- func NewGenerateCommand(params *api.Parameters) *cobra.Command
- func NewRootCommand() *cobra.Command
- func NewVersionCommand() *cobra.Command
- func ReadInParameters(p *api.Parameters) error
Constants ¶
View Source
const ( FlagKubeconfig = "kubeconfig" FlagKubectlPath = "kubectl-path" FlagGitHubToken = "github-token" FlagFilename = "filename" FlagHTTPCacheDir = "http-cache-dir" FlagGELFAddress = "gelf-address" FlagStatsdAddress = "statsd-address" )
View Source
const (
ConfigDir = "~/.rebuy/kubernetes-deployment"
)
View Source
const (
DefaultBranch = "master"
)
Variables ¶
View Source
var ( BuildVersion = "unknown" BuildDate = "unknown" BuildHash = "unknown" BuildEnvironment = "unknown" )
Functions ¶
func BindParameters ¶
func BindParameters(cmd *cobra.Command) *api.Parameters
func NewApplyCommand ¶
func NewApplyCommand(params *api.Parameters) *cobra.Command
func NewDumpConfigCommand ¶
func NewDumpSettingsCommand ¶
func NewDumpSettingsCommand(params *api.Parameters) *cobra.Command
func NewGenerateCommand ¶
func NewGenerateCommand(params *api.Parameters) *cobra.Command
func NewRootCommand ¶
func NewVersionCommand ¶
func ReadInParameters ¶
func ReadInParameters(p *api.Parameters) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.