package
1.0.0
Repository: https://github.com/bedag/kubernetes-dbaas.git
Documentation: pkg.go.dev

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:resource:shortName=db +kubebuilder:printcolumn:JSONPath=.status.conditions[*].status,description="Ready status of resource",name="Ready",type=string +kubebuilder:printcolumn:JSONPath=.spec.endpoint,description="The endpoint where the resource is supposed to be provisioned",name="Endpoint",type=string Database is the Schema for the database API.
+kubebuilder:object:root=true DatabaseList contains a list of Database.
DatabaseSpec defines the desired state of Database.
DatabaseStatus defines the observed state of Database.