Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvToSlice ¶
func IsRestrictedVolume ¶
IsRestrictedVolume is a helper function that returns true if mounting the volume is restricted for untrusted containers.
Types ¶
type Step ¶
type Step struct { ID string Name string Image string ImagePullPolicy v1.PullPolicy ImagePullAuth string Privileged bool WorkingDir string Network string Env map[string]string DNS []string DNSSearch []string ExtraHosts []string Entrypoint []string Shell []string Command []string Args []string VolumeMounts []v1.VolumeMount Devices []v1.VolumeDevice }
type VolumeDevice ¶
Click to show internal directories.
Click to hide internal directories.