Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶ added in v1.8.0
type Factory struct {
IssuerForFunc func(iss v1.GenericIssuer) (issuerpkg.Interface, error)
}
type Helper ¶ added in v1.8.0
type Helper struct {
GetGenericIssuerFunc func(ref cmmeta.ObjectReference, ns string) (cmapi.GenericIssuer, error)
}
func (*Helper) GetGenericIssuer ¶ added in v1.8.0
func (f *Helper) GetGenericIssuer(ref cmmeta.ObjectReference, ns string) (cmapi.GenericIssuer, error)
type Issuer ¶
type Issuer struct { SetupFunc func(context.Context) error IssueFunc func(context.Context, *cmapi.Certificate) (*issuer.IssueResponse, error) }
func (*Issuer) Issue ¶
func (i *Issuer) Issue(ctx context.Context, crt *cmapi.Certificate) (*issuer.IssueResponse, error)
Issue attempts to issue a certificate as described by the certificate resource given
Click to show internal directories.
Click to hide internal directories.