Documentation ¶
Index ¶
- func NewVault(ctx *controller.Context, issuer v1alpha1.GenericIssuer) (issuer.Interface, error)
- type Vault
- func (v *Vault) Issue(ctx context.Context, crt *v1alpha1.Certificate) ([]byte, []byte, error)
- func (c *Vault) Prepare(ctx context.Context, crt *v1alpha1.Certificate) error
- func (c *Vault) Renew(ctx context.Context, crt *v1alpha1.Certificate) ([]byte, []byte, error)
- func (v *Vault) Setup(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVault ¶
func NewVault(ctx *controller.Context, issuer v1alpha1.GenericIssuer) (issuer.Interface, error)
Types ¶
type Vault ¶
type Vault struct { *controller.Context // contains filtered or unexported fields }
func (*Vault) Prepare ¶ added in v0.3.0
Prepare does nothing for the Vault issuer. In future, this may validate the certificate request against the issuer, or set fields in the Status block to be consumed in Issue and Renew
Click to show internal directories.
Click to hide internal directories.