Documentation
¶
Overview ¶
SPDX-FileCopyrightText: (C) 2025 Intel Corporation SPDX-License-Identifier: Apache-2.0
Index ¶
- Constants
- func Merge(labels ...map[string]string) map[string]string
- func OverrideSystemPrefixes(prefixes []string)
- func Remove(labels map[string]string, keys ...string) map[string]string
- func SystemLabels(clusterLabels map[string]string) map[string]string
- func UserLabels(clusterLabels map[string]string) map[string]string
- func Valid(labels map[string]string) bool
Constants ¶
View Source
const ( DefaultLabelKey = "default" DefaultLabelVal = "true" PlatformPrefix = "edge-orchestrator.intel.com" PrometheusMetricsUrlLabelKey = "prometheusMetricsURL" PrometheusMetricsSubdomain = "metrics-node" TrustedComputeLabelKey = "trusted-compute-compatible" )
Variables ¶
This section is empty.
Functions ¶
func OverrideSystemPrefixes ¶
func OverrideSystemPrefixes(prefixes []string)
func SystemLabels ¶
SystemLabels returns new map with only system defined labels
func UserLabels ¶
UserLabels returns new map with only user defined labels
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.