Remove old comment

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2019-10-15 12:35:25 +01:00
parent 56b1fdd379
commit a365d1c19d
2 changed files with 0 additions and 6 deletions

View File

@ -80,9 +80,6 @@ type ChallengeSpec struct {
// Solver contains the domain solving configuration that should be used to
// 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"`
// IssuerRef references a properly configured ACME-type Issuer which should

View File

@ -72,9 +72,6 @@ type ChallengeSpec struct {
// Solver contains the domain solving configuration that should be used to
// 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"`
// IssuerRef references a properly configured ACME-type Issuer which should