Documentation
¶
Index ¶
- type Signer
- func (s Signer) AttestationCRNameAndNamespace() (string, string)
- func (s Signer) Certificate() *x509.Certificate
- func (s Signer) Error() error
- func (s Signer) Failed() (bool, error)
- func (s Signer) Name() string
- func (s Signer) NotInitialized() bool
- func (s Signer) Pending() bool
- func (s Signer) Ready() bool
- func (s *Signer) SetError(err error)
- func (s *Signer) SetPending(requestName, namespace string)
- func (s *Signer) SetReady(cs crypto.Signer, cert *x509.Certificate)
- type SignerMap
- type SignerState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signer ¶
func (Signer) AttestationCRNameAndNamespace ¶
AttestationCRName returns the name of the attestation request name in case of a pending signer.
func (Signer) Certificate ¶
func (s Signer) Certificate() *x509.Certificate
func (Signer) NotInitialized ¶
func (*Signer) SetPending ¶
type SignerMap ¶
type SignerMap struct {
// contains filtered or unexported fields
}
func NewSignerMap ¶
func NewSignerMap() *SignerMap
func (*SignerMap) PendingSigners ¶
func (*SignerMap) UnInitializedSigners ¶
type SignerState ¶
type SignerState string
Click to show internal directories.
Click to hide internal directories.