Documentation ¶
Overview ¶
This package contains exported resource identifiers and metric resource labels related to K8s watchers.
Index ¶
Constants ¶
View Source
const ( // K8sAPIGroupServiceV1Core is the identifier for K8s resources of type core/v1/Service. K8sAPIGroupServiceV1Core = "core/v1::Service" // K8sAPIGroupPodV1Core is the identifier for K8s resources of type core/v1/Pod. K8sAPIGroupPodV1Core = "core/v1::Pods" // K8sAPIGroupEndpointSliceOrEndpoint is the combined identifier for K8s EndpointSlice and // Endpoint resources. K8sAPIGroupEndpointSliceOrEndpoint = "EndpointSliceOrEndpoint" // MetricCNP is the scope label for CiliumNetworkPolicy event metrics. MetricCNP = "CiliumNetworkPolicy" // MetricCCNP is the scope label for CiliumClusterwideNetworkPolicy event metrics. MetricCCNP = "CiliumClusterwideNetworkPolicy" // MetricCCG is the scope label for CiliumCIDRGroup event metrics. MetricCCG = "CiliumCIDRGroup" // MetricService is the scope label for Kubernetes Service event metrics. MetricService = "Service" // MetricEndpoint is the scope label for Kubernetes Endpoint event metrics. MetricEndpoint = "Endpoint" // MetricEndpointSlice is the scope label for Kubernetes EndpointSlice event metrics. MetricEndpointSlice = "EndpointSlice" // MetricCreate the label for watcher metrics related to create events. MetricCreate = "create" // MetricUpdate the label for watcher metrics related to update events. MetricUpdate = "update" // MetricDelete the label for watcher metrics related to delete events. MetricDelete = "delete" )
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.