Skip to content

Commit

Permalink
add selector types to generated client
Browse files Browse the repository at this point in the history
SelectorSyncSet and SelectorSyncIdentityProvider did not have the necessary
genclient annotation to be included in the generated client.
  • Loading branch information
staebler committed Jan 3, 2020
1 parent f12a23b commit 1e15fe1
Show file tree
Hide file tree
Showing 9 changed files with 582 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/hive/v1/syncidentityprovider_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type SyncIdentityProviderSpec struct {
type IdentityProviderStatus struct {
}

// +genclient
// +genclient:nonNamespaced
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

Expand Down
1 change: 1 addition & 0 deletions pkg/apis/hive/v1/syncset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ type SyncSetStatus struct {
type SelectorSyncSetStatus struct {
}

// +genclient
// +genclient:nonNamespaced
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1e15fe1

Please sign in to comment.