Merge pull request #359 from mcristina422/crds

Support v1beta1 CRDs
mine
Fernand Galiana 2019-10-15 18:10:27 -06:00 committed by GitHub
commit eba9b111cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -307,6 +307,10 @@ func extRes(vv viewers) {
listFn: resource.NewCustomResourceDefinitionList,
enterFn: showCRD,
}
vv["apiextensions.k8s.io/v1beta1/customresourcedefinitions"] = viewer{
listFn: resource.NewCustomResourceDefinitionList,
enterFn: showCRD,
}
}
func netRes(vv viewers) {