Types -
kubernetes
- ImagePullPolicy IfNotPresent | Always | Never
-
Image pull policy type field for kubernetes deployment and jobs.
- ResourceQuotaScope Terminating | NotTerminating | BestEffort | NotBestEffort
-
Scopes for kubernetes resource quotas
- RestartPolicy OnFailure | Always | Never
-
Restart policy type field for kubernetes jobs.
- ServiceType NodePort | ClusterIP | LoadBalancer
-
Service type field for kubernetes services.
- SessionAffinity None | ClientIP
-
Session affinity field for kubernetes services.
- TolerationEffect NoSchedule | PreferNoSchedule | NoExecute
-
Types of toleration effects for pods.
- TolerationOperator Exists | Equal
-
Type of operations between key and value of a toleration.