Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addApplyPlanFlags (0.17 sec)

  1. cmd/kubeadm/app/cmd/upgrade/upgrade.go

    		Run:   cmdutil.SubCmdRun(),
    	}
    
    	cmd.AddCommand(newCmdApply(flags))
    	cmd.AddCommand(newCmdPlan(flags))
    	cmd.AddCommand(newCmdDiff(out))
    	cmd.AddCommand(newCmdNode(out))
    	return cmd
    }
    
    func addApplyPlanFlags(fs *pflag.FlagSet, flags *applyPlanFlags) {
    	options.AddKubeConfigFlag(fs, &flags.kubeConfigPath)
    	options.AddConfigFlag(fs, &flags.cfgPath)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 26 01:18:29 UTC 2022
    - 2.9K bytes
    - Viewed (0)
Back to top