Skip to content

Commit 7029a77

Browse files
fixing commemts issues
1 parent dd8a082 commit 7029a77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/crd/bases/k8s.nginx.org_globalconfigurations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
metadata:
4040
type: object
4141
spec:
42-
description: The GlobalConfigurationSpec resource defines the global configuration
42+
description: GlobalConfigurationSpec resource defines the global configuration
4343
parameters of the Ingress Controller.
4444
properties:
4545
listeners:

config/crd/bases/k8s.nginx.org_transportservers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ spec:
123123
type: boolean
124124
nextUpstreamTimeout:
125125
description: The time allowed to pass a connection to the next
126-
server. The default us 0.
126+
server. The default is 0.
127127
type: string
128128
nextUpstreamTries:
129129
description: The number of tries for passing a connection to the

deploy/crds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ spec:
135135
metadata:
136136
type: object
137137
spec:
138-
description: The GlobalConfigurationSpec resource defines the global configuration
138+
description: GlobalConfigurationSpec resource defines the global configuration
139139
parameters of the Ingress Controller.
140140
properties:
141141
listeners:
@@ -777,7 +777,7 @@ spec:
777777
type: boolean
778778
nextUpstreamTimeout:
779779
description: The time allowed to pass a connection to the next
780-
server. The default us 0.
780+
server. The default is 0.
781781
type: string
782782
nextUpstreamTries:
783783
description: The number of tries for passing a connection to the

0 commit comments

Comments
 (0)