Documentation
¶
Index ¶
- type AWS
- func (a *AWS) Configuration(ctx context.Context, r state.State) ([]byte, error)
- func (a *AWS) KernelArgs() procfs.Parameters
- func (a *AWS) Mode() runtime.Mode
- func (a *AWS) Name() string
- func (a *AWS) 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 AWS ¶
type AWS struct {
// contains filtered or unexported fields
}
AWS is the concrete type that implements the runtime.Platform interface.
func (*AWS) Configuration ¶
Configuration implements the runtime.Platform interface.
func (*AWS) KernelArgs ¶
func (a *AWS) KernelArgs() procfs.Parameters
KernelArgs implements the runtime.Platform interface.
func (*AWS) NetworkConfiguration ¶ added in v1.0.0
func (a *AWS) 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.