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
https://pkg.go.dev/k8s.io/api/core/v1#PersistentVolumeSpec
Not relevant
The information is wrong: https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/core/types.go#L303-L306
From the upstream source code you can see the PersistentVolumeSpec.Capacity is not optional
PersistentVolumeSpec.Capacity
I expected to see the same struct for PersistentVolumeSpec as in the Kubernetes repository.
struct
PersistentVolumeSpec
I see a different version where capacity is marked as optional, but this is wrong.
capacity
The text was updated successfully, but these errors were encountered:
please report this to kubernetes
Sorry, something went wrong.
Thanks, I figured out now the bug is actually here: https://github.com/kubernetes/api/blob/release-1.26/core/v1/types.go#L324-L366 I will report to Kubernetes. Thanks
No branches or pull requests
What is the URL of the page with the issue?
https://pkg.go.dev/k8s.io/api/core/v1#PersistentVolumeSpec
What is your user agent?
Not relevant
Screenshot
What did you do?
The information is wrong:
https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/core/types.go#L303-L306
From the upstream source code you can see the
PersistentVolumeSpec.Capacity
is not optionalWhat did you expect to see?
I expected to see the same
struct
forPersistentVolumeSpec
as in the Kubernetes repository.What did you see instead?
I see a different version where
capacity
is marked as optional, but this is wrong.The text was updated successfully, but these errors were encountered: