Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IssuerSpecAcmeSolversHttp01IngressPodTemplateMetadata

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

IssuerSpecAcmeSolversHttp01IngressPodTemplateMetadata

Hierarchy

  • IssuerSpecAcmeSolversHttp01IngressPodTemplateMetadata

Index

Properties

Properties

Optional Readonly annotations

annotations: {}

Annotations that should be added to the create ACME HTTP01 solver pods.

schema

IssuerSpecAcmeSolversHttp01IngressPodTemplateMetadata#annotations

Type declaration

  • [key: string]: string

Optional Readonly labels

labels: {}

Labels that should be added to the created ACME HTTP01 solver pods.

schema

IssuerSpecAcmeSolversHttp01IngressPodTemplateMetadata#labels

Type declaration

  • [key: string]: string

Generated using TypeDoc