crossplane-contrib / provider-kafka

Crossplane provider for Kafka
Apache License 2.0
27 stars 30 forks source link

"AccessControlList" are silently Ignored by kustomize #56

Open haarchri opened 1 year ago

haarchri commented 1 year ago

What happened?

we running in our environment kustomize and "AccessControlList" is silently ignored during rendering

https://github.com/kubernetes-sigs/kustomize/issues/5042#issuecomment-1440682486 it turns out that this is because of the api-conventions

Lists are collections of resources of one (usually) or more (occasionally) kinds. The name of a list kind must end with "List". Lists have a limited set of common metadata. All lists use the required "items" field to contain the array of objects they return. Any kind that has the "items" field must be a list kind. Most objects defined in the system should have an endpoint that returns the full set of resources, as well as zero or more endpoints that return subsets of the full list. Some objects may be singletons (the current user, the system defaults) and may not have lists.

How can we reproduce it?

What environment did it happen in?

Crossplane version: