fake

package
v0.9.0-m1 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

© 2021 Red Hat, Inc. and others

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 {
	ErrOnInit         error
	ActiveConnections map[string]interface{}
	Connections       interface{}

	ErrOnConnectToEndpoint error

	ErrOnDisconnectFromEndpoint error
	// contains filtered or unexported fields
}

func New

func New() *Driver

func (*Driver) AwaitConnectToEndpoint

func (d *Driver) AwaitConnectToEndpoint(expected *types.SubmarinerEndpoint)

func (*Driver) AwaitDisconnectFromEndpoint

func (d *Driver) AwaitDisconnectFromEndpoint(expected *types.SubmarinerEndpoint)

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(endpoint types.SubmarinerEndpoint) (string, error)

func (*Driver) DisconnectFromEndpoint

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

func (*Driver) GetActiveConnections

func (d *Driver) GetActiveConnections(clusterID string) ([]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