Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdRequestProject ¶
func NewCmdRequestProject(baseName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
NewCmdRequestProject implement the OpenShift cli RequestProject command.
Types ¶
type RequestProjectOptions ¶
type RequestProjectOptions struct {
	ProjectName string
	DisplayName string
	Description string
	Name   string
	Server string
	SkipConfigWrite bool
	Client         projectv1client.ProjectV1Interface
	ProjectOptions *ocproject.ProjectOptions
	genericclioptions.IOStreams
}
    RequestProjectOptions contains all the options for running the RequestProject cli command.
func NewRequestProjectOptions ¶
func NewRequestProjectOptions(baseName string, streams genericclioptions.IOStreams) *RequestProjectOptions
func (*RequestProjectOptions) Complete ¶
func (o *RequestProjectOptions) Complete(f kcmdutil.Factory, cmd *cobra.Command, args []string) error
Complete completes all the required options.
func (*RequestProjectOptions) Run ¶
func (o *RequestProjectOptions) Run() error
Run implements all the necessary functionality for RequestProject.
 Click to show internal directories. 
   Click to hide internal directories.