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 NewCmdAppCreate ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.