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
}
func (*NewProjectOptions) Run ¶
func (o *NewProjectOptions) Run(useNodeSelector bool) error
Click to show internal directories.
Click to hide internal directories.