kubernetes-json-schema
kubernetes-json-schema copied to clipboard
could not find schema for CredentialProviderConfig
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/
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