generate

package
v0.0.0-...-4e12832 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 39 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultNewExternalClientFromConfig = func(config *rest.Config) (*rest.RESTClient, error) {
	if config.GroupVersion == nil {
		config.GroupVersion = &authv1.SchemeGroupVersion
	}
	if config.NegotiatedSerializer == nil {
		config.NegotiatedSerializer = scheme.Codecs
	}
	return rest.RESTClientFor(config)
}

Functions

func NSTemplateTiers

func NSTemplateTiers(term ioutils.Terminal, source, outDir, hostNs string) error

func NewAdminManifestsCmd

func NewAdminManifestsCmd() *cobra.Command

func NewCliConfigsCmd

func NewCliConfigsCmd() *cobra.Command

func NewGenerateCmd

func NewGenerateCmd() *cobra.Command

func NewNSTemplateTiersCmd

func NewNSTemplateTiersCmd() *cobra.Command

Types

type NewClientFromConfigFunc

type NewClientFromConfigFunc func(config *rest.Config, options runtimeclient.Options) (runtimeclient.Client, error)

type NewRESTClientFromConfigFunc

type NewRESTClientFromConfigFunc func(config *rest.Config) (*rest.RESTClient, error)

Jump to

Keyboard shortcuts

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