constants

package
v2.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ModelFinalizerName      = "seldon.model.finalizer"
	ServerFinalizerName     = "seldon.server.finalizer"
	PipelineFinalizerName   = "seldon.pipeline.finalizer"
	ExperimentFinalizerName = "seldon.experiment.finalizer"
)
View Source
const (
	AppKey                    = "app"
	ServerLabelValue          = "seldon-server"
	ServerLabelNameKey        = "seldon-server-name"
	ServerReplicaLabelKey     = "seldon-server-replica"
	ServerReplicaNameLabelKey = "seldon-server-replica-name"
)

Label selector

Variables

View Source
var (
	SeldonNamespace = getEnvOrDefault("POD_NAMESPACE", "seldon-mesh")
)

Functions

This section is empty.

Types

type ReconcileOperation

type ReconcileOperation uint32

Reconcilliation operations

const (
	ReconcileUnknown ReconcileOperation = iota
	ReconcileNoChange
	ReconcileUpdateNeeded
	ReconcileCreateNeeded
)

Jump to

Keyboard shortcuts

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