Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidBundle = errors.New("invalid ca bundle")
)
Functions ¶
func Remove ¶
func Remove(namespacedName types.NamespacedName)
Remove removes a provisioner from the collection
func Retryable ¶ added in v0.2.5
Retryable returns whether the given error from Sign is a transient error (e.g. due to the network).
func Store ¶
func Store(namespacedName types.NamespacedName, provisioner Provisioner)
Store adds a new provisioner to the collection by NamespacedName.
Types ¶
type CfsslProvisioner ¶ added in v0.3.0
type CfsslProvisioner struct {
// contains filtered or unexported fields
}
func Load ¶
func Load(namespacedName types.NamespacedName) (*CfsslProvisioner, bool)
Load returns a provisioner by NamespacedName.
func New ¶
func New(spec api.CfsslIssuerSpec) (*CfsslProvisioner, error)
Click to show internal directories.
Click to hide internal directories.