plugin-barman-cloud/config/crd/bases/barmancloud.cnpg.io_objectstores.yaml
Armando Ruocco 10beb64afc chore: bootstrap
Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
2024-09-24 17:07:24 +02:00

55 lines
1.9 KiB
YAML

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
name: objectstores.barmancloud.cnpg.io
spec:
group: barmancloud.cnpg.io
names:
kind: ObjectStore
listKind: ObjectStoreList
plural: objectstores
singular: objectstore
scope: Namespaced
versions:
- name: v1
schema:
openAPIV3Schema:
description: ObjectStore is the Schema for the objectstores API
properties:
apiVersion:
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
spec:
description: ObjectStoreSpec defines the desired state of ObjectStore
properties:
foo:
description: Foo is an example field of ObjectStore. Edit objectstore_types.go
to remove/update
type: string
type: object
status:
description: ObjectStoreStatus defines the observed state of ObjectStore
type: object
type: object
served: true
storage: true
subresources:
status: {}