kubernetes-json-schema icon indicating copy to clipboard operation
kubernetes-json-schema copied to clipboard

could not find schema for CredentialProviderConfig

Open gfrankliu opened this issue 1 year ago • 1 comments

I have a yaml:

apiVersion: kubelet.config.k8s.io/v1beta1
kind: CredentialProviderConfig

it works fine but the kubeconfirm complains: failed validation: could not find schema for CredentialProviderConfig when using the option --schema-location https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/

gfrankliu avatar Nov 12 '23 22:11 gfrankliu

Hi @gfrankliu , indeed CredentialProviderConfig does not seem to be supported in Kubernetes' swagger file https://raw.githubusercontent.com/kubernetes/kubernetes/master/api/openapi-spec/swagger.json

yannh avatar Nov 18 '23 17:11 yannh