-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
extraneous fields errors for several yml files #202
Comments
Stateless reproducer:
Results in :
|
I believe this is because the input is a List Resource. Will test it and get back to you shortly. |
Hmmm, Looking into this more - looks like List type (untyped) in Kubernetes does not have
If you're using a typed List such as
Here's the PodList type definition - Here's the ListMeta type definition - This leads to my next question, does the resource definition work on OpenShift? or on any other Kubernetes cluster? (without going through the short conversion) |
ahhh yeah ok ! |
Latest release, I'm seeing
This is happening for every yaml file in https://github.com/blackducksoftware/perceptor/constrib/
for example:
https://github.com/blackducksoftware/perceptor/blob/master/contrib/install/openshift/openshift-perceiver.yaml
The text was updated successfully, but these errors were encountered: