Skip to content

Commit

Permalink
Skip generate crd for pending workloads during make update-helm command
Browse files Browse the repository at this point in the history
  • Loading branch information
PBundyra committed Oct 26, 2023
1 parent b68b309 commit 02245af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apis/api_extension/v1alpha1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ limitations under the License.
*/

// +kubebuilder:object:generate=true
// +kubebuilder:skip
// +groupName=pendingworkloads.kueue.x-k8s.io
// +k8s:openapi-gen=true

Expand Down
2 changes: 2 additions & 0 deletions apis/api_extension/v1alpha1/groupversion_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ limitations under the License.

// Package alpha contains API Schema definitions for the pending workloads kueue alpha API group
// +kubebuilder:object:generate=true
// +kubebuilder:skip
// +groupName=pendingworkloads.kueue.x-k8s.io

package v1alpha1

import (
Expand Down

0 comments on commit 02245af

Please sign in to comment.