Documentation
¶
Index ¶
Constants ¶
View Source
const ( // name of the application AppNameLabel = "app.kubernetes.io/name" // unique name identifying the instance of an application AppInstanceLabel = "app.kubernetes.io/instance" // component within the architecture AppComponentLabel = "app.kubernetes.io/component" // name of a higher level application this one is part of AppPartOfLabel = "app.kubernetes.io/part-of" // tool being used to manage the operation of an application AppManagedByLabel = "app.kubernetes.io/managed-by" )
Kubernetes recommended labels https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/
View Source
const (
AdapterComponent = "adapter"
)
Common label values
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KsvcOpts ¶
KsvcOpts configures Knative service.
func KsvcPodEnvVars ¶
KsvcPodEnvVars sets pod's first container env vars.
Click to show internal directories.
Click to hide internal directories.