We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the klient documentation, the List() function call signature is specified as
List()
func (_ Resource) List(ctx context.Context, namespace string, l ObjectList, opts ...ListOption) error
along with the provided examples following this implementation. But in the code, it is used otherwise:
func (r *Resources) List(ctx context.Context, objs k8s.ObjectList, opts ...ListOption) error { ...
Going through the examples' code, it seems that the List() function is used in the latter manner.
Documentation matches the implementation.
N/A
No response
kind
e2e-framework
0.6.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
In the klient documentation, the
List()
function call signature is specified asalong with the provided examples following this implementation. But in the code, it is used otherwise:
Going through the examples' code, it seems that the
List()
function is used in the latter manner.What did you expect to happen?
Documentation matches the implementation.
How can we reproduce it (as minimally and precisely as possible)?
N/A
Anything elese we need to know?
No response
E2E Provider Used
kind
e2e-framework
Version0.6.0
OS version
No response
The text was updated successfully, but these errors were encountered: