Skip to content

Commit 69526eb

Browse files
committed
docs: update generated objects
Signed-off-by: Francesco Canovai <[email protected]>
1 parent 841ae98 commit 69526eb

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

config/crd/bases/barmancloud.cnpg.io_objectstores.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ spec:
3737
metadata:
3838
type: object
3939
spec:
40-
description: ObjectStoreSpec defines the desired state of ObjectStore.
40+
description: |-
41+
Specification of the desired behavior of the ObjectStore.
42+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
4143
properties:
4244
configuration:
4345
description: The configuration for the barman-cloud tool suite
@@ -384,8 +386,8 @@ spec:
384386
- destinationPath
385387
type: object
386388
instanceSidecarConfiguration:
387-
description: InstanceSidecarConfiguration defines the configuration
388-
for the sidecar that runs in the instance pods.
389+
description: The configuration for the sidecar that runs in the instance
390+
pods
389391
properties:
390392
env:
391393
description: The environment to be explicitly passed to the sidecar
@@ -526,7 +528,10 @@ spec:
526528
- configuration
527529
type: object
528530
status:
529-
description: ObjectStoreStatus defines the observed state of ObjectStore.
531+
description: |-
532+
Most recently observed status of the ObjectStore. This data may not be up to
533+
date. Populated by the system. Read-only.
534+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
530535
properties:
531536
serverRecoveryWindow:
532537
additionalProperties:

manifest.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ spec:
3636
metadata:
3737
type: object
3838
spec:
39-
description: ObjectStoreSpec defines the desired state of ObjectStore.
39+
description: |-
40+
Specification of the desired behavior of the ObjectStore.
41+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
4042
properties:
4143
configuration:
4244
description: The configuration for the barman-cloud tool suite
@@ -383,8 +385,8 @@ spec:
383385
- destinationPath
384386
type: object
385387
instanceSidecarConfiguration:
386-
description: InstanceSidecarConfiguration defines the configuration
387-
for the sidecar that runs in the instance pods.
388+
description: The configuration for the sidecar that runs in the instance
389+
pods
388390
properties:
389391
env:
390392
description: The environment to be explicitly passed to the sidecar
@@ -525,7 +527,10 @@ spec:
525527
- configuration
526528
type: object
527529
status:
528-
description: ObjectStoreStatus defines the observed state of ObjectStore.
530+
description: |-
531+
Most recently observed status of the ObjectStore. This data may not be up to
532+
date. Populated by the system. Read-only.
533+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
529534
properties:
530535
serverRecoveryWindow:
531536
additionalProperties:

0 commit comments

Comments
 (0)