Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IssuerSpecAcmeSolversHttp01GatewayHttpRoute

The Gateway API is a sig-network community API that models service networking in Kubernetes (https://gateway-api.sigs.k8s.io/). The Gateway solver will create HTTPRoutes with the specified labels in the same namespace as the challenge. This solver is experimental, and fields / behaviour may change in the future.

schema

IssuerSpecAcmeSolversHttp01GatewayHttpRoute

Hierarchy

  • IssuerSpecAcmeSolversHttp01GatewayHttpRoute

Index

Properties

Properties

Optional Readonly labels

labels: {}

The labels that cert-manager will use when creating the temporary HTTPRoute needed for solving the HTTP-01 challenge. These labels must match the label selector of at least one Gateway.

schema

IssuerSpecAcmeSolversHttp01GatewayHttpRoute#labels

Type declaration

  • [key: string]: string

Optional Readonly serviceType

serviceType: string

Optional service type for Kubernetes solver service. Supported values are NodePort or ClusterIP. If unset, defaults to NodePort.

schema

IssuerSpecAcmeSolversHttp01GatewayHttpRoute#serviceType

Generated using TypeDoc