Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceVersionFlag ¶
type ServiceVersionFlag struct {
SpecType string
TrustedProvider bool
AcceptEULA bool
// contains filtered or unexported fields
}
Common processing of flags for service and service versions creation/update commands.
func (*ServiceVersionFlag) Process ¶
func (svf *ServiceVersionFlag) Process(ctx context.Context) error
func (*ServiceVersionFlag) Register ¶
func (svf *ServiceVersionFlag) Register(ctx context.Context, f *flag.FlagSet)
func (*ServiceVersionFlag) SupervisorServiceVersionSpec ¶
func (svf *ServiceVersionFlag) SupervisorServiceVersionSpec(manifestFile string) (namespace.SupervisorService, error)
SupervisorServiceVersionSpec returns a spec for a supervisor service version definition
Click to show internal directories.
Click to hide internal directories.