Documentation ¶
Index ¶
- func Fatal(err error)
- func Filename(cfg cert.Config) string
- func NewCmdBackup(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdBase64() *cobra.Command
- func NewCmdCreate() *cobra.Command
- func NewCmdCreateCA(certDir string) *cobra.Command
- func NewCmdCreateClient(certDir string) *cobra.Command
- func NewCmdCreatePeer(certDir string) *cobra.Command
- func NewCmdCreateServer(certDir string) *cobra.Command
- func NewCmdDoctor(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdEnvsubst() *cobra.Command
- func NewCmdGet(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdGetCACert() *cobra.Command
- func NewCmdGetKubeCA(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdHasAPI(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdHasKeys(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdHasKeysConfigMap(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdHasKeysSecret(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdJsonpath() *cobra.Command
- func NewCmdSSL(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdSemver() *cobra.Command
- func NewCmdWaitUntilHas(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdWaitUntilHasAnnotation(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdWaitUntilHasLabel(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdWaitUntilReady(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdWaitUntilReadyAPIService(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdWaitUntilReadyCRD(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdWaitUntilReadyDeployment(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewRootCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdBackup ¶
func NewCmdBackup(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdBase64 ¶
func NewCmdCreate ¶
func NewCmdCreateCA ¶
func NewCmdCreateClient ¶
func NewCmdCreatePeer ¶
func NewCmdCreateServer ¶
func NewCmdDoctor ¶
func NewCmdDoctor(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdEnvsubst ¶
func NewCmdGet ¶
func NewCmdGet(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdGetCACert ¶
func NewCmdGetKubeCA ¶
func NewCmdGetKubeCA(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
kubectl config view --minify=true --flatten -o json | onessl jsonpath '{.clusters[0].cluster.certificate-authority-data}'
func NewCmdHasAPI ¶
func NewCmdHasAPI(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdHasKeys ¶
func NewCmdHasKeys(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdHasKeysConfigMap ¶
func NewCmdHasKeysConfigMap(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdHasKeysSecret ¶
func NewCmdHasKeysSecret(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdJsonpath ¶
ref: - https://github.com/kubernetes/kubernetes/pull/9296 - https://kubernetes.io/docs/reference/kubectl/jsonpath/ - https://github.com/kubernetes/client-go/blob/master/util/jsonpath/jsonpath_test.go#L137:2
func NewCmdSSL ¶
func NewCmdSSL(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdSemver ¶
func NewCmdWaitUntilHas ¶
func NewCmdWaitUntilHas(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdWaitUntilHasAnnotation ¶
func NewCmdWaitUntilHasAnnotation(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdWaitUntilHasLabel ¶
func NewCmdWaitUntilHasLabel(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdWaitUntilReady ¶
func NewCmdWaitUntilReady(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdWaitUntilReadyAPIService ¶
func NewCmdWaitUntilReadyAPIService(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdWaitUntilReadyCRD ¶
func NewCmdWaitUntilReadyCRD(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdWaitUntilReadyDeployment ¶
func NewCmdWaitUntilReadyDeployment(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewRootCmd ¶
Types ¶
This section is empty.
Source Files ¶
- backup.go
- base64.go
- create.go
- create_ca_cert.go
- create_client_cert.go
- create_peer_cert.go
- create_server_cert.go
- doctor.go
- envsubst.go
- get.go
- get_ca_cert.go
- get_kube_ca.go
- has_api.go
- has_keys.go
- has_keys_configmap.go
- has_keys_secret.go
- helpers.go
- jsonpath.go
- root.go
- semver.go
- ssl.go
- utils.go
- wait_until_has.go
- wait_until_has_annotation.go
- wait_until_has_label.go
- wait_until_ready.go
- wait_until_ready_apiservice.go
- wait_until_ready_crd.go
- wait_until_ready_deployment.go
Click to show internal directories.
Click to hide internal directories.