mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 00:17:13 +00:00
28 lines
626 B
YAML
28 lines
626 B
YAML
|
apiVersion: apiextensions.k8s.io/v1
|
||
|
kind: CustomResourceDefinition
|
||
|
metadata:
|
||
|
name: postgresqls.acid.zalan.do
|
||
|
labels:
|
||
|
app.kubernetes.io/name: postgres-operator
|
||
|
status:
|
||
|
acceptedNames:
|
||
|
categories:
|
||
|
- all
|
||
|
kind: postgresql
|
||
|
listKind: postgresqlList
|
||
|
plural: postgresqls
|
||
|
shortNames:
|
||
|
- pg
|
||
|
singular: postgresql
|
||
|
conditions:
|
||
|
- message: no conflicts found
|
||
|
reason: NoConflicts
|
||
|
status: "True"
|
||
|
type: NamesAccepted
|
||
|
- message: the initial names have been accepted
|
||
|
reason: InitialNamesAccepted
|
||
|
status: "True"
|
||
|
type: Established
|
||
|
storedVersions:
|
||
|
- v1
|