Options
All
  • Public
  • Public/Protected
  • All
Menu

NamedResourcesFilter is used in ResourceFilterModel.

export
interface

IoK8sApiResourceV1alpha2NamedResourcesFilter

Hierarchy

  • IoK8sApiResourceV1alpha2NamedResourcesFilter

Index

Properties

Properties

selector: string

Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/

In addition, for each type NamedResourcesin AttributeValue there is a map that resolves to the corresponding value of the instance under evaluation. For example:

attributes.quantity["a"].isGreaterThan(quantity("0")) && attributes.stringslice["b"].isSorted()

memberof

IoK8sApiResourceV1alpha2NamedResourcesFilter

Generated using TypeDoc