Documentation ¶
Overview ¶
Package crds contains methods used to register (create and update) our CRDs.
Index ¶
Constants ¶
View Source
const ( // PostgresqlInstanceKind is the value used as ".spec.names.kind" when registering the PostgresqlInstance CRD. PostgresqlInstanceKind = "PostgresqlInstance" // PostgresqlInstancePlural is the value used as ".spec.names.plural" when registering the PostgresqlInstance CRD. PostgresqlInstancePlural = "postgresqlinstances" )
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdateCRDs ¶
func CreateOrUpdateCRDs(extsClient extsclientset.Interface) error
RegisterCRDs creates or updates our CustomResourceDefinition resources, waiting for them to reach the "Established" condition.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.