Documentation ¶
Index ¶
- Constants
- func NewCommandAdmin(name, fullName string, in io.Reader, out io.Writer, errout io.Writer) *cobra.Command
- func NewCommandCreateBootstrapProjectTemplate(f *clientcmd.Factory, commandName string, fullName string, out io.Writer) *cobra.Command
- func NewCommandCreateErrorTemplate(f *clientcmd.Factory, commandName string, fullName string, out io.Writer) *cobra.Command
- func NewCommandCreateLoginTemplate(f *clientcmd.Factory, commandName string, fullName string, out io.Writer) *cobra.Command
- func NewCommandCreateProviderSelectionTemplate(f *clientcmd.Factory, commandName string, fullName string, out io.Writer) *cobra.Command
- type CreateBootstrapProjectTemplateOptions
- type CreateErrorTemplateOptions
- type CreateLoginTemplateOptions
- type CreateProviderSelectionTemplateOptions
Constants ¶
View Source
const (
BashCompletionFunc = `` /* 204-byte string literal not displayed */
)
View Source
const CreateBootstrapProjectTemplateCommand = "create-bootstrap-project-template"
View Source
const CreateErrorTemplateCommand = "create-error-template"
View Source
const CreateLoginTemplateCommand = "create-login-template"
View Source
const CreateProviderSelectionTemplateCommand = "create-provider-selection-template"
Variables ¶
This section is empty.
Functions ¶
func NewCommandAdmin ¶
Types ¶
type CreateBootstrapProjectTemplateOptions ¶
type CreateBootstrapProjectTemplateOptions struct {
Name string
}
func (CreateBootstrapProjectTemplateOptions) CreateBootstrapProjectTemplate ¶
func (o CreateBootstrapProjectTemplateOptions) CreateBootstrapProjectTemplate() (*templateapi.Template, error)
func (CreateBootstrapProjectTemplateOptions) Validate ¶
func (o CreateBootstrapProjectTemplateOptions) Validate(args []string) error
type CreateErrorTemplateOptions ¶
type CreateErrorTemplateOptions struct{}
func (CreateErrorTemplateOptions) Validate ¶
func (o CreateErrorTemplateOptions) Validate(args []string) error
type CreateLoginTemplateOptions ¶
type CreateLoginTemplateOptions struct{}
func (CreateLoginTemplateOptions) Validate ¶
func (o CreateLoginTemplateOptions) Validate(args []string) error
type CreateProviderSelectionTemplateOptions ¶
type CreateProviderSelectionTemplateOptions struct{}
func (CreateProviderSelectionTemplateOptions) Validate ¶
func (o CreateProviderSelectionTemplateOptions) Validate(args []string) error
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
OpenShift v3 Diagnostics This is a tool to help administrators and users resolve common problems that occur with OpenShift v3 deployments.
|
OpenShift v3 Diagnostics This is a tool to help administrators and users resolve common problems that occur with OpenShift v3 deployments. |
Click to show internal directories.
Click to hide internal directories.