Skip to content

Commit 93106bc

Browse files
committed
docs(api): update kubernetes version to 1.33
Signed-off-by: Francesco Canovai <[email protected]>
1 parent 8f6c655 commit 93106bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/plugin-barman-cloud.v1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _Appears in:_
2626

2727
| Field | Description | Required | Default | Validation |
2828
| --- | --- | --- | --- | --- |
29-
| `env` _[EnvVar](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#envvar-v1-core) array_ | The environment to be explicitly passed to the sidecar | | | |
29+
| `env` _[EnvVar](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#envvar-v1-core) array_ | The environment to be explicitly passed to the sidecar | | | |
3030
| `retentionPolicyIntervalSeconds` _integer_ | The retentionCheckInterval defines the frequency at which the<br />system checks and enforces retention policies. | | 1800 | |
3131

3232

@@ -44,7 +44,7 @@ ObjectStore is the Schema for the objectstores API.
4444
| --- | --- | --- | --- | --- |
4545
| `apiVersion` _string_ | `barmancloud.cnpg.io/v1` | True | | |
4646
| `kind` _string_ | `ObjectStore` | True | | |
47-
| `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. | True | | |
47+
| `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. | True | | |
4848
| `spec` _[ObjectStoreSpec](#objectstorespec)_ | Specification of the desired behavior of the ObjectStore.<br />More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status | True | | |
4949
| `status` _[ObjectStoreStatus](#objectstorestatus)_ | Most recently observed status of the ObjectStore. This data may not be up to<br />date. Populated by the system. Read-only.<br />More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status | | | |
5050

@@ -98,7 +98,7 @@ _Appears in:_
9898

9999
| Field | Description | Required | Default | Validation |
100100
| --- | --- | --- | --- | --- |
101-
| `firstRecoverabilityPoint` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#time-v1-meta)_ | The first recoverability point in a PostgreSQL server refers to<br />the earliest point in time to which the database can be<br />restored. | True | | |
102-
| `lastSuccussfulBackupTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#time-v1-meta)_ | The last successful backup time | True | | |
101+
| `firstRecoverabilityPoint` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#time-v1-meta)_ | The first recoverability point in a PostgreSQL server refers to<br />the earliest point in time to which the database can be<br />restored. | True | | |
102+
| `lastSuccussfulBackupTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#time-v1-meta)_ | The last successful backup time | True | | |
103103

104104

0 commit comments

Comments
 (0)