secrets

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2020 License: Apache-2.0 Imports: 15 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Secrets

func Secrets(app *cli.App) cli.Command

Types

type Create

type Create struct {
	N_Name        string   `desc:"Assign a name to the secret. Use format [namespace:]name"`
	T_Type        string   `desc:"Create type" default:"Opaque"`
	F_FromFile    []string `desc:"Creating secrets from files"`
	D_Data        []string `desc:"Creating secrets from key-pair data"`
	GithubWebhook bool     `desc:"Configure github token"`
	Docker        bool     `desc:"Configure docker registry secret"`
	GitBasicAuth  bool     `desc:"Configure git basic credential"`
	GitSSHKeyAuth bool     `desc:"Configure git ssh key auth"`
}

func (*Create) Run

func (s *Create) Run(ctx *clicontext.CLIContext) error

type Ls

type Ls struct {
}

func (*Ls) Run

func (l *Ls) Run(ctx *clicontext.CLIContext) error

Jump to

Keyboard shortcuts

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