Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 926 Bytes

V1ExecNewPodHook.md

File metadata and controls

13 lines (9 loc) · 926 Bytes

V1ExecNewPodHook

Properties

Name Type Description Notes
command list[str] Command is the action command and its arguments.
env list[V1EnvVar] Env is a set of environment variables to supply to the hook pod's container. [optional]
container_name str ContainerName is the name of a container in the deployment pod template whose Docker image will be used for the hook pod's container.
volumes list[str] Volumes is a list of named volumes from the pod template which should be copied to the hook pod. Volumes names not found in pod spec are ignored. An empty list means no volumes will be copied. [optional]

[Back to Model list] [Back to API list] [Back to README]