certmanager

package
v0.0.0-...-e6112dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

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"

	UsageCert = "" /* 128-byte string literal not displayed */
)

flags

Variables

This section is empty.

Functions

func CertCmd

func CertCmd() *core.Command

func CertCreateCmd

func CertCreateCmd() *core.Command

func CertDeleteCmd

func CertDeleteCmd() *core.Command

func CertGetApiVersionCmd

func CertGetApiVersionCmd() *core.Command

func CertGetCmd

func CertGetCmd() *core.Command

func CertListCmd

func CertListCmd() *core.Command

func CertUpdateCmd

func CertUpdateCmd() *core.Command

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 GetPropertyWithFallback(c *core.CommandConfig, property string, propertyPath string) (string, error)

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

type ApiPrint

type ApiPrint struct {
	Name    string `json:"Name,omitempty"`
	Href    string `json:"Href,omitempty"`
	Version string `json:"Version,omitempty"`
}

type CertPrint

type CertPrint struct {
	CertId      string `json:"CertId,omitempty"`
	DisplayName string `json:"DisplayName,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL