Documentation
¶
Index ¶
- func CheckRequired(c *cli.Context, names ...string) error
- func ConvertToCLIStringSliceFlag(values []string) *cli.StringSlice
- func DeployYaml(myYaml string, boshInitDeploy func(string))
- func GenerateCert(hosts []string) (caCert, cert, key string, err error)
- func GenerateCertWithCA(hosts []string, cacrt *pkix.Certificate, cakey *pkix.Key) (caCert, cert, key string, err error)
- func GenerateKeys() (publicKeyPem, privateKeyPem string, err error)
- func GetBoshDeployPath() string
- func GetCloudConfigCommands(target string) (commands []*cli.Command)
- func GetProductCommands(target string) (commands []*cli.Command)
- func Initialize() (key *pkix.Key, crt *pkix.Certificate, err error)
- func NewPassword(strlen int) string
- type HttpClientDoer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToCLIStringSliceFlag ¶ added in v0.0.11
func ConvertToCLIStringSliceFlag(values []string) *cli.StringSlice
func DeployYaml ¶ added in v0.0.11
func GenerateCert ¶ added in v0.0.9
GenerateCert - generates a caCert, cert and key
func GenerateCertWithCA ¶ added in v0.0.33
func GenerateCertWithCA(hosts []string, cacrt *pkix.Certificate, cakey *pkix.Key) (caCert, cert, key string, err error)
GenerateCertWithCA - generates a certificate with a caCert and caKey, also return ca as string
func GenerateKeys ¶ added in v0.0.9
func GetBoshDeployPath ¶ added in v0.0.25
func GetBoshDeployPath() string
func GetCloudConfigCommands ¶
GetCloudConfigCommands builds a list of CLI commands depending on which cloud config plugins are installed.
func GetProductCommands ¶
GetProductCommands builds a list of CLI commands depending on which product plugins are installed.
func Initialize ¶ added in v0.0.33
func Initialize() (key *pkix.Key, crt *pkix.Certificate, err error)
Initialize - generates a caCert and caKey
func NewPassword ¶ added in v0.0.9
NewPassword - generates new password based on length
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.