Documentation ¶
Overview ¶
Package container contains the Container implementation of the [platform.Platform].
Index ¶
- type Container
- func (c *Container) Configuration(context.Context, state.State) ([]byte, error)
- func (c *Container) KernelArgs() procfs.Parameters
- func (c *Container) Mode() runtime.Mode
- func (c *Container) Name() string
- func (c *Container) NetworkConfiguration(ctx context.Context, _ state.State, ch chan<- *runtime.PlatformNetworkConfig) error
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) KernelArgs ¶
func (c *Container) KernelArgs() procfs.Parameters
KernelArgs implements the runtime.Platform interface.
func (*Container) NetworkConfiguration ¶
func (c *Container) NetworkConfiguration(ctx context.Context, _ state.State, ch chan<- *runtime.PlatformNetworkConfig) error
NetworkConfiguration implements the runtime.Platform interface.
Click to show internal directories.
Click to hide internal directories.