github.com/cilium/cilium@v1.16.2/operator/cmd/metrics.go (about)

     1  // SPDX-License-Identifier: Apache-2.0
     2  // Copyright Authors of Cilium
     3  
     4  package cmd
     5  
     6  import (
     7  	"github.com/spf13/cobra"
     8  )
     9  
    10  // MetricsCmd represents the metrics command for the operator.
    11  var MetricsCmd = &cobra.Command{
    12  	Use:   "metrics",
    13  	Short: "Access metric status of the operator",
    14  }