Options
All
  • Public
  • Public/Protected
  • All
Menu

LimitRangeItem defines a min/max usage limit for any resource that matches on kind.

export
interface

IoK8sApiCoreV1LimitRangeItem

Hierarchy

  • IoK8sApiCoreV1LimitRangeItem

Index

Properties

_default?: {}

Default resource requirement limit value by resource name if resource limit is omitted.

memberof

IoK8sApiCoreV1LimitRangeItem

Type declaration

  • [key: string]: string
defaultRequest?: {}

DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.

memberof

IoK8sApiCoreV1LimitRangeItem

Type declaration

  • [key: string]: string
max?: {}

Max usage constraints on this kind by resource name.

memberof

IoK8sApiCoreV1LimitRangeItem

Type declaration

  • [key: string]: string
maxLimitRequestRatio?: {}

MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.

memberof

IoK8sApiCoreV1LimitRangeItem

Type declaration

  • [key: string]: string
min?: {}

Min usage constraints on this kind by resource name.

memberof

IoK8sApiCoreV1LimitRangeItem

Type declaration

  • [key: string]: string
type: string

Type of resource that this limit applies to.

memberof

IoK8sApiCoreV1LimitRangeItem

Generated using TypeDoc