Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultTemplateName = "project-request" AdminRoleName = "admin" ProjectNameParam = "PROJECT_NAME" ProjectDisplayNameParam = "PROJECT_DISPLAYNAME" ProjectDescriptionParam = "PROJECT_DESCRIPTION" ProjectAdminUserParam = "PROJECT_ADMIN_USER" ProjectRequesterParam = "PROJECT_REQUESTING_USER" ProjectRequester = "openshift.io/requester" )
View Source
const CreateBootstrapProjectTemplateCommand = "create-bootstrap-project-template"
Variables ¶
This section is empty.
Functions ¶
func DefaultTemplate ¶
func DefaultTemplate() *templatev1.Template
Types ¶
type CreateBootstrapProjectTemplateOptions ¶
type CreateBootstrapProjectTemplateOptions struct { PrintFlags *genericclioptions.PrintFlags Name string Args []string Printer printers.ResourcePrinter genericclioptions.IOStreams }
func NewCreateBootstrapProjectTemplateOptions ¶
func NewCreateBootstrapProjectTemplateOptions(streams genericclioptions.IOStreams) *CreateBootstrapProjectTemplateOptions
func (*CreateBootstrapProjectTemplateOptions) Complete ¶
func (o *CreateBootstrapProjectTemplateOptions) Complete(args []string) error
func (*CreateBootstrapProjectTemplateOptions) Run ¶
func (o *CreateBootstrapProjectTemplateOptions) Run() error
func (*CreateBootstrapProjectTemplateOptions) Validate ¶
func (o *CreateBootstrapProjectTemplateOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.