Versions in this module Expand all Collapse all v1 v1.0.2 May 18, 2023 Changes in this version + func BuiltIn() catalog.BuiltIn + type AttestorConfig struct + Clusters map[string]*ClusterConfig + type AttestorPlugin struct + func New() *AttestorPlugin + func (p *AttestorPlugin) Attest(stream nodeattestorv1.NodeAttestor_AttestServer) error + func (p *AttestorPlugin) Configure(ctx context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error) + func (p *AttestorPlugin) SetLogger(log hclog.Logger) + type ClusterConfig struct + AllowedNodeLabelKeys []string + AllowedPodLabelKeys []string + Audience *[]string + KubeConfigFile string + ServiceAccountAllowList []string