github.com/cilium/cilium@v1.16.2/pkg/defaults/cluster.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright Authors of Cilium 3 4 package defaults 5 6 const ( 7 // ClusterName is the default cluster name 8 ClusterName = "default" 9 )