Documentation ¶
Overview ¶
Package label defines labels.
Index ¶
Constants ¶
View Source
const ( // KeyRole is the key of role KeyRole = "mesh-role" // KeyServiceName is the key of service name KeyServiceName = "mesh-service-name" // KeyServiceLabels is the key of service label KeyServiceLabels = "mesh-service-labels" // KeyApplicationPort is the key of application port KeyApplicationPort = "mesh-application-port" // KeyAliveProbe is the key of keepalive probe KeyAliveProbe = "mesh-alive-probe" // ValueRoleMaster is the name of master ValueRoleMaster = "master" // ValueRoleWorker is the name of worker ValueRoleWorker = "worker" // ValueRoleIngressController is the name of ingress controller ValueRoleIngressController = "ingress-controller" )
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.