interfaces

package
v0.0.22 Latest Latest
Warning

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

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

Documentation

Overview

Package interfaces defines the various interfaces needed by Epinio. e.g. Service, Application etc

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	Name() string
	Org() string
	GetBinding(ctx context.Context, appName string) (*corev1.Secret, error)
	DeleteBinding(ctx context.Context, appName, org string) error
	Delete(context.Context) error
	Status(context.Context) (string, error)
	Details(context.Context) (map[string]string, error)
	WaitForProvision(context.Context) error
}

type ServiceList

type ServiceList []Service

Jump to

Keyboard shortcuts

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