Skip to content

Commit a69ff58

Browse files
committed
fix
Signed-off-by: sandert-k8s <sandert98@gmail.com>
1 parent e02cf4a commit a69ff58

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

config/_default/hugo.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
baseURL: /
2-
theme: docsy
32
title: Capsule
43
contentDir: content/en
54
defaultContentLanguage: en

content/en/docs/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,6 +1553,7 @@ Advanced Status Item for pin pointing items in tenants/namespaces.
15531553
| :---- | :---- | :----------- | :-------- |
15541554
| **status** | enum | status of the condition, one of True, False, Unknown.<br/>*Enum*: True, False, Unknown<br/> | true |
15551555
| **type** | string | type of condition in CamelCase or in foo.example.com/CamelCase. | true |
1556+
| **clusterScoped** | boolean | Indicates whether the referenced resource is cluster-scoped. | false |
15561557
| **created** | boolean | Indicates wether the resource was created or adopted | false |
15571558
| **lastApply** | string | An opaque value that represents the internal version of this object that can<br>be used by clients to determine when objects have changed. May be used for optimistic<br>concurrency, change detection, and the watch operation on a resource or set of resources.<br>Clients must treat these values as opaque and passed unmodified back to the server.<br>They may only be valid for a particular resource or set of resources.<br><br>Populated by the system.<br>Read-only.<br>Value must be treated as opaque by clients and .<br>More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency<br/>*Format*: date-time<br/> | false |
15581559
| **message** | string | message is a human readable message indicating details about the transition.<br>This may be an empty string. | false |
@@ -3124,6 +3125,7 @@ Advanced Status Item for pin pointing items in tenants/namespaces.
31243125
| :---- | :---- | :----------- | :-------- |
31253126
| **status** | enum | status of the condition, one of True, False, Unknown.<br/>*Enum*: True, False, Unknown<br/> | true |
31263127
| **type** | string | type of condition in CamelCase or in foo.example.com/CamelCase. | true |
3128+
| **clusterScoped** | boolean | Indicates whether the referenced resource is cluster-scoped. | false |
31273129
| **created** | boolean | Indicates wether the resource was created or adopted | false |
31283130
| **lastApply** | string | An opaque value that represents the internal version of this object that can<br>be used by clients to determine when objects have changed. May be used for optimistic<br>concurrency, change detection, and the watch operation on a resource or set of resources.<br>Clients must treat these values as opaque and passed unmodified back to the server.<br>They may only be valid for a particular resource or set of resources.<br><br>Populated by the system.<br>Read-only.<br>Value must be treated as opaque by clients and .<br>More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency<br/>*Format*: date-time<br/> | false |
31293131
| **message** | string | message is a human readable message indicating details about the transition.<br>This may be an empty string. | false |

0 commit comments

Comments
 (0)