Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IssuerSpecAcmeSolversHttp01IngressPodTemplate

Optional pod template used to configure the ACME challenge solver pods used for HTTP01 challenges.

schema

IssuerSpecAcmeSolversHttp01IngressPodTemplate

Hierarchy

  • IssuerSpecAcmeSolversHttp01IngressPodTemplate

Index

Properties

Properties

Optional Readonly metadata

ObjectMeta overrides for the pod used to solve HTTP01 challenges. Only the 'labels' and 'annotations' fields may be set. If labels or annotations overlap with in-built values, the values here will override the in-built values.

schema

IssuerSpecAcmeSolversHttp01IngressPodTemplate#metadata

Optional Readonly spec

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

IssuerSpecAcmeSolversHttp01IngressPodTemplate#spec

Generated using TypeDoc