Options
All
  • Public
  • Public/Protected
  • All
Menu

FilesystemOverhead defines the reserved size for PVCs with VolumeMode: Filesystem

export
interface

V1beta1FilesystemOverhead

Hierarchy

  • V1beta1FilesystemOverhead

Index

Properties

global?: string

Global is how much space of a Filesystem volume should be reserved for overhead. This value is used unless overridden by a more specific value (per storageClass)

memberof

V1beta1FilesystemOverhead

storageClass?: {}

StorageClass specifies how much space of a Filesystem volume should be reserved for safety. The keys are the storageClass and the values are the overhead. This value overrides the global value

memberof

V1beta1FilesystemOverhead

Type declaration

  • [key: string]: string

Generated using TypeDoc