Documentation ¶
Overview ¶
Package vmware provides the VMware platform implementation.
Index ¶
- type VMware
- func (v *VMware) Configuration(context.Context, state.State) ([]byte, error)
- func (v *VMware) KernelArgs() procfs.Parameters
- func (v *VMware) Mode() runtime.Mode
- func (v *VMware) Name() string
- func (v *VMware) 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 VMware ¶
type VMware struct{}
VMware is the concrete type that implements the platform.Platform interface.
func (*VMware) Configuration ¶
Configuration implements the platform.Platform interface.
func (*VMware) KernelArgs ¶
func (v *VMware) KernelArgs() procfs.Parameters
KernelArgs implements the runtime.Platform interface.
func (*VMware) NetworkConfiguration ¶
func (v *VMware) 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.