Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplateSpec

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

ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplateSpec

Hierarchy

  • ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplateSpec

Index

Properties

Optional Readonly affinity

If specified, the pod's scheduling constraints

schema

ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplateSpec#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

ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplateSpec#nodeSelector

Type declaration

  • [key: string]: string

Optional Readonly priorityClassName

priorityClassName: string

If specified, the pod's priorityClassName.

schema

ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplateSpec#priorityClassName

Optional Readonly serviceAccountName

serviceAccountName: string

If specified, the pod's service account

schema

ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplateSpec#serviceAccountName

Optional Readonly tolerations

If specified, the pod's tolerations.

schema

ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplateSpec#tolerations

Generated using TypeDoc