Skip to content

API Reference

Packages

registry-operator.dev/v1alpha1

Package v1alpha1 contains API Schema definitions for the registry v1alpha1 API group

Resource Types

Registry

Registry is the Schema for the registries API.

Field Description Default Validation
apiVersion string registry-operator.dev/v1alpha1
kind string Registry
metadata ObjectMeta Refer to Kubernetes API documentation for fields of metadata.
spec RegistrySpec
status RegistryStatus

RegistrySpec

RegistrySpec defines the desired state of Registry.

Appears in: - Registry

Field Description Default Validation
image string Image indicates the container image to use for the Registry.
replicas integer Replicas indicates the number of the pod replicas that will be created.
resources ResourceRequirements Resources describe the compute resource requirements.
affinity Affinity Affinity specifies the scheduling constraints for Pods.

RegistryStatus

RegistryStatus defines the observed state of Registry.

Appears in: - Registry

Field Description Default Validation
ready boolean Ready is a boolean field that is true when the Registry is ready to be used.
version string Version of the managed Registry.
image string Image indicates the container image to use for the Registry.