database.iwanhae.kr_postgresqls.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ---
  2. apiVersion: apiextensions.k8s.io/v1
  3. kind: CustomResourceDefinition
  4. metadata:
  5. annotations:
  6. controller-gen.kubebuilder.io/version: v0.13.0
  7. name: postgresqls.database.iwanhae.kr
  8. spec:
  9. group: database.iwanhae.kr
  10. names:
  11. kind: PostgreSQL
  12. listKind: PostgreSQLList
  13. plural: postgresqls
  14. singular: postgresql
  15. scope: Namespaced
  16. versions:
  17. - name: v1
  18. schema:
  19. openAPIV3Schema:
  20. description: PostgreSQL is the Schema for the postgresqls API
  21. properties:
  22. apiVersion:
  23. description: 'APIVersion defines the versioned schema of this representation
  24. of an object. Servers should convert recognized schemas to the latest
  25. internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
  26. type: string
  27. kind:
  28. description: 'Kind is a string value representing the REST resource this
  29. object represents. Servers may infer this from the endpoint the client
  30. submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
  31. type: string
  32. metadata:
  33. type: object
  34. spec:
  35. description: PostgreSQLSpec defines the desired state of PostgreSQL
  36. properties:
  37. foo:
  38. description: Foo is an example field of PostgreSQL. Edit postgresql_types.go
  39. to remove/update
  40. type: string
  41. type: object
  42. status:
  43. description: PostgreSQLStatus defines the observed state of PostgreSQL
  44. type: object
  45. type: object
  46. served: true
  47. storage: true
  48. subresources:
  49. status: {}