mappings

package
v0.21.0-alpha.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteClear

func ExecuteClear(ctx context.Context, options *ClearOptions) error

func ExecuteDelete

func ExecuteDelete(ctx context.Context, options *DeleteOptions) error

func ExecuteList

func ExecuteList(ctx context.Context, options *ListOptions) error

func ExecuteSave

func ExecuteSave(ctx context.Context, options *AddOptions) error

func NewAddCommand

func NewAddCommand() *cobra.Command

func NewClearCommand

func NewClearCommand() *cobra.Command

func NewDeleteCommand

func NewDeleteCommand() *cobra.Command

func NewListCommand

func NewListCommand() *cobra.Command

func NewMappingsCmd

func NewMappingsCmd() *cobra.Command

Types

type AddOptions

type AddOptions struct {
	Config string

	APIVersion string
	Kind       string

	Host    string
	Virtual string
}

type ClearOptions

type ClearOptions struct {
	Config string
}

type DeleteOptions

type DeleteOptions struct {
	Config string

	APIVersion string
	Kind       string

	Host    string
	Virtual string
}

type ListOptions

type ListOptions struct {
	Config string

	Kind string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL