package
1.11.0
Repository: https://github.com/blend/kops.git
Documentation: pkg.go.dev

# Functions

New creates and returns a node authorizer.
NewToken creates and returns a new token.

# Constants

Version is the server version.

# Variables

CheckRegistration indicates we should validate the node is not regestered.

# Structs

Config is the configuration for the service.
NodeAuthorizer retains the authorizer state.
NodeRegistration is an incomming request.
NodeRegistrationSpec is the node request specification.
NodeRegistrationStatus is result of a authorization.
Token defines a bootstrap token.

# Interfaces

Authorizer is the generic means to authorize the incoming node request.
Verifier is the client side of authorizer.