Versions in this module Expand all Collapse all v0 v0.2.0 Dec 15, 2022 v0.1.0 Dec 15, 2022 Changes in this version + const RecommendationRuleNameLabel + const RecommendationRuleRecommenderLabel + const RecommendationRuleTargetKindLabel + const RecommendationRuleTargetNameLabel + const RecommendationRuleTargetVersionLabel + const RecommendationRuleUidLabel + func NewCmdRecommendAdopt() *cobra.Command + func NewCmdRecommendList() *cobra.Command + func RenderTable(recommendations []analysisv1alpha1.Recommendation, out io.Writer) + type RecommendAdoptOptions struct + CommonOptions *options.CommonOptions + DryRun bool + Name string + func NewRecommendAdoptOptions() *RecommendAdoptOptions + func (o *RecommendAdoptOptions) AddFlags(cmd *cobra.Command) + func (o *RecommendAdoptOptions) Complete(cmd *cobra.Command, args []string) error + func (o *RecommendAdoptOptions) Run() error + func (o *RecommendAdoptOptions) Validate() error + type RecommendListOptions struct + CommonOptions *options.CommonOptions + Name string + RuleName string + TargetKind string + TargetName string + Type string + func NewRecommendListOptions() *RecommendListOptions + func (o *RecommendListOptions) AddFlags(cmd *cobra.Command) + func (o *RecommendListOptions) Complete(cmd *cobra.Command, args []string) error + func (o *RecommendListOptions) Run() error + func (o *RecommendListOptions) Validate() error