Documentation
¶
Index ¶
- type GCP
- func (g *GCP) Configuration(ctx context.Context, r state.State) ([]byte, error)
- func (g *GCP) KernelArgs() procfs.Parameters
- func (g *GCP) Mode() runtime.Mode
- func (g *GCP) Name() string
- func (g *GCP) NetworkConfiguration(ctx context.Context, st state.State, ch chan<- *runtime.PlatformNetworkConfig) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCP ¶
type GCP struct{}
GCP is the concrete type that implements the platform.Platform interface.
func (*GCP) Configuration ¶
Configuration implements the platform.Platform interface.
func (*GCP) KernelArgs ¶
func (g *GCP) KernelArgs() procfs.Parameters
KernelArgs implements the runtime.Platform interface.
func (*GCP) NetworkConfiguration ¶ added in v1.0.0
func (g *GCP) NetworkConfiguration(ctx context.Context, st state.State, ch chan<- *runtime.PlatformNetworkConfig) error
NetworkConfiguration implements the runtime.Platform interface.
Click to show internal directories.
Click to hide internal directories.