Options
All
  • Public
  • Public/Protected
  • All
Menu

PodSpec defines overrides for the HTTP01 challenge solver pod. Only the 'priorityClassName', 'nodeSelector', 'affinity', 'serviceAccountName' and 'tolerations' fields are supported currently. All other fields will be ignored.

schema

ChallengeSpecSolverHttp01IngressPodTemplateSpec

Hierarchy

  • ChallengeSpecSolverHttp01IngressPodTemplateSpec

Index

Properties

Optional Readonly affinity

If specified, the pod's scheduling constraints

schema

ChallengeSpecSolverHttp01IngressPodTemplateSpec#affinity

Optional Readonly nodeSelector

nodeSelector: {}

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

schema

ChallengeSpecSolverHttp01IngressPodTemplateSpec#nodeSelector

Type declaration

  • [key: string]: string

Optional Readonly priorityClassName

priorityClassName: string

If specified, the pod's priorityClassName.

schema

ChallengeSpecSolverHttp01IngressPodTemplateSpec#priorityClassName

Optional Readonly serviceAccountName

serviceAccountName: string

If specified, the pod's service account

schema

ChallengeSpecSolverHttp01IngressPodTemplateSpec#serviceAccountName

Optional Readonly tolerations

If specified, the pod's tolerations.

schema

ChallengeSpecSolverHttp01IngressPodTemplateSpec#tolerations

Generated using TypeDoc