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 UseNodeSelector bool ProjectClient projectv1typedclient.ProjectV1Interface RbacClient rbacv1client.RbacV1Interface SARClient authorizationv1typedclient.SubjectAccessReviewInterface AdminRole string AdminUser string genericclioptions.IOStreams }
func NewNewProjectOptions ¶
func NewNewProjectOptions(streams genericclioptions.IOStreams) *NewProjectOptions
func (*NewProjectOptions) Complete ¶
func (*NewProjectOptions) Run ¶
func (o *NewProjectOptions) Run() error
Source Files
¶
- new_project.go
Click to show internal directories.
Click to hide internal directories.