update tags in types for new genclient syntax

This commit is contained in:
Michal Fojtik
2017-07-18 14:12:01 +02:00
parent d7e3029d7a
commit 976488efec
53 changed files with 201 additions and 201 deletions

View File

@@ -20,9 +20,9 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)
// +genclient=true
// +nonNamespaced=true
// +noMethods=true
// +genclient
// +genclient:nonNamespaced
// +genclient:noVerbs
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// ImageReview checks if the set of images in a pod are allowed.