Documentation ¶ Index ¶ Variables func NewConfigCmd() *cobra.Command func NewPKICmd() *cobra.Command func NewPki(etcd, controlplane bool, pkiPath string) error Constants ¶ This section is empty. Variables ¶ View Source var ( ErrParsingFlag = errors.New("error while parsing flag") ErrMandatoryFlag = errors.New("flag must be specified") ErrConfigCreationFailed = errors.New("config creation failed") ) Functions ¶ func NewConfigCmd ¶ func NewConfigCmd() *cobra.Command func NewPKICmd ¶ added in v0.29.4 func NewPKICmd() *cobra.Command func NewPki ¶ added in v0.29.4 func NewPki(etcd, controlplane bool, pkiPath string) error Types ¶ This section is empty. Source Files ¶ View all Source files config.go pki.go Click to show internal directories. Click to hide internal directories.