Skip to content

Commit

Permalink
Automatic generation of CRD API Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CRD API Docs Bot authored and gciezkowski-acc committed Oct 28, 2024
1 parent f4ad282 commit cf6fa10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
6 changes: 2 additions & 4 deletions docs/reference/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,11 @@ <h3 id="greenhouse.sap/v1alpha1.ClusterKubeConfig">ClusterKubeConfig
<td>
<code>maxTokenValidity</code><br>
<em>
<a href="https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#Duration">
Kubernetes meta/v1.Duration
</a>
int32
</em>
</td>
<td>
<p>MaxTokenValidity specifies the maximum duration for which a token remains valid.</p>
<p>MaxTokenValidity specifies the maximum duration for which a token remains valid in hours.</p>
</td>
</tr>
</tbody>
Expand Down
11 changes: 7 additions & 4 deletions docs/reference/api/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: Greenhouse
version: 585f2dc
version: 1abe7ca
description: PlusOne operations platform
paths:
/TeamMembership:
Expand Down Expand Up @@ -1098,9 +1098,12 @@ components:
description: KubeConfig contains specific values for `KubeConfig` for the cluster.
properties:
maxTokenValidity:
default: 72h
description: MaxTokenValidity specifies the maximum duration for which a token remains valid.
type: string
default: 72
description: MaxTokenValidity specifies the maximum duration for which a token remains valid in hours.
format: int32
maximum: 72
minimum: 24
type: integer
type: object
required:
- accessMode
Expand Down

0 comments on commit cf6fa10

Please sign in to comment.