Files
c/kubernetes/docs/v1alpha2_named_resources_request.md
Kubernetes Prow Robot c97b51f36a Automated openapi generation from release-1.30
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2024-05-18 13:20:54 +00:00

829 B

v1alpha2_named_resources_request_t

Properties

Name Type Description Notes
selector char * 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[&quot;a&quot;].isGreaterThan(quantity(&quot;0&quot;)) && attributes.stringslice[&quot;b&quot;].isSorted()

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