Kind
ClusterImageCatalog
Group
postgresql.cnpg.io
Version
v1
apiVersion: postgresql.cnpg.io/v1 kind: ClusterImageCatalog metadata: name: example
Tip: use .spec.images for path-only search
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 required
spec object required
Specification of the desired behavior of the ClusterImageCatalog. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
images []object required
List of CatalogImages available in the catalog
minItems: 1
maxItems: 8
image string required
The image reference
major integer required
The PostgreSQL major version of the image. Must be unique within the catalog.
minimum: 10

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

Copied!