From ed9c2e4f455baca69f2424ecb5de44cd04fe00f6 Mon Sep 17 00:00:00 2001 From: Maartje Eyskens Date: Thu, 24 Sep 2020 15:11:15 +0200 Subject: [PATCH] Fix description Signed-off-by: Maartje Eyskens --- deploy/crds/crd-orders.v1beta1.yaml | 8 ++++---- deploy/crds/crd-orders.yaml | 8 ++++---- pkg/apis/acme/v1/types_order.go | 2 +- pkg/apis/acme/v1alpha2/types_order.go | 2 +- pkg/apis/acme/v1alpha3/types_order.go | 2 +- pkg/apis/acme/v1beta1/types_order.go | 2 +- pkg/internal/apis/acme/types_order.go | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/deploy/crds/crd-orders.v1beta1.yaml b/deploy/crds/crd-orders.v1beta1.yaml index 826b3b9ce..b986ae202 100644 --- a/deploy/crds/crd-orders.v1beta1.yaml +++ b/deploy/crds/crd-orders.v1beta1.yaml @@ -83,7 +83,7 @@ spec: items: type: string ipAddresses: - description: IPAddresses is a list of IP address that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. + description: IPAddresses is a list of IP addresses that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. type: array items: type: string @@ -219,7 +219,7 @@ spec: items: type: string ipAddresses: - description: IPAddresses is a list of IP address that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. + description: IPAddresses is a list of IP addresses that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. type: array items: type: string @@ -352,7 +352,7 @@ spec: items: type: string ipAddresses: - description: IPAddresses is a list of IP address that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. + description: IPAddresses is a list of IP addresses that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. type: array items: type: string @@ -489,7 +489,7 @@ spec: items: type: string ipAddresses: - description: IPAddresses is a list of IP address that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. + description: IPAddresses is a list of IP addresses that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. type: array items: type: string diff --git a/deploy/crds/crd-orders.yaml b/deploy/crds/crd-orders.yaml index 20c17d0c5..15bcffced 100644 --- a/deploy/crds/crd-orders.yaml +++ b/deploy/crds/crd-orders.yaml @@ -83,7 +83,7 @@ spec: items: type: string ipAddresses: - description: IPAddresses is a list of IP address that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. + description: IPAddresses is a list of IP addresses that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. type: array items: type: string @@ -237,7 +237,7 @@ spec: items: type: string ipAddresses: - description: IPAddresses is a list of IP address that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. + description: IPAddresses is a list of IP addresses that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. type: array items: type: string @@ -388,7 +388,7 @@ spec: items: type: string ipAddresses: - description: IPAddresses is a list of IP address that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. + description: IPAddresses is a list of IP addresses that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. type: array items: type: string @@ -543,7 +543,7 @@ spec: items: type: string ipAddresses: - description: IPAddresses is a list of IP address that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. + description: IPAddresses is a list of IP addresses that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. type: array items: type: string diff --git a/pkg/apis/acme/v1/types_order.go b/pkg/apis/acme/v1/types_order.go index 6155516a5..14b91ae36 100644 --- a/pkg/apis/acme/v1/types_order.go +++ b/pkg/apis/acme/v1/types_order.go @@ -72,7 +72,7 @@ type OrderSpec struct { //+optonal DNSNames []string `json:"dnsNames,omitempty"` - // IPAddresses is a list of IP address that should be included as part of the Order + // IPAddresses is a list of IP addresses that should be included as part of the Order // validation process. // This field must match the corresponding field on the DER encoded CSR. // +optional diff --git a/pkg/apis/acme/v1alpha2/types_order.go b/pkg/apis/acme/v1alpha2/types_order.go index fa8a24798..287f421e7 100644 --- a/pkg/apis/acme/v1alpha2/types_order.go +++ b/pkg/apis/acme/v1alpha2/types_order.go @@ -70,7 +70,7 @@ type OrderSpec struct { //+optonal DNSNames []string `json:"dnsNames,omitempty"` - // IPAddresses is a list of IP address that should be included as part of the Order + // IPAddresses is a list of IP addresses that should be included as part of the Order // validation process. // This field must match the corresponding field on the DER encoded CSR. // +optional diff --git a/pkg/apis/acme/v1alpha3/types_order.go b/pkg/apis/acme/v1alpha3/types_order.go index a3ccad39b..79ddac897 100644 --- a/pkg/apis/acme/v1alpha3/types_order.go +++ b/pkg/apis/acme/v1alpha3/types_order.go @@ -70,7 +70,7 @@ type OrderSpec struct { //+optonal DNSNames []string `json:"dnsNames,omitempty"` - // IPAddresses is a list of IP address that should be included as part of the Order + // IPAddresses is a list of IP addresses that should be included as part of the Order // validation process. // This field must match the corresponding field on the DER encoded CSR. // +optional diff --git a/pkg/apis/acme/v1beta1/types_order.go b/pkg/apis/acme/v1beta1/types_order.go index a029a921a..1ace7c12f 100644 --- a/pkg/apis/acme/v1beta1/types_order.go +++ b/pkg/apis/acme/v1beta1/types_order.go @@ -71,7 +71,7 @@ type OrderSpec struct { //+optonal DNSNames []string `json:"dnsNames,omitempty"` - // IPAddresses is a list of IP address that should be included as part of the Order + // IPAddresses is a list of IP addresses that should be included as part of the Order // validation process. // This field must match the corresponding field on the DER encoded CSR. // +optional diff --git a/pkg/internal/apis/acme/types_order.go b/pkg/internal/apis/acme/types_order.go index e075d42a1..8b62015bf 100644 --- a/pkg/internal/apis/acme/types_order.go +++ b/pkg/internal/apis/acme/types_order.go @@ -66,7 +66,7 @@ type OrderSpec struct { // This field must match the corresponding field on the DER encoded CSR. DNSNames []string - // IPAddresses is a list of IP address that should be included as part of the Order + // IPAddresses is a list of IP addresses that should be included as part of the Order // validation process. // This field must match the corresponding field on the DER encoded CSR. IPAddresses []string `json:"ipAddresses,omitempty"`