Documentation
¶
Index ¶
Constants ¶
View Source
const (
PluginName = "join_token"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶ added in v1.11.0
type Plugin ¶
type Plugin struct { nodeattestorv1.UnsafeNodeAttestorServer configv1.UnsafeConfigServer }
func (*Plugin) Attest ¶
func (p *Plugin) Attest(nodeattestorv1.NodeAttestor_AttestServer) error
func (*Plugin) Configure ¶
func (p *Plugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
func (*Plugin) Validate ¶ added in v1.11.0
func (p *Plugin) Validate(_ context.Context, req *configv1.ValidateRequest) (*configv1.ValidateResponse, error)
Click to show internal directories.
Click to hide internal directories.