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
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
apiVersion under kubernetes_ObjectFieldSelector lists the description as "version of the schema that fieldPath is written in terms of; defaults to v1" and does not have default values.
apiVersion under kubernetes_ObjectReference lists the description as "API version of the referent" and doesn't have default values
All other references of apiVersion have description as an empty string.
apiVersion under kubernetes_ObjectFieldSelector lists the description as "version of the schema that fieldPath is written in terms of; defaults to v1" and does not have default values.
apiVersion under kubernetes_ObjectReference lists the description as "API version of the referent" and doesn't have default values
All other references of apiVersion have description as an empty string.
This creates a problem when implementing a langauge server for kubernetes: https://github.com/gorkem/vscode-k8s
The text was updated successfully, but these errors were encountered: