provider

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentsStore

type ComponentsStore interface {
	Save(providerComponents string) error
	Load() (string, error)
}

ComponentsStore is an interface for saving and loading Provider Components

type ComponentsStoreFactory

type ComponentsStoreFactory interface {
	NewFromCoreClientset(clientset *kubernetes.Clientset) (ComponentsStore, error)
}

ComponentsStoreFactory is an interface for creating ComponentsStores

Jump to

Keyboard shortcuts

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