Documentation ¶
Index ¶
- Constants
- func ApplyPlatformSpecificsValues(ctx context.Context, exampleOptions *apifixtures.ExampleOptions, ...) (err error)
- func CreateCluster(ctx context.Context, opts *core.CreateOptions) error
- func NewCreateCommand(opts *core.CreateOptions) *cobra.Command
- func NewDestroyCommand(opts *core.DestroyOptions) *cobra.Command
- type NetworkOpts
Constants ¶
View Source
const ( NodePortServicePublishingStrategy = "NodePort" IngressServicePublishingStrategy = "Ingress" )
Variables ¶
This section is empty.
Functions ¶
func ApplyPlatformSpecificsValues ¶ added in v0.1.10
func ApplyPlatformSpecificsValues(ctx context.Context, exampleOptions *apifixtures.ExampleOptions, opts *core.CreateOptions) (err error)
func CreateCluster ¶
func CreateCluster(ctx context.Context, opts *core.CreateOptions) error
func NewCreateCommand ¶
func NewCreateCommand(opts *core.CreateOptions) *cobra.Command
func NewDestroyCommand ¶
func NewDestroyCommand(opts *core.DestroyOptions) *cobra.Command
Types ¶
type NetworkOpts ¶ added in v0.1.17
type NetworkOpts struct {
Name string `param:"name"`
}
Click to show internal directories.
Click to hide internal directories.