Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplate

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

schema

ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplate

Hierarchy

  • ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplate

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

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

ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplate#spec

Generated using TypeDoc