Update Gateway HTTPRoute Label doc string

Signed-off-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
Jake Sanders
2021-08-03 15:26:40 +01:00
parent 097b3db61e
commit 23e1acdd5c
8 changed files with 28 additions and 24 deletions
+4 -4
View File
@@ -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
+4 -4
View File
@@ -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
+4 -4
View File
@@ -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
+3 -2
View File
@@ -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"`
}
+3 -2
View File
@@ -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"`
}
+3 -2
View File
@@ -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"`
}
+3 -2
View File
@@ -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"`
}
+4 -4
View File
@@ -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