Remove old comment
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
56b1fdd379
commit
a365d1c19d
@ -80,9 +80,6 @@ type ChallengeSpec struct {
|
|||||||
|
|
||||||
// Solver contains the domain solving configuration that should be used to
|
// Solver contains the domain solving configuration that should be used to
|
||||||
// solve this challenge resource.
|
// solve this challenge resource.
|
||||||
// Only **one** of 'config' or 'solver' may be specified, and if both are
|
|
||||||
// specified then no action will be performed on the Challenge resource.
|
|
||||||
// +optional
|
|
||||||
Solver *ACMEChallengeSolver `json:"solver,omitempty"`
|
Solver *ACMEChallengeSolver `json:"solver,omitempty"`
|
||||||
|
|
||||||
// IssuerRef references a properly configured ACME-type Issuer which should
|
// IssuerRef references a properly configured ACME-type Issuer which should
|
||||||
|
|||||||
@ -72,9 +72,6 @@ type ChallengeSpec struct {
|
|||||||
|
|
||||||
// Solver contains the domain solving configuration that should be used to
|
// Solver contains the domain solving configuration that should be used to
|
||||||
// solve this challenge resource.
|
// solve this challenge resource.
|
||||||
// Only **one** of 'config' or 'solver' may be specified, and if both are
|
|
||||||
// specified then no action will be performed on the Challenge resource.
|
|
||||||
// +optional
|
|
||||||
Solver *ACMEChallengeSolver `json:"solver,omitempty"`
|
Solver *ACMEChallengeSolver `json:"solver,omitempty"`
|
||||||
|
|
||||||
// IssuerRef references a properly configured ACME-type Issuer which should
|
// IssuerRef references a properly configured ACME-type Issuer which should
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user