app

package
v0.0.0-...-1fe63ea Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2021 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Appflags *pflag.FlagSet
)
View Source
var (
	UnsupportedKindMsg = "Skipping the %s: unsupported object type"
)

Functions

func NewCmdApp

func NewCmdApp() *cobra.Command

func NewCmdAppCreate

func NewCmdAppCreate() *cobra.Command

func RawToObject

func RawToObject(raw []byte) (runtime.Object, error)

Types

type Container

type Container struct {
	Name      string                       `json:"name"`
	Image     string                       `json:"image,omitempty"`
	Command   []string                     `json:"command,omitempty"`
	Args      []string                     `json:"args,omitempty"`
	Env       []corev1.EnvVar              `json:"env,omitempty"`
	Ports     []corev1.ContainerPort       `json:"ports,omitempty"`
	Resources *corev1.ResourceRequirements `json:"resources,omitempty"`
}

type SecureContainerConfigmapPodSpec

type SecureContainerConfigmapPodSpec struct {
	Containers []Container `json:"containers"`
}

Jump to

Keyboard shortcuts

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