Options
All
  • Public
  • Public/Protected
  • All
Menu

CDIConfigSpec defines specification for user configuration

export
interface

V1beta1CDIConfigSpec

Hierarchy

  • V1beta1CDIConfigSpec

Index

Properties

dataVolumeTTLSeconds?: number

DataVolumeTTLSeconds is the time in seconds after DataVolume completion it can be garbage collected. Disabled by default. Deprecated: Removed in v1.62.

memberof

V1beta1CDIConfigSpec

featureGates?: string[]

FeatureGates are a list of specific enabled feature gates

memberof

V1beta1CDIConfigSpec

filesystemOverhead?: V1beta1FilesystemOverhead
memberof

V1beta1CDIConfigSpec

imagePullSecrets?: V1LocalObjectReference[]

The imagePullSecrets used to pull the container images

memberof

V1beta1CDIConfigSpec

importProxy?: V1beta1ImportProxy
memberof

V1beta1CDIConfigSpec

insecureRegistries?: string[]

InsecureRegistries is a list of TLS disabled registries

memberof

V1beta1CDIConfigSpec

logVerbosity?: number

LogVerbosity overrides the default verbosity level used to initialize loggers

memberof

V1beta1CDIConfigSpec

podResourceRequirements?: V1ResourceRequirements
memberof

V1beta1CDIConfigSpec

preallocation?: boolean

Preallocation controls whether storage for DataVolumes should be allocated in advance.

memberof

V1beta1CDIConfigSpec

scratchSpaceStorageClass?: string

Override the storage class to used for scratch space during transfer operations. The scratch space storage class is determined in the following order: 1. value of scratchSpaceStorageClass, if that doesn't exist, use the default storage class, if there is no default storage class, use the storage class of the DataVolume, if no storage class specified, use no storage class for scratch space

memberof

V1beta1CDIConfigSpec

tlsSecurityProfile?: V1beta1TLSSecurityProfile
memberof

V1beta1CDIConfigSpec

uploadProxyURLOverride?: string

Override the URL used when uploading to a DataVolume

memberof

V1beta1CDIConfigSpec

Generated using TypeDoc