deployment

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelDeployment

type ModelDeployment struct {
	// Model deployment id
	ID string `json:"id"`
	// Model deployment specification
	Spec v1alpha1.ModelDeploymentSpec `json:"spec,omitempty"`
	// Model deployment status
	Status *v1alpha1.ModelDeploymentStatus `json:"status,omitempty"`
}

type ModelRoute

type ModelRoute struct {
	// Model route id
	ID string `json:"id"`
	// Model route specification
	Spec v1alpha1.ModelRouteSpec `json:"spec,omitempty"`
	// Model route status
	Status *v1alpha1.ModelRouteStatus `json:"status,omitempty"`
}

Jump to

Keyboard shortcuts

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