Documentation ¶
Overview ¶
Package cmd provides subcommands for the main.go CLI
Index ¶
- func CreateNamespaceForNodepool(sfEnv *cliutils.ENV, nodepoolContext, nodepoolNamespace string, ...)
- func MkBackupCmd() *cobra.Command
- func MkInitCmd() *cobra.Command
- func MkNodepoolCmd() *cobra.Command
- func MkRestoreCmd() *cobra.Command
- func MkSFCmd() *cobra.Command
- func MkWipeCmd() *cobra.Command
- func TLSConfigureCmd(kmd *cobra.Command, args []string)
- type SFManifest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNamespaceForNodepool ¶ added in v0.0.24
func MkBackupCmd ¶
func MkNodepoolCmd ¶ added in v0.0.21
func MkRestoreCmd ¶
func TLSConfigureCmd ¶ added in v0.0.22
Types ¶
type SFManifest ¶ added in v0.0.24
type SFManifest struct { APIVersion string `json:"apiVersion"` Kind string `json:"kind"` Metadata struct { Name string `json:"name"` } `json:"metadata"` Spec sfv1.SoftwareFactorySpec `json:"spec"` }
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package bootstraptenantconfigrepo provides facilities for the sfconfig CLI Generates pipelines, jobs and playbooks for zuul
|
Package bootstraptenantconfigrepo provides facilities for the sfconfig CLI Generates pipelines, jobs and playbooks for zuul |
Package dev subcommands can be used to manage a development environment and run tests.
|
Package dev subcommands can be used to manage a development environment and run tests. |
gerrit
Package gerrit provides gerrit related functions for the CLI
|
Package gerrit provides gerrit related functions for the CLI |
microshift
Package microshift provides tools to deploy a MicroShift host via Ansible
|
Package microshift provides tools to deploy a MicroShift host via Ansible |
Package utils provides CLI utility functions and structs
|
Package utils provides CLI utility functions and structs |
Click to show internal directories.
Click to hide internal directories.