Skip to content

Commit 68c4715

Browse files
committed
docs: update generated objects
Signed-off-by: Francesco Canovai <[email protected]>
1 parent 5b28031 commit 68c4715

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
@@ -381,8 +383,8 @@ spec:
381383
- destinationPath
382384
type: object
383385
instanceSidecarConfiguration:
384-
description: InstanceSidecarConfiguration defines the configuration
385-
for the sidecar that runs in the instance pods.
386+
description: The configuration for the sidecar that runs in the instance
387+
pods
386388
properties:
387389
env:
388390
description: The environment to be explicitly passed to the sidecar
@@ -523,7 +525,10 @@ spec:
523525
- configuration
524526
type: object
525527
status:
526-
description: ObjectStoreStatus defines the observed state of ObjectStore.
528+
description: |-
529+
Most recently observed status of the ObjectStore. This data may not be up to
530+
date. Populated by the system. Read-only.
531+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
527532
properties:
528533
serverRecoveryWindow:
529534
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
@@ -380,8 +382,8 @@ spec:
380382
- destinationPath
381383
type: object
382384
instanceSidecarConfiguration:
383-
description: InstanceSidecarConfiguration defines the configuration
384-
for the sidecar that runs in the instance pods.
385+
description: The configuration for the sidecar that runs in the instance
386+
pods
385387
properties:
386388
env:
387389
description: The environment to be explicitly passed to the sidecar
@@ -522,7 +524,10 @@ spec:
522524
- configuration
523525
type: object
524526
status:
525-
description: ObjectStoreStatus defines the observed state of ObjectStore.
527+
description: |-
528+
Most recently observed status of the ObjectStore. This data may not be up to
529+
date. Populated by the system. Read-only.
530+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
526531
properties:
527532
serverRecoveryWindow:
528533
additionalProperties:

0 commit comments

Comments
 (0)