Skip to search

Postgres

db.movetokube.com / v1alpha1

apiVersion: db.movetokube.com/v1alpha1 kind: Postgres metadata: name: example
View raw schema
apiVersion string
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
kind string
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
metadata object
spec object
PostgresSpec defines the desired state of Postgres
database string required
dropOnDelete boolean
extensions []string
masterRole string
schemas []string
status object
PostgresStatus defines the observed state of Postgres
extensions []string
roles object required
PostgresRoles stores the different group roles for database
owner string required
reader string required
writer string required
schemas []string
succeeded boolean required

No matches. Try .spec.database for an exact path