Documentation
¶
Overview ¶
Package hostgpuimpl implements a component to generate the 'host_gpu' metadata payload for inventory.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Payload ¶
type Payload struct {
Hostname string `json:"hostname"`
Timestamp int64 `json:"timestamp"`
Metadata *hostGPUMetadata `json:"host_gpu_metadata"`
UUID string `json:"uuid"`
}
Payload handles the JSON unmarshalling of the metadata payload
func (*Payload) MarshalJSON ¶
MarshalJSON serialization a Payload to JSON
type Provides ¶
type Provides struct {
Comp hostgpu.Component
Provider runnerimpl.Provider
FlareProvider flaretypes.Provider
Endpoint api.AgentEndpointProvider
}
Provides defines the output of the hostgpu component
func NewGPUHostProvider ¶
NewGPUHostProvider creates a new hostgpu component
type Requires ¶
type Requires struct {
WMeta workloadmeta.Component
Log log.Component
Config config.Component
Serializer serializer.MetricSerializer
Hostname hostnameinterface.Component
}
Requires defines the dependencies for the hostgpu component
Click to show internal directories.
Click to hide internal directories.