github.com/cilium/cilium@v1.16.2/operator/cmd/flags_providers.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 "github.com/spf13/viper" 9 ) 10 11 type ProviderFlagsHooks interface { 12 RegisterProviderFlag(cmd *cobra.Command, vp *viper.Viper) 13 }