options

package
v0.0.0-...-9a5f050 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CROptions

type CROptions struct {
	Issuer Issuer
	CRSpec CRSpec
	Object Object
}

type CRSpec

type CRSpec struct {
	Duration string
	IsCA     bool
	Out      string
}

type Flags

type Flags struct {
	Kubeconfig string
	LogLevel   string

	Request Request
	Get     Get
}

type Get

type Get struct {
	Cert GetCert
}

type GetCert

type GetCert struct {
	Object
	Out  string
	Wait bool
}

type Issuer

type Issuer struct {
	Name  string
	Kind  string
	Group string
}

type Object

type Object struct {
	Name      string
	Namespace string
}

type ReqCert

type ReqCert struct {
	CommonName   string
	Organization []string
	DNSNames     []string
	IPs          []string
	URIs         []string

	Key string

	Issuer Issuer
	CRSpec CRSpec
	Object Object
}

type ReqSign

type ReqSign struct {
	CSR string

	Issuer Issuer
	CRSpec CRSpec
	Object Object
}

type Request

type Request struct {
	Cert ReqCert
	Sign ReqSign
}

Jump to

Keyboard shortcuts

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