 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCreate ¶
Types ¶
type CreateOptions ¶
type CreateOptions struct {
	HttpClient func() (*http.Client, error)
	Cluster    func() (cluster.Cluster, error)
	IO         *iostreams.IOStreams
	Name              string
	Description       string
	Homepage          string
	Team              string
	Template          string
	EnableIssues      bool
	EnableWiki        bool
	Public            bool
	Private           bool
	Internal          bool
	ConfirmSubmit     bool
	GitIgnoreTemplate string
	LicenseTemplate   string
}
     Click to show internal directories. 
   Click to hide internal directories.