Documentation
¶
Index ¶
- func BuiltIn() catalog.BuiltIn
- type IMDSAttestorConfig
- type IMDSAttestorPlugin
- func (p *IMDSAttestorPlugin) AidAttestation(stream nodeattestorv1.NodeAttestor_AidAttestationServer) error
- func (p *IMDSAttestorPlugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
- func (p *IMDSAttestorPlugin) Validate(_ context.Context, req *configv1.ValidateRequest) (*configv1.ValidateResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IMDSAttestorConfig ¶
type IMDSAttestorConfig struct {
// TenantDomain is the domain of the tenant in which the VM is running.
TenantDomain string `hcl:"tenant_domain"`
}
type IMDSAttestorPlugin ¶
type IMDSAttestorPlugin struct {
nodeattestorv1.UnsafeNodeAttestorServer
configv1.UnsafeConfigServer
// contains filtered or unexported fields
}
func New ¶
func New() *IMDSAttestorPlugin
func (*IMDSAttestorPlugin) AidAttestation ¶
func (p *IMDSAttestorPlugin) AidAttestation(stream nodeattestorv1.NodeAttestor_AidAttestationServer) error
func (*IMDSAttestorPlugin) Configure ¶
func (p *IMDSAttestorPlugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
func (*IMDSAttestorPlugin) Validate ¶
func (p *IMDSAttestorPlugin) Validate(_ context.Context, req *configv1.ValidateRequest) (*configv1.ValidateResponse, error)
Click to show internal directories.
Click to hide internal directories.