github.com/cilium/cilium@v1.16.2/pkg/k8s/constants/const.go (about)

     1  // SPDX-License-Identifier: Apache-2.0
     2  // Copyright Authors of Cilium
     3  
     4  package constants
     5  
     6  const (
     7  	// EnvNodeNameSpec is the environment label used by Kubernetes to
     8  	// specify the node's name.
     9  	EnvNodeNameSpec = "K8S_NODE_NAME"
    10  )