Documentation ¶
Index ¶
- Constants
- func CertCmd() *core.Command
- func CertCreateCmd() *core.Command
- func CertDeleteCmd() *core.Command
- func CertGetApiVersionCmd() *core.Command
- func CertGetCmd() *core.Command
- func CertListCmd() *core.Command
- func CertUpdateCmd() *core.Command
- func CertificatesIds() []string
- func CmdDelete(c *core.CommandConfig) error
- func CmdGet(c *core.CommandConfig) error
- func CmdGetApiVersion(c *core.CommandConfig) error
- func CmdList(c *core.CommandConfig) error
- func CmdPatch(c *core.CommandConfig) error
- func CmdPost(c *core.CommandConfig) error
- func GetPropertyWithFallback(c *core.CommandConfig, property string, propertyPath string) (string, error)
- func PreCmdDelete(c *core.PreCommandConfig) error
- func PreCmdGet(c *core.PreCommandConfig) error
- func PreCmdPatch(c *core.PreCommandConfig) error
- func PreCmdPost(c *core.PreCommandConfig) error
Constants ¶
View Source
const ( FlagCertId = "certificate-id" FlagCertName = "certificate-name" FlagCert = "certificate" FlagCertPath = "certificate-path" FlagCertChain = "certificate-chain" FlagCertChainPath = "certificate-chain-path" FlagPrivateKey = "private-key" FlagPrivateKeyPath = "private-key-path" )
flags
Variables ¶
This section is empty.
Functions ¶
func CertCreateCmd ¶
func CertDeleteCmd ¶
func CertGetApiVersionCmd ¶
func CertGetCmd ¶
func CertListCmd ¶
func CertUpdateCmd ¶
func CertificatesIds ¶
func CertificatesIds() []string
func CmdDelete ¶
func CmdDelete(c *core.CommandConfig) error
func CmdGet ¶
func CmdGet(c *core.CommandConfig) error
func CmdGetApiVersion ¶
func CmdGetApiVersion(c *core.CommandConfig) error
func CmdList ¶
func CmdList(c *core.CommandConfig) error
func CmdPatch ¶
func CmdPatch(c *core.CommandConfig) error
func CmdPost ¶
func CmdPost(c *core.CommandConfig) error
func GetPropertyWithFallback ¶
func PreCmdDelete ¶
func PreCmdDelete(c *core.PreCommandConfig) error
func PreCmdGet ¶
func PreCmdGet(c *core.PreCommandConfig) error
func PreCmdPatch ¶
func PreCmdPatch(c *core.PreCommandConfig) error
func PreCmdPost ¶
func PreCmdPost(c *core.PreCommandConfig) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.