Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: added missing open-api gen tags to api packages #2050

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cloudnetwork/v1/doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Package v1 contains API Schema definitions for the cloud network v1 API group
// +k8s:deepcopy-gen=package,register
// +k8s:openapi-gen=true

// +groupName=cloud.network.openshift.io
// +kubebuilder:validation:Optional
package v1
2 changes: 2 additions & 0 deletions imageregistry/v1/doc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +k8s:deepcopy-gen=package
// +k8s:openapi-gen=true

// +groupName=imageregistry.operator.openshift.io
package v1
1 change: 1 addition & 0 deletions machineconfiguration/v1/doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +k8s:deepcopy-gen=package,register
// +k8s:openapi-gen=true
// +groupName=machineconfiguration.openshift.io

// +kubebuilder:validation:Optional
Expand Down
3 changes: 3 additions & 0 deletions networkoperator/v1/doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Package v1 contains API Schema definitions for the network v1 API group
// +k8s:deepcopy-gen=package,register
// +k8s:openapi-gen=true

// +groupName=network.operator.openshift.io
// +kubebuilder:validation:Optional

package v1
Loading