You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AtList sample does not compile. Can you explain how this should work? I fixed up the imports and package names as below but I am getting the following error
dlan@dlan-XPS-13:~/repos/kube/genesys/cnat-client$ go build
# dlan/cnat-client
./main.go:18:14: undefined: client.NewScheme
./main.go:25:55: cannot use client.InNamespace("default") (type client.InNamespace) as type runtime.Object in argument to cl.List:
client.InNamespace does not implement runtime.Object (missing DeepCopyObject method)
./main.go:25:55: cannot use list (type *v1alpha1.AtList) as type client.ListOption in argument to cl.List:
*v1alpha1.AtList does not implement client.ListOption (missing ApplyToList method)
What page is this? You are prob a bit further along than I am, but I'm happy to look as I've had some experience with other projects. Off the top of my head, the missing DeepCopyObject method looks like a code generation error.
The AtList sample does not compile. Can you explain how this should work? I fixed up the imports and package names as below but I am getting the following error
Here's the code
The text was updated successfully, but these errors were encountered: