Skip to content

Commit 9e1dcca

Browse files
committed
NodePoolSpec description
1 parent 114abb4 commit 9e1dcca

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

models/nodepools/model.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ model NodePoolBase {
1313
@pattern("^[a-z0-9]([-a-z0-9]*[a-z0-9])?$")
1414
name: string;
1515

16-
/** Cluster specification
16+
/** NodePool specification
1717
* CLM doesn't know how to unmarshall the spec, it only stores and forwards to adapters to do their job
1818
* But CLM will validate the schema before accepting the request
1919
*/

schemas/core/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ components:
10221022
allOf:
10231023
- $ref: '#/components/schemas/NodePoolSpec'
10241024
description: |-
1025-
Cluster specification
1025+
NodePool specification
10261026
CLM doesn't know how to unmarshall the spec, it only stores and forwards to adapters to do their job
10271027
But CLM will validate the schema before accepting the request
10281028
NodePoolCreateRequest:
@@ -1055,7 +1055,7 @@ components:
10551055
allOf:
10561056
- $ref: '#/components/schemas/NodePoolSpec'
10571057
description: |-
1058-
Cluster specification
1058+
NodePool specification
10591059
CLM doesn't know how to unmarshall the spec, it only stores and forwards to adapters to do their job
10601060
But CLM will validate the schema before accepting the request
10611061
example:
@@ -1122,7 +1122,7 @@ components:
11221122
allOf:
11231123
- $ref: '#/components/schemas/NodePoolSpec'
11241124
description: |-
1125-
Cluster specification
1125+
NodePool specification
11261126
CLM doesn't know how to unmarshall the spec, it only stores and forwards to adapters to do their job
11271127
But CLM will validate the schema before accepting the request
11281128
NodePoolList:

schemas/gcp/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ components:
10931093
allOf:
10941094
- $ref: '#/components/schemas/NodePoolSpec'
10951095
description: |-
1096-
Cluster specification
1096+
NodePool specification
10971097
CLM doesn't know how to unmarshall the spec, it only stores and forwards to adapters to do their job
10981098
But CLM will validate the schema before accepting the request
10991099
NodePoolCreateRequest:
@@ -1126,7 +1126,7 @@ components:
11261126
allOf:
11271127
- $ref: '#/components/schemas/NodePoolSpec'
11281128
description: |-
1129-
Cluster specification
1129+
NodePool specification
11301130
CLM doesn't know how to unmarshall the spec, it only stores and forwards to adapters to do their job
11311131
But CLM will validate the schema before accepting the request
11321132
example:
@@ -1212,7 +1212,7 @@ components:
12121212
allOf:
12131213
- $ref: '#/components/schemas/NodePoolSpec'
12141214
description: |-
1215-
Cluster specification
1215+
NodePool specification
12161216
CLM doesn't know how to unmarshall the spec, it only stores and forwards to adapters to do their job
12171217
But CLM will validate the schema before accepting the request
12181218
NodePoolList:

schemas/gcp/swagger.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ definitions:
12181218
allOf:
12191219
- $ref: '#/definitions/NodePoolSpec'
12201220
description: >-
1221-
Cluster specification
1221+
NodePool specification
12221222
12231223
CLM doesn't know how to unmarshall the spec, it only stores and
12241224
forwards to adapters to do their job
@@ -1279,7 +1279,7 @@ definitions:
12791279
allOf:
12801280
- $ref: '#/definitions/NodePoolSpec'
12811281
description: >-
1282-
Cluster specification
1282+
NodePool specification
12831283
12841284
CLM doesn't know how to unmarshall the spec, it only stores and
12851285
forwards to adapters to do their job
@@ -1330,7 +1330,7 @@ definitions:
13301330
allOf:
13311331
- $ref: '#/definitions/NodePoolSpec'
13321332
description: >-
1333-
Cluster specification
1333+
NodePool specification
13341334
13351335
CLM doesn't know how to unmarshall the spec, it only stores and
13361336
forwards to adapters to do their job

0 commit comments

Comments
 (0)