Fix and update comment with api.Scheme

This commit is contained in:
Dr. Stefan Schimanski
2017-10-16 16:28:16 +02:00
parent 9c35982e1a
commit 2b201ead11
53 changed files with 53 additions and 53 deletions

View File

@@ -41,7 +41,7 @@ var (
AddToScheme = SchemeBuilder.AddToScheme
)
// Adds the list of known types to api.Scheme.
// Adds the list of known types to the given scheme.
func addKnownTypes(scheme *runtime.Scheme) error {
scheme.AddKnownTypes(SchemeGroupVersion,
&Role{},