Documentation ¶
Index ¶
- func GetClient() (*client.Client, *command.DockerCli, error)
- func GetDNS(ctx context.Context, f util.Factory, ns, pod string) (*miekgdns.ClientConfig, error)
- func GetEnv(ctx context.Context, f util.Factory, ns, pod string) (map[string][]string, error)
- func GetVolume(ctx context.Context, f util.Factory, ns, pod string) (map[string][]mount.Mount, error)
- type Options
- type Run
- type RunConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { Headers map[string]string Namespace string Workload string Factory cmdutil.Factory ContainerName string // docker options Platform string //Pull string // always, missing, never PublishAll bool Entrypoint string DockerImage string Publish opts.ListOpts Expose opts.ListOpts ExtraHosts opts.ListOpts ParentContainer string Env opts.ListOpts Mounts opts.MountOpt Volumes opts.ListOpts VolumeDriver string }
Click to show internal directories.
Click to hide internal directories.