Documentation ¶
Index ¶
- type ClientID
- type RecoveryBackend
- func (rb *RecoveryBackend) AddClientID(hostname, version string, clientID ClientID) error
- func (rb *RecoveryBackend) AddRevokeFilehandle(hostname, version string, clientID ClientID, revokeFilehandle RevokeFileHandle) error
- func (rb *RecoveryBackend) CreateConfigMap(hostname, version string) error
- func (rb *RecoveryBackend) EndGrace(hostname, version string) error
- func (rb *RecoveryBackend) ReadClientIDs(hostname string) ([]string, error)
- func (rb *RecoveryBackend) RemoveClientID(hostname string, clientID ClientID) error
- type RevokeFileHandle
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecoveryBackend ¶
type RecoveryBackend struct { Namespace string Datastore *datastore.DataStore Logger logrus.FieldLogger }
func (*RecoveryBackend) AddClientID ¶
func (rb *RecoveryBackend) AddClientID(hostname, version string, clientID ClientID) error
func (*RecoveryBackend) AddRevokeFilehandle ¶
func (rb *RecoveryBackend) AddRevokeFilehandle(hostname, version string, clientID ClientID, revokeFilehandle RevokeFileHandle) error
func (*RecoveryBackend) CreateConfigMap ¶
func (rb *RecoveryBackend) CreateConfigMap(hostname, version string) error
func (*RecoveryBackend) EndGrace ¶
func (rb *RecoveryBackend) EndGrace(hostname, version string) error
func (*RecoveryBackend) ReadClientIDs ¶
func (rb *RecoveryBackend) ReadClientIDs(hostname string) ([]string, error)
func (*RecoveryBackend) RemoveClientID ¶
func (rb *RecoveryBackend) RemoveClientID(hostname string, clientID ClientID) error
type RevokeFileHandle ¶
type RevokeFileHandle string
Click to show internal directories.
Click to hide internal directories.