Skip to content

Commit db51886

Browse files
Automatic generation of CRD API Docs
1 parent eafedb2 commit db51886

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/reference/api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@ <h3 id="greenhouse.sap/v1alpha1.Nodes">Nodes
18661866
<td>
18671867
<code>total</code><br>
18681868
<em>
1869-
int32
1869+
int
18701870
</em>
18711871
</td>
18721872
<td>
@@ -1877,7 +1877,7 @@ <h3 id="greenhouse.sap/v1alpha1.Nodes">Nodes
18771877
<td>
18781878
<code>ready</code><br>
18791879
<em>
1880-
int32
1880+
int
18811881
</em>
18821882
</td>
18831883
<td>

docs/reference/api/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,11 +585,9 @@ components:
585585
x-kubernetes-list-type: map
586586
ready:
587587
description: ReadyNodes represent the number of ready nodes in the cluster.
588-
format: int32
589588
type: integer
590589
total:
591590
description: Total represent the number of all the nodes in the cluster.
592-
format: int32
593591
type: integer
594592
type: object
595593
statusConditions:

0 commit comments

Comments
 (0)