kubewarden / cel-policy

A policy that can run CEL expressions
Apache License 2.0
3 stars 5 forks source link

docs(kubernetes): clarify that list() returns an object list (e.g. li… #61

Closed fabriziosestito closed 4 months ago

fabriziosestito commented 4 months ago

Description

To be as close as possible to the policy go SDK and client-go we return an object list when listing resources through the Kubernetes library.

This could be confusing as the resources are accessible via the items field of the response.

This PR clarifies the response type fixing: #55