Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const NewProjectRecommendedName = "new-project"
    Variables ¶
This section is empty.
Functions ¶
Types ¶
type NewProjectOptions ¶
type NewProjectOptions struct {
	ProjectName  string
	DisplayName  string
	Description  string
	NodeSelector string
	ProjectClient     projectclient.ProjectInterface
	RoleBindingClient authorizationtypedclient.RoleBindingsGetter
	SARClient         authorizationtypedclient.SubjectAccessReviewInterface
	AdminRole string
	AdminUser string
	Output io.Writer
}
    func (*NewProjectOptions) Run ¶
func (o *NewProjectOptions) Run(useNodeSelector bool) error
      
      Source Files
      ¶
    
- new_project.go
 
 Click to show internal directories. 
   Click to hide internal directories.