Documentation ¶
Index ¶
Constants ¶
View Source
const ( DeployConfigName = "deploy" IngressConfigKeyName = "ingress" )
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 = conditionsv1.ConditionType(componentApi.KserveKind + status.ReadySuffix) )
Variables ¶
View Source
var Resources = struct { // ServiceMeshDir is the path to the Service Mesh templates. ServiceMeshDir string // InstallDir is the path to the Serving install templates. InstallDir string // GatewaysDir is the path to the Serving Istio gateways templates. GatewaysDir string // Location specifies the file system that contains the templates to be used. Location fs.FS // BaseDir is the path to the base of the embedded FS BaseDir string }{ ServiceMeshDir: path.Join(baseDir, "servicemesh"), InstallDir: path.Join(baseDir, "serving-install"), GatewaysDir: path.Join(baseDir, "servicemesh", "routing"), Location: kserveEmbeddedFS, BaseDir: baseDir, }
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.