package
0.32.0
Repository: https://github.com/operator-framework/catalogd.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
Serving reasons.
No description provided by the author
No description provided by the author
Progressing reasons.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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

CatalogSource is a discriminated union of possible sources for a Catalog.
ClusterCatalog enables users to make File-Based Catalog (FBC) catalog data available to the cluster.
ClusterCatalogList contains a list of ClusterCatalog.
ClusterCatalogSpec defines the desired state of ClusterCatalog +kubebuilder:validation:XValidation:rule="!has(self.source.image.pollInterval) || (self.source.image.ref.find('@sha256:') == \"\")",message="cannot specify PollInterval while using digest-based image".
ClusterCatalogStatus defines the observed state of ClusterCatalog.
ImageSource enables users to define the information required for sourcing a Catalog from an OCI image.
ResolvedCatalogSource is a discriminated union of resolution information for a Catalog.
ResolvedImageSource provides information about the resolved source of a Catalog sourced from an image.

# Type aliases

SourceType defines the type of source used for catalogs.