Documentation ¶
Index ¶
- type Container
- func (c *Container) Configuration(context.Context) ([]byte, error)
- func (c *Container) ExternalIPs(context.Context) (addrs []net.IP, err error)
- func (c *Container) Hostname(context.Context) (hostname []byte, err error)
- func (c *Container) KernelArgs() procfs.Parameters
- func (c *Container) Mode() runtime.Mode
- func (c *Container) Name() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct{}
Container is a platform for installing Talos via an Container image.
func (*Container) Configuration ¶
Configuration implements the platform.Platform interface.
func (*Container) ExternalIPs ¶
ExternalIPs implements the runtime.Platform interface.
func (*Container) KernelArgs ¶
func (c *Container) KernelArgs() procfs.Parameters
KernelArgs implements the runtime.Platform interface.
Click to show internal directories.
Click to hide internal directories.