driver

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NetworkDriver

type NetworkDriver struct {
	// contains filtered or unexported fields
}

func Start

func Start(ctx context.Context, driverName string, kubeClient kubernetes.Interface, nodeName string, opts ...Option) (*NetworkDriver, error)

func (*NetworkDriver) NodePrepareResources

NodePrepareResources filter the Claim requested for this driver

func (*NetworkDriver) NodeUnprepareResources

func (*NetworkDriver) PublishResources

func (np *NetworkDriver) PublishResources(ctx context.Context)

func (*NetworkDriver) RemovePodSandbox

func (np *NetworkDriver) RemovePodSandbox(_ context.Context, pod *api.PodSandbox) error

func (*NetworkDriver) RunPodSandbox

func (np *NetworkDriver) RunPodSandbox(ctx context.Context, pod *api.PodSandbox) error

func (*NetworkDriver) Shutdown

func (np *NetworkDriver) Shutdown(_ context.Context)

func (*NetworkDriver) Stop

func (np *NetworkDriver) Stop()

func (*NetworkDriver) StopPodSandbox

func (np *NetworkDriver) StopPodSandbox(ctx context.Context, pod *api.PodSandbox) error

func (*NetworkDriver) Synchronize

func (np *NetworkDriver) Synchronize(_ context.Context, pods []*api.PodSandbox, containers []*api.Container) ([]*api.ContainerUpdate, error)

type Option

type Option func(*NetworkDriver)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL