Fix description

Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
This commit is contained in:
Maartje Eyskens 2020-09-24 15:11:15 +02:00
parent bb9453a5c8
commit ed9c2e4f45
7 changed files with 13 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"`