Options
All
  • Public
  • Public/Protected
  • All
Menu

DataVolumeSourceRegistry provides the parameters to create a Data Volume from an registry source

export
interface

V1beta1DataVolumeSourceRegistry

Hierarchy

  • V1beta1DataVolumeSourceRegistry

Index

Properties

certConfigMap?: string

CertConfigMap provides a reference to the Registry certs

memberof

V1beta1DataVolumeSourceRegistry

imageStream?: string

ImageStream is the name of image stream for import

memberof

V1beta1DataVolumeSourceRegistry

pullMethod?: string

PullMethod can be either "pod" (default import), or "node" (node docker cache based import)

memberof

V1beta1DataVolumeSourceRegistry

secretRef?: string

SecretRef provides the secret reference needed to access the Registry source

memberof

V1beta1DataVolumeSourceRegistry

url?: string

URL is the url of the registry source (starting with the scheme: docker, oci-archive)

memberof

V1beta1DataVolumeSourceRegistry

Generated using TypeDoc