servicecatalog

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2018 License: Apache-2.0 Imports: 5 Imported by: 32

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientInterface

type ClientInterface interface {
	GetServiceBindings(ns string) (*v1beta1.ServiceBindingList, error)
	GetServiceInstances(ns string) (*v1beta1.ServiceInstanceList, error)
	DeleteBinding(namespace, name string) error
	DeleteInstance(namespace, name string) error
}

ClientInterface exposes functions to interact with ServiceCatalog

func NewClient

func NewClient(config *rest.Config) ClientInterface

NewClient returns a pointer to a Client instance configured with provided config.

Jump to

Keyboard shortcuts

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