Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ImagePullPolicy

Represents a policy for whether container hosts already having a certain OCI image should attempt to re-pull that image prior to launching a new container based on that image.

Index

Enumeration members

Enumeration members

Always = "Always"

Represents a policy wherein container hosts will always attempt to re-pull an OCI image before launching a container based on that image

IfNotPresent = "IfNotPresent"

Represents a policy wherein container hosts only attempt to pull an OCI image if that image does not already exist on the host

Generated using TypeDoc