Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InventoryServer ¶
type InventoryServer struct {
client.Client
context.Context
// contains filtered or unexported fields
}
func (*InventoryServer) ServeHTTP ¶
func (i *InventoryServer) ServeHTTP(resp http.ResponseWriter, req *http.Request)
type LegacyConfig ¶ added in v1.1.2
type LegacyConfig struct {
Elemental elementalv1.Elemental `yaml:"elemental"`
CloudConfig map[string]interface{} `yaml:"cloud-config,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.