Commit ba848855 authored by Nikhita Raghunath's avatar Nikhita Raghunath

Add crds as CustomResourceDefinition shortname

parent 9e2878d9
...@@ -62,7 +62,7 @@ var _ rest.ShortNamesProvider = &REST{} ...@@ -62,7 +62,7 @@ var _ rest.ShortNamesProvider = &REST{}
// ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource. // ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.
func (r *REST) ShortNames() []string { func (r *REST) ShortNames() []string {
return []string{"crd"} return []string{"crd", "crds"}
} }
// Delete adds the CRD finalizer to the list // Delete adds the CRD finalizer to the list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment