Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChallengeSpecSolverHttp01IngressIngressTemplateMetadata

ObjectMeta overrides for the ingress 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

ChallengeSpecSolverHttp01IngressIngressTemplateMetadata

Hierarchy

  • ChallengeSpecSolverHttp01IngressIngressTemplateMetadata

Index

Properties

Properties

Optional Readonly annotations

annotations: {}

Annotations that should be added to the created ACME HTTP01 solver ingress.

schema

ChallengeSpecSolverHttp01IngressIngressTemplateMetadata#annotations

Type declaration

  • [key: string]: string

Optional Readonly labels

labels: {}

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

schema

ChallengeSpecSolverHttp01IngressIngressTemplateMetadata#labels

Type declaration

  • [key: string]: string

Generated using TypeDoc