You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1553,6 +1553,7 @@ Advanced Status Item for pin pointing items in tenants/namespaces.
1553
1553
| :---- | :---- | :----------- | :-------- |
1554
1554
|**status**| enum | status of the condition, one of True, False, Unknown.<br/>*Enum*: True, False, Unknown<br/> | true |
1555
1555
|**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 |
1556
1557
|**created**| boolean | Indicates wether the resource was created or adopted | false |
1557
1558
|**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 |
1558
1559
|**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.
3124
3125
| :---- | :---- | :----------- | :-------- |
3125
3126
|**status**| enum | status of the condition, one of True, False, Unknown.<br/>*Enum*: True, False, Unknown<br/> | true |
3126
3127
|**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 |
3127
3129
|**created**| boolean | Indicates wether the resource was created or adopted | false |
3128
3130
|**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 |
3129
3131
|**message**| string | message is a human readable message indicating details about the transition.<br>This may be an empty string. | false |
0 commit comments