Skip to content

Commit ede6f5c

Browse files
committed
remove duplicate description (#6234)
Signed-off-by: clyi <clyi@alauda.io>
1 parent b192811 commit ede6f5c

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

charts/kube-ovn-v2/crds/kube-ovn-crd.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ spec:
3636
type: object
3737
properties:
3838
vpc:
39-
description: VPC name for the subnet. Immutable after creation.
4039
type: string
4140
description: VPC name for the DNS service. This field is immutable after creation.
4241
subnet:
@@ -520,7 +519,6 @@ spec:
520519
type: array
521520
description: External subnets accessible through the NAT gateway
522521
vpc:
523-
description: VPC name for the subnet. Immutable after creation.
524522
type: string
525523
description: VPC name for the NAT gateway. This field is immutable after creation.
526524
selector:
@@ -1047,7 +1045,6 @@ spec:
10471045
- rule: "self == oldSelf"
10481046
message: "This field is immutable."
10491047
vpc:
1050-
description: VPC name for the subnet. Immutable after creation.
10511048
type: string
10521049
description: VPC name for the egress gateway. This field is immutable after creation.
10531050
internalSubnet:
@@ -1573,7 +1570,6 @@ spec:
15731570
type: string
15741571
description: Redo operation status
15751572
protocol:
1576-
description: Network protocol (IPv4, IPv6, or Dual). Immutable after creation.
15771573
type: string
15781574
description: Protocol type of the DNAT rule
15791575
internalIp:
@@ -1619,7 +1615,6 @@ spec:
16191615
type: string
16201616
description: External port number
16211617
protocol:
1622-
description: Network protocol (IPv4, IPv6, or Dual). Immutable after creation.
16231618
type: string
16241619
description: Protocol type (TCP or UDP)
16251620
internalIp:
@@ -1908,7 +1903,6 @@ spec:
19081903
type: string
19091904
description: IPv6 address mapped to the FIP
19101905
vpc:
1911-
description: VPC name for the subnet. Immutable after creation.
19121906
type: string
19131907
description: VPC name where the FIP is configured
19141908
conditions:
@@ -1951,7 +1945,6 @@ spec:
19511945
type: string
19521946
description: IP resource name
19531947
vpc:
1954-
description: VPC name for the subnet. Immutable after creation.
19551948
type: string
19561949
description: VPC name. This field is immutable after creation.
19571950
v4Ip:
@@ -2023,7 +2016,6 @@ spec:
20232016
type: string
20242017
description: IPv6 CIDR configured in the SNAT rule
20252018
vpc:
2026-
description: VPC name for the subnet. Immutable after creation.
20272019
type: string
20282020
description: VPC name where the SNAT rule is configured
20292021
conditions:
@@ -2063,7 +2055,6 @@ spec:
20632055
type: string
20642056
description: IP resource name
20652057
vpc:
2066-
description: VPC name for the subnet. Immutable after creation.
20672058
type: string
20682059
description: VPC name. This field is immutable after creation.
20692060
v4IpCidr:
@@ -2150,7 +2141,6 @@ spec:
21502141
type: string
21512142
description: IPv6 address configured in the DNAT rule
21522143
vpc:
2153-
description: VPC name for the subnet. Immutable after creation.
21542144
type: string
21552145
description: VPC name where the DNAT rule is configured
21562146
externalPort:
@@ -2160,7 +2150,6 @@ spec:
21602150
type: string
21612151
description: Internal port configured in the DNAT rule
21622152
protocol:
2163-
description: Network protocol (IPv4, IPv6, or Dual). Immutable after creation.
21642153
type: string
21652154
description: Protocol type configured in the DNAT rule
21662155
ipName:
@@ -2209,11 +2198,9 @@ spec:
22092198
type: string
22102199
description: Internal port number to forward traffic to
22112200
protocol:
2212-
description: Network protocol (IPv4, IPv6, or Dual). Immutable after creation.
22132201
type: string
22142202
description: Protocol type (TCP or UDP)
22152203
vpc:
2216-
description: VPC name for the subnet. Immutable after creation.
22172204
type: string
22182205
description: VPC name. This field is immutable after creation.
22192206
v4Ip:

charts/kube-ovn/templates/kube-ovn-crd.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ spec:
3636
type: object
3737
properties:
3838
vpc:
39-
description: VPC name for the subnet. Immutable after creation.
4039
type: string
4140
description: VPC name for the DNS service. This field is immutable after creation.
4241
subnet:
@@ -520,7 +519,6 @@ spec:
520519
type: array
521520
description: External subnets accessible through the NAT gateway
522521
vpc:
523-
description: VPC name for the subnet. Immutable after creation.
524522
type: string
525523
description: VPC name for the NAT gateway. This field is immutable after creation.
526524
selector:
@@ -1047,7 +1045,6 @@ spec:
10471045
- rule: "self == oldSelf"
10481046
message: "This field is immutable."
10491047
vpc:
1050-
description: VPC name for the subnet. Immutable after creation.
10511048
type: string
10521049
description: VPC name for the egress gateway. This field is immutable after creation.
10531050
internalSubnet:
@@ -1573,7 +1570,6 @@ spec:
15731570
type: string
15741571
description: Redo operation status
15751572
protocol:
1576-
description: Network protocol (IPv4, IPv6, or Dual). Immutable after creation.
15771573
type: string
15781574
description: Protocol type of the DNAT rule
15791575
internalIp:
@@ -1619,7 +1615,6 @@ spec:
16191615
type: string
16201616
description: External port number
16211617
protocol:
1622-
description: Network protocol (IPv4, IPv6, or Dual). Immutable after creation.
16231618
type: string
16241619
description: Protocol type (TCP or UDP)
16251620
internalIp:
@@ -1908,7 +1903,6 @@ spec:
19081903
type: string
19091904
description: IPv6 address mapped to the FIP
19101905
vpc:
1911-
description: VPC name for the subnet. Immutable after creation.
19121906
type: string
19131907
description: VPC name where the FIP is configured
19141908
conditions:
@@ -1951,7 +1945,6 @@ spec:
19511945
type: string
19521946
description: IP resource name
19531947
vpc:
1954-
description: VPC name for the subnet. Immutable after creation.
19551948
type: string
19561949
description: VPC name. This field is immutable after creation.
19571950
v4Ip:
@@ -2023,7 +2016,6 @@ spec:
20232016
type: string
20242017
description: IPv6 CIDR configured in the SNAT rule
20252018
vpc:
2026-
description: VPC name for the subnet. Immutable after creation.
20272019
type: string
20282020
description: VPC name where the SNAT rule is configured
20292021
conditions:
@@ -2063,7 +2055,6 @@ spec:
20632055
type: string
20642056
description: IP resource name
20652057
vpc:
2066-
description: VPC name for the subnet. Immutable after creation.
20672058
type: string
20682059
description: VPC name. This field is immutable after creation.
20692060
v4IpCidr:
@@ -2150,7 +2141,6 @@ spec:
21502141
type: string
21512142
description: IPv6 address configured in the DNAT rule
21522143
vpc:
2153-
description: VPC name for the subnet. Immutable after creation.
21542144
type: string
21552145
description: VPC name where the DNAT rule is configured
21562146
externalPort:
@@ -2160,7 +2150,6 @@ spec:
21602150
type: string
21612151
description: Internal port configured in the DNAT rule
21622152
protocol:
2163-
description: Network protocol (IPv4, IPv6, or Dual). Immutable after creation.
21642153
type: string
21652154
description: Protocol type configured in the DNAT rule
21662155
ipName:
@@ -2209,11 +2198,9 @@ spec:
22092198
type: string
22102199
description: Internal port number to forward traffic to
22112200
protocol:
2212-
description: Network protocol (IPv4, IPv6, or Dual). Immutable after creation.
22132201
type: string
22142202
description: Protocol type (TCP or UDP)
22152203
vpc:
2216-
description: VPC name for the subnet. Immutable after creation.
22172204
type: string
22182205
description: VPC name. This field is immutable after creation.
22192206
v4Ip:

dist/images/install.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ spec:
279279
type: object
280280
properties:
281281
vpc:
282-
description: VPC name for the subnet. Immutable after creation.
283282
type: string
284283
description: VPC name for the DNS service. This field is immutable after creation.
285284
subnet:
@@ -763,7 +762,6 @@ spec:
763762
type: array
764763
description: External subnets accessible through the NAT gateway
765764
vpc:
766-
description: VPC name for the subnet. Immutable after creation.
767765
type: string
768766
description: VPC name for the NAT gateway. This field is immutable after creation.
769767
selector:
@@ -1290,7 +1288,6 @@ spec:
12901288
- rule: "self == oldSelf"
12911289
message: "This field is immutable."
12921290
vpc:
1293-
description: VPC name for the subnet. Immutable after creation.
12941291
type: string
12951292
description: VPC name for the egress gateway. This field is immutable after creation.
12961293
internalSubnet:
@@ -1816,7 +1813,6 @@ spec:
18161813
type: string
18171814
description: Redo operation status
18181815
protocol:
1819-
description: Network protocol (IPv4, IPv6, or Dual). Immutable after creation.
18201816
type: string
18211817
description: Protocol type of the DNAT rule
18221818
internalIp:
@@ -1862,7 +1858,6 @@ spec:
18621858
type: string
18631859
description: External port number
18641860
protocol:
1865-
description: Network protocol (IPv4, IPv6, or Dual). Immutable after creation.
18661861
type: string
18671862
description: Protocol type (TCP or UDP)
18681863
internalIp:
@@ -2151,7 +2146,6 @@ spec:
21512146
type: string
21522147
description: IPv6 address mapped to the FIP
21532148
vpc:
2154-
description: VPC name for the subnet. Immutable after creation.
21552149
type: string
21562150
description: VPC name where the FIP is configured
21572151
conditions:
@@ -2194,7 +2188,6 @@ spec:
21942188
type: string
21952189
description: IP resource name
21962190
vpc:
2197-
description: VPC name for the subnet. Immutable after creation.
21982191
type: string
21992192
description: VPC name. This field is immutable after creation.
22002193
v4Ip:
@@ -2266,7 +2259,6 @@ spec:
22662259
type: string
22672260
description: IPv6 CIDR configured in the SNAT rule
22682261
vpc:
2269-
description: VPC name for the subnet. Immutable after creation.
22702262
type: string
22712263
description: VPC name where the SNAT rule is configured
22722264
conditions:
@@ -2306,7 +2298,6 @@ spec:
23062298
type: string
23072299
description: IP resource name
23082300
vpc:
2309-
description: VPC name for the subnet. Immutable after creation.
23102301
type: string
23112302
description: VPC name. This field is immutable after creation.
23122303
v4IpCidr:
@@ -2393,7 +2384,6 @@ spec:
23932384
type: string
23942385
description: IPv6 address configured in the DNAT rule
23952386
vpc:
2396-
description: VPC name for the subnet. Immutable after creation.
23972387
type: string
23982388
description: VPC name where the DNAT rule is configured
23992389
externalPort:
@@ -2403,7 +2393,6 @@ spec:
24032393
type: string
24042394
description: Internal port configured in the DNAT rule
24052395
protocol:
2406-
description: Network protocol (IPv4, IPv6, or Dual). Immutable after creation.
24072396
type: string
24082397
description: Protocol type configured in the DNAT rule
24092398
ipName:
@@ -2452,11 +2441,9 @@ spec:
24522441
type: string
24532442
description: Internal port number to forward traffic to
24542443
protocol:
2455-
description: Network protocol (IPv4, IPv6, or Dual). Immutable after creation.
24562444
type: string
24572445
description: Protocol type (TCP or UDP)
24582446
vpc:
2459-
description: VPC name for the subnet. Immutable after creation.
24602447
type: string
24612448
description: VPC name. This field is immutable after creation.
24622449
v4Ip:

0 commit comments

Comments
 (0)