python/kubernetes/docs/V1alpha2NamedResourcesFilter.md
2024-05-21 22:28:02 +00:00

872 B

V1alpha2NamedResourcesFilter

NamedResourcesFilter is used in ResourceFilterModel.

Properties

Name Type Description Notes
selector str 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()

[Back to Model list] [Back to API list] [Back to README]