serving

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compose

func Compose(sdep *seldonv1.SeldonDeployment) error

Types

type ServingController

type ServingController struct {
	// contains filtered or unexported fields
}

func New

func (ServingController) Create

func (s ServingController) Create(namespace string, sdep *seldonv1.SeldonDeployment) error

func (ServingController) Delete

func (s ServingController) Delete(namespace, sdepID string) error

func (ServingController) Get

func (s ServingController) Get(namespace, sdepID string) (*seldonv1.SeldonDeployment, error)

func (ServingController) List

func (s ServingController) List(namespace string, opt *paging.ListOption) (*ServingList, error)

func (ServingController) Update

func (s ServingController) Update(namespace string, sdepID string, sdep *seldonv1.SeldonDeployment) (*seldonv1.SeldonDeployment, error)

type ServingList

type ServingList struct {
	ListMeta paging.ListMeta             `json:"metadata"`
	Items    []seldonv1.SeldonDeployment `json:"items"`
}

ServingList is the response of List Interface.

Jump to

Keyboard shortcuts

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