Documentation
¶
Index ¶
Constants ¶
View Source
const NewProjectRecommendedName = "new-project"
Variables ¶
This section is empty.
Functions ¶
func NewCmdNewProject ¶
func NewCmdNewProject(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command
NewCmdNewProject implements the OpenShift cli new-project command
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
}
Click to show internal directories.
Click to hide internal directories.