Documentation ¶
Index ¶
- func NewConfigCommand() *cobra.Command
- func NewConfigCreateContextCommand() *cobra.Command
- func NewConfigCurrentContextCommand() *cobra.Command
- func NewConfigDeleteContextCommand() *cobra.Command
- func NewConfigGetContextsCommand() *cobra.Command
- func NewConfigUseContextCommand() *cobra.Command
- func NewRoot() *cobra.Command
- func NewRuntimeCommand() *cobra.Command
- func NewRuntimeCreateCommand() *cobra.Command
- func NewRuntimeDeleteCommand() *cobra.Command
- func NewRuntimeListCommand() *cobra.Command
- func NewVersionCommand() *cobra.Command
- func RunConfigCreateContext(ctx context.Context, context, apiKey, url string) error
- func RunConfigCurrentContext(ctx context.Context) error
- func RunConfigDeleteContext(ctx context.Context, context string) error
- func RunConfigGetContexts(ctx context.Context) error
- func RunConfigUseContext(ctx context.Context, context string) error
- func RunRuntimeCreate(ctx context.Context, opts *RuntimeCreateOptions) error
- func RunRuntimeDelete(ctx context.Context, opts *RuntimeDeleteOptions) error
- type RuntimeCreateOptions
- type RuntimeDeleteOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfigCommand ¶
func NewRuntimeCommand ¶
func NewRuntimeCreateCommand ¶
func NewRuntimeDeleteCommand ¶
func NewRuntimeListCommand ¶
func NewVersionCommand ¶
func RunConfigCreateContext ¶
func RunConfigCurrentContext ¶
func RunConfigDeleteContext ¶
func RunConfigGetContexts ¶
func RunRuntimeCreate ¶
func RunRuntimeCreate(ctx context.Context, opts *RuntimeCreateOptions) error
func RunRuntimeDelete ¶
func RunRuntimeDelete(ctx context.Context, opts *RuntimeDeleteOptions) error
Types ¶
type RuntimeCreateOptions ¶
type RuntimeDeleteOptions ¶
Click to show internal directories.
Click to hide internal directories.