Skip to content

Commit 04a26bf

Browse files
authored
Merge pull request #69 from deads2k/fixes
minor fixes for generator and package name
2 parents 0d5017f + 402026b commit 04a26bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

authorization/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package apps
1+
package authorization
22

33
import (
44
"k8s.io/apimachinery/pkg/runtime"

image/v1/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ type ImageStreamList struct {
159159

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

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

0 commit comments

Comments
 (0)