Documentation
¶
Index ¶
Constants ¶
View Source
const ( DeployConfigName = "deploy" IngressConfigKeyName = "ingress" ServiceConfigKeyName = "service" )
ConfigMap Keys.
View Source
const ( // LegacyComponentName is the name of the component that is assigned to deployments // via Kustomize. Since a deployment selector is immutable, we can't upgrade existing // deployment to the new component name, so keep it around till we figure out a solution. LegacyComponentName = "kserve" ReadyConditionType = componentApi.KserveKind + status.ReadySuffix )
View Source
const DefaultCertificateSecretName = "knative-serving-cert"
Variables ¶
View Source
var ( ErrServiceMeshNotConfigured = odherrors.NewStopError(status.ServiceMeshNotConfiguredMessage) ErrServiceMeshMemberAPINotFound = odherrors.NewStopError(status.ServiceMeshOperatorNotInstalledMessage) ErrServiceMeshOperatorNotInstalled = odherrors.NewStopError(status.ServiceMeshOperatorNotInstalledMessage) ErrServerlessOperatorNotInstalled = odherrors.NewStopError(status.ServerlessOperatorNotInstalledMessage) ErrServerlessUnsupportedCertType = odherrors.NewStopError(status.ServerlessUnsupportedCertMessage) )
Functions ¶
This section is empty.
Types ¶
type DeployConfig ¶
type DeployConfig struct {
DefaultDeploymentMode string `json:"defaultDeploymentMode,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.