Documentation ¶
Index ¶
- Constants
- func ContainerConcurrency(value int64, field string) cli.FieldErrors
- func EnvVar(env, field string) cli.FieldErrors
- func EnvVarFrom(env, field string) cli.FieldErrors
- func EnvVarFroms(envs []string, field string) cli.FieldErrors
- func EnvVars(envs []string, field string) cli.FieldErrors
- func K8sName(name, field string) cli.FieldErrors
- func K8sNames(names []string, field string) cli.FieldErrors
- func MimeType(mimeType, field string) cli.FieldErrors
- func PortNumber(port int32, field string) cli.FieldErrors
- func Quantity(str, field string) cli.FieldErrors
Constants ¶
View Source
const (
MaxContainerConcurrency int64 = 1000
)
Variables ¶
This section is empty.
Functions ¶
func ContainerConcurrency ¶ added in v0.5.0
func ContainerConcurrency(value int64, field string) cli.FieldErrors
func EnvVar ¶
func EnvVar(env, field string) cli.FieldErrors
func EnvVarFrom ¶
func EnvVarFrom(env, field string) cli.FieldErrors
func EnvVarFroms ¶
func EnvVarFroms(envs []string, field string) cli.FieldErrors
func K8sName ¶
func K8sName(name, field string) cli.FieldErrors
func MimeType ¶
func MimeType(mimeType, field string) cli.FieldErrors
func PortNumber ¶ added in v0.5.0
func PortNumber(port int32, field string) cli.FieldErrors
func Quantity ¶ added in v0.5.0
func Quantity(str, field string) cli.FieldErrors
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.