connection

package
v0.0.0-...-db3a1d9 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TagKey = "name"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type MPFilter

type MPFilter struct {
	Type []string `name:"type"`
}

type Repository

type Repository interface {
	SaveModelPackagingResult(id string, result []legionv1alpha1.ModelPackagingResult) error
	GetModelPackagingResult(id string) ([]legionv1alpha1.ModelPackagingResult, error)
	GetModelPackaging(id string) (*packaging.ModelPackaging, error)
	GetModelPackagingList(options ...kubernetes.ListOption) ([]packaging.ModelPackaging, error)
	DeleteModelPackaging(id string) error
	GetModelPackagingLogs(id string, writer utils.Writer, follow bool) error
	UpdateModelPackaging(md *packaging.ModelPackaging) error
	CreateModelPackaging(md *packaging.ModelPackaging) error
	GetPackagingIntegration(id string) (*packaging.PackagingIntegration, error)
	GetPackagingIntegrationList(options ...kubernetes.ListOption) ([]packaging.PackagingIntegration, error)
	DeletePackagingIntegration(id string) error
	UpdatePackagingIntegration(md *packaging.PackagingIntegration) error
	CreatePackagingIntegration(md *packaging.PackagingIntegration) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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