mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Added kubectl create clusterrole command.
				
					
				
			Added `kubectl create clusterrole` command.
This commit is contained in:
		@@ -95,6 +95,7 @@ func NewCmdCreate(f cmdutil.Factory, out, errOut io.Writer) *cobra.Command {
 | 
			
		||||
	cmd.AddCommand(NewCmdCreateServiceAccount(f, out))
 | 
			
		||||
	cmd.AddCommand(NewCmdCreateService(f, out, errOut))
 | 
			
		||||
	cmd.AddCommand(NewCmdCreateDeployment(f, out))
 | 
			
		||||
	cmd.AddCommand(NewCmdCreateClusterRole(f, out))
 | 
			
		||||
	cmd.AddCommand(NewCmdCreateClusterRoleBinding(f, out))
 | 
			
		||||
	cmd.AddCommand(NewCmdCreateRole(f, out))
 | 
			
		||||
	cmd.AddCommand(NewCmdCreateRoleBinding(f, out))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user