Skip to content

Commit

Permalink
minor fixes for generator and package name
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Jul 10, 2018
1 parent 0d5017f commit 402026b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion authorization/install.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package apps
package authorization

import (
"k8s.io/apimachinery/pkg/runtime"
Expand Down
1 change: 1 addition & 0 deletions image/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ type ImageStreamList struct {

// +genclient
// +genclient:method=Secrets,verb=get,subresource=secrets,result=k8s.io/api/core/v1.SecretList
// +genclient:method=Layers,verb=get,subresource=layers,result=github.com/openshift/api/image/v1.ImageStreamLayers
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

// ImageStream stores a mapping of tags to images, metadata overrides that are applied
Expand Down

0 comments on commit 402026b

Please sign in to comment.