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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.