 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	FlagName = "name"
)
    Variables ¶
This section is empty.
Functions ¶
func PromptMissing ¶
func PromptMissing(opts *CreateOptions) error
Types ¶
type CreateFlags ¶
type CreateFlags struct {
	Name *flag.Flag[string]
	*machinescommon.CreateTargetProxyFlags
	*machinescommon.CreateTargetMachinePolicyFlags
	*shared.WorkerPoolFlags
	*machinescommon.WebFlags
	*machinescommon.SshCommonFlags
}
    func NewCreateFlags ¶
func NewCreateFlags() *CreateFlags
type CreateOptions ¶
type CreateOptions struct {
	*CreateFlags
	*machinescommon.SshCommonOptions
	*machinescommon.CreateTargetProxyOptions
	*machinescommon.CreateTargetMachinePolicyOptions
	*shared.WorkerPoolOptions
	*cmd.Dependencies
}
    func NewCreateOptions ¶
func NewCreateOptions(createFlags *CreateFlags, dependencies *cmd.Dependencies) *CreateOptions
 Click to show internal directories. 
   Click to hide internal directories.