Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCA ¶
func NewCA(ctx *controller.Context, issuer v1alpha2.GenericIssuer) (issuer.Interface, error)
Types ¶
type CA ¶
type CA struct { *controller.Context // contains filtered or unexported fields }
CA is a simple CA implementation backed by the Kubernetes API server. A secret resource is used to store a CA public and private key that is then used to sign certificates.
Click to show internal directories.
Click to hide internal directories.