Documentation
¶
Index ¶
- func AddCommandIfFeatureFlag(rootCmd *cobra.Command, cmd *cobra.Command, featureFlag FeatureFlag)
- func FindNetworkAllowList(nals []ybmclient.NetworkAllowListData, name string) (ybmclient.NetworkAllowListData, error)
- func GetClusterTier(tierCli string) (string, error)
- func ValidateCIDR(cidr string) (bool, error)
- type FeatureFlag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommandIfFeatureFlag ¶
func AddCommandIfFeatureFlag(rootCmd *cobra.Command, cmd *cobra.Command, featureFlag FeatureFlag)
func FindNetworkAllowList ¶
func FindNetworkAllowList(nals []ybmclient.NetworkAllowListData, name string) (ybmclient.NetworkAllowListData, error)
func GetClusterTier ¶
func ValidateCIDR ¶ added in v0.0.13
Types ¶
type FeatureFlag ¶
type FeatureFlag string
const (
CDC FeatureFlag = "CDC"
)
func (FeatureFlag) String ¶
func (f FeatureFlag) String() string
Click to show internal directories.
Click to hide internal directories.