app

package
v1.34.0 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2024 License: Apache-2.0 Imports: 12 Imported by: 13

Documentation

Index

Constants

View Source
const (
	// ProviderKubernetes is provider kubernetes
	ProviderKubernetes = "kubernetes"
	// ProviderOpenshift is provider openshift
	ProviderOpenshift = "openshift"
	// DefaultProvider - provider that will be used if there is no provider was explicitly set
	DefaultProvider = ProviderKubernetes
)

Variables

View Source
var (
	// DefaultComposeFiles is a list of filenames that kompose will use if no file is explicitly set
	DefaultComposeFiles = []string{
		"compose.yaml",
		"compose.yml",
		"docker-compose.yaml",
		"docker-compose.yml",
	}
)

Functions

func Convert

func Convert(opt kobject.ConvertOptions) ([]runtime.Object, error)

Convert transforms docker compose or dab file to k8s objects

func ValidateComposeFile added in v0.3.0

func ValidateComposeFile(opt *kobject.ConvertOptions) error

ValidateComposeFile validates the compose file provided for conversion

func ValidateFlags

func ValidateFlags(args []string, cmd *cobra.Command, opt *kobject.ConvertOptions)

ValidateFlags validates all command line flags

Types

This section is empty.

Jump to

Keyboard shortcuts

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