Documentation ¶
Index ¶
Constants ¶
View Source
const ( GroupName = "serving.knative.dev" // ConfigurationLabelKey is the label key attached to a Revision indicating by // which Configuration it is created. ConfigurationLabelKey = GroupName + "/configuration" // RevisionLastPinnedAnnotationKey is the annotation key used for determining when a route has // pinned a revision RevisionLastPinnedAnnotationKey = GroupName + "/lastPinned" // RouteLabelKey is the label key attached to a Configuration indicating by // which Route it is configured as traffic target. // The key can also be attached to ClusterIngress resources to indicate // which Route triggered their creation. RouteLabelKey = GroupName + "/route" // RouteNamespaceLabelKey is the label key attached to a ClusterIngress // by a Route to indicate which namespace the Route was created in. RouteNamespaceLabelKey = GroupName + "/routeNamespace" // RevisionLabelKey is the label key attached to k8s resources to indicate // which Revision triggered their creation. RevisionLabelKey = GroupName + "/revision" // RevisionUID is the label key attached to a revision to indicate // its unique identifier RevisionUID = GroupName + "/revisionUID" // AutoscalerLabelKey is the label key attached to a autoscaler pod indicating by // which Autoscaler deployment it is created. AutoscalerLabelKey = GroupName + "/autoscaler" // ServiceLabelKey is the label key attached to a Route and Configuration indicating by // which Service they are created. ServiceLabelKey = GroupName + "/service" // DeprecatedConfigurationGenerationLabelKey is the label key attached to a Revision indicating the // generation of the Configuration that created this revision DeprecatedConfigurationGenerationLabelKey = GroupName + "/configurationGeneration" // ConfigurationMetadataGenerationLabelKey is the label key attached to a Revision indicating the // metadata generation of the Configuration that created this revision ConfigurationMetadataGenerationLabelKey = GroupName + "/configurationMetadataGeneration" // BuildHashLabelKey is the label key attached to a Build indicating the // hash of the spec from which they were created. BuildHashLabelKey = GroupName + "/buildHash" )
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.