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
Click to show internal directories.
Click to hide internal directories.