mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-09 05:06:38 +10:00
Update Gateway HTTPRoute Label doc string
Signed-off-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
@@ -384,7 +384,7 @@ spec:
|
||||
type: object
|
||||
properties:
|
||||
labels:
|
||||
description: The labels to set on HTTPRoute resources to solve ACME challenges that use this challenge solver.
|
||||
description: 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.
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
@@ -1341,7 +1341,7 @@ spec:
|
||||
type: object
|
||||
properties:
|
||||
labels:
|
||||
description: The labels to set on HTTPRoute resources to solve ACME challenges that use this challenge solver.
|
||||
description: 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.
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
@@ -2299,7 +2299,7 @@ spec:
|
||||
type: object
|
||||
properties:
|
||||
labels:
|
||||
description: The labels to set on HTTPRoute resources to solve ACME challenges that use this challenge solver.
|
||||
description: 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.
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
@@ -3257,7 +3257,7 @@ spec:
|
||||
type: object
|
||||
properties:
|
||||
labels:
|
||||
description: The labels to set on HTTPRoute resources to solve ACME challenges that use this challenge solver.
|
||||
description: 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.
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
|
||||
@@ -418,7 +418,7 @@ spec:
|
||||
type: object
|
||||
properties:
|
||||
labels:
|
||||
description: The labels to set on HTTPRoute resources to solve ACME challenges that use this challenge solver.
|
||||
description: 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.
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
@@ -1587,7 +1587,7 @@ spec:
|
||||
type: object
|
||||
properties:
|
||||
labels:
|
||||
description: The labels to set on HTTPRoute resources to solve ACME challenges that use this challenge solver.
|
||||
description: 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.
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
@@ -2758,7 +2758,7 @@ spec:
|
||||
type: object
|
||||
properties:
|
||||
labels:
|
||||
description: The labels to set on HTTPRoute resources to solve ACME challenges that use this challenge solver.
|
||||
description: 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.
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
@@ -3929,7 +3929,7 @@ spec:
|
||||
type: object
|
||||
properties:
|
||||
labels:
|
||||
description: The labels to set on HTTPRoute resources to solve ACME challenges that use this challenge solver.
|
||||
description: 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.
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
|
||||
@@ -418,7 +418,7 @@ spec:
|
||||
type: object
|
||||
properties:
|
||||
labels:
|
||||
description: The labels to set on HTTPRoute resources to solve ACME challenges that use this challenge solver.
|
||||
description: 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.
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
@@ -1587,7 +1587,7 @@ spec:
|
||||
type: object
|
||||
properties:
|
||||
labels:
|
||||
description: The labels to set on HTTPRoute resources to solve ACME challenges that use this challenge solver.
|
||||
description: 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.
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
@@ -2758,7 +2758,7 @@ spec:
|
||||
type: object
|
||||
properties:
|
||||
labels:
|
||||
description: The labels to set on HTTPRoute resources to solve ACME challenges that use this challenge solver.
|
||||
description: 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.
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
@@ -3929,7 +3929,7 @@ spec:
|
||||
type: object
|
||||
properties:
|
||||
labels:
|
||||
description: The labels to set on HTTPRoute resources to solve ACME challenges that use this challenge solver.
|
||||
description: 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.
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
|
||||
@@ -254,8 +254,9 @@ type ACMEChallengeSolverHTTP01GatewayHTTPRoute struct {
|
||||
// +optional
|
||||
ServiceType corev1.ServiceType `json:"serviceType,omitempty"`
|
||||
|
||||
// The labels to set on HTTPRoute resources to solve ACME
|
||||
// challenges that use this challenge solver.
|
||||
// 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.
|
||||
Labels map[string]string `json:"labels,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
@@ -251,8 +251,9 @@ type ACMEChallengeSolverHTTP01GatewayHTTPRoute struct {
|
||||
// +optional
|
||||
ServiceType corev1.ServiceType `json:"serviceType,omitempty"`
|
||||
|
||||
// The labels to set on HTTPRoute resources to solve ACME
|
||||
// challenges that use this challenge solver.
|
||||
// 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.
|
||||
Labels map[string]string `json:"labels,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
@@ -251,8 +251,9 @@ type ACMEChallengeSolverHTTP01GatewayHTTPRoute struct {
|
||||
// +optional
|
||||
ServiceType corev1.ServiceType `json:"serviceType,omitempty"`
|
||||
|
||||
// The labels to set on HTTPRoute resources to solve ACME
|
||||
// challenges that use this challenge solver.
|
||||
// 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.
|
||||
Labels map[string]string `json:"labels,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
@@ -250,8 +250,9 @@ type ACMEChallengeSolverHTTP01GatewayHTTPRoute struct {
|
||||
// +optional
|
||||
ServiceType corev1.ServiceType `json:"serviceType,omitempty"`
|
||||
|
||||
// The labels to set on HTTPRoute resources to solve ACME
|
||||
// challenges that use this challenge solver.
|
||||
// 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.
|
||||
Labels map[string]string `json:"labels,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
@@ -225,16 +225,16 @@ type ACMEChallengeSolverHTTP01GatewayHTTPRoute struct {
|
||||
// +optional
|
||||
ServiceType corev1.ServiceType `json:"serviceType,omitempty"`
|
||||
|
||||
// The labels to set on HTTPRoute resources to solve ACME
|
||||
// challenges that use this challenge solver.
|
||||
// +optional
|
||||
// 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.
|
||||
Labels map[string]string `json:"labels,omitempty"`
|
||||
}
|
||||
|
||||
type ACMEChallengeSolverHTTP01IngressPodTemplate struct {
|
||||
// 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
|
||||
// If labels or §annotations overlap with in-built values, the values here
|
||||
// will override the in-built values.
|
||||
ACMEChallengeSolverHTTP01IngressPodObjectMeta
|
||||
|
||||
|
||||
Reference in New Issue
Block a user