constants

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: May 22, 2019 License: Apache-2.0 Imports: 3 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	KFServingName         = "kfserving"
	KFServingAPIGroupName = "serving.kubeflow.org"
	KFServingNamespace    = getEnvOrDefault("POD_NAMESPACE", "kfserving-system")
)

KFServing Constants

View Source
var (
	KFServiceName        = "kfservice"
	KFServiceAPIName     = "kfservices"
	KFServicePodLabelKey = KFServingAPIGroupName + "/" + KFServiceName
)

KFService Constants

View Source
var (
	ControllerLabelName        = KFServingName + "-controller-manager"
	DefaultTimeout       int64 = 300
	DefaultScalingTarget       = "1"
)

Controller Constants

View Source
var (
	WebhookServerName              = KFServingName + "-webhook-server"
	WebhookServerServiceName       = WebhookServerName + "-service"
	WebhookServerSecretName        = WebhookServerName + "-secret"
	KFServiceValidatingWebhookName = strings.Join([]string{KFServiceName, WebhookServerName, "validator"}, ".")
	KFServiceDefaultingWebhookName = strings.Join([]string{KFServiceName, WebhookServerName, "defaulter"}, ".")
	WebhookFailurePolicy           = v1beta1.Fail
)

Webhook Constants

Functions

func CanaryConfigurationName

func CanaryConfigurationName(name string) string

func DefaultConfigurationName

func DefaultConfigurationName(name string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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