fake

package
v0.10.0-m1 Latest Latest
Warning

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

Go to latest
Published: May 25, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

SPDX-License-Identifier: Apache-2.0

Copyright Contributors to the Submariner project.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

View Source
const DriverName = "fake-driver"

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver struct {
	sync.Mutex

	ErrOnInit error

	Connections interface{}

	ErrOnConnectToEndpoint error

	ErrOnDisconnectFromEndpoint error
	// contains filtered or unexported fields
}

func New

func New() *Driver

func (*Driver) AwaitConnectToEndpoint

func (d *Driver) AwaitConnectToEndpoint(expected *natdiscovery.NATEndpointInfo)

func (*Driver) AwaitDisconnectFromEndpoint

func (d *Driver) AwaitDisconnectFromEndpoint(expected *v1.EndpointSpec)

func (*Driver) AwaitInit

func (d *Driver) AwaitInit()

func (*Driver) AwaitNoConnectToEndpoint

func (d *Driver) AwaitNoConnectToEndpoint()

func (*Driver) AwaitNoDisconnectFromEndpoint

func (d *Driver) AwaitNoDisconnectFromEndpoint()

func (*Driver) ConnectToEndpoint

func (d *Driver) ConnectToEndpoint(endpointInfo *natdiscovery.NATEndpointInfo) (string, error)

func (*Driver) DisconnectFromEndpoint

func (d *Driver) DisconnectFromEndpoint(endpoint types.SubmarinerEndpoint) error

func (*Driver) GetActiveConnections

func (d *Driver) GetActiveConnections() ([]v1.Connection, error)

func (*Driver) GetConnections

func (d *Driver) GetConnections() ([]v1.Connection, error)

func (*Driver) GetName

func (d *Driver) GetName() string

func (*Driver) Init

func (d *Driver) Init() error

Jump to

Keyboard shortcuts

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