Documentation
¶
Index ¶
Constants ¶
View Source
const ( LabelKeyOwnerNamespace = MetaPrefix + "owner-namespace" LabelKeyOwner = MetaPrefix + "owner" )
View Source
const ( // AppNameLabelKey is a label key for application name. AppNameLabelKey = "app.kubernetes.io/name" // AppComponentLabelKey is a label key for the component. AppComponentLabelKey = "app.kubernetes.io/component" // AppInstanceLabelKey is a label key for the instance name. AppInstanceLabelKey = "app.kubernetes.io/instance" )
Metadata keys
View Source
const ( // AppName is the application name. AppName = "nyamber" // AppComponentRunner is the component name for runner. AppComponentRunner = "runner" )
View Source
const ControllerNamespace = "nyamber"
View Source
const FinalizerName = MetaPrefix + "finalizer"
View Source
const ListenPort = 8080
View Source
const MetaPrefix = "nyamber.cybozu.io/"
MetaPrefix is the MetaPrefix for labels, annotations, and finalizers of nyamber.
View Source
const PodNamespace = "nyamber-runner"
View Source
const PodTemplateName = "nyamber-pod-template"
View Source
const StatusEndPoint = "status"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.