Skip to content

Commit

Permalink
Update sriovfec.intel.com group version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcornea committed Jan 14, 2025
1 parent 272f025 commit 0babeea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/schemes/fec/fectypes/groupversion_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// Package v1 contains API Schema definitions for the sriovfec v1 API group
// Package v2 contains API Schema definitions for the sriovfec v2 API group
// +kubebuilder:object:generate=true
// +groupName=sriovfec.intel.com
package fectypes
Expand All @@ -28,7 +28,7 @@ import (

var (
// GroupVersion is group version used to register these objects
GroupVersion = schema.GroupVersion{Group: "sriovfec.intel.com", Version: "v1"}
GroupVersion = schema.GroupVersion{Group: "sriovfec.intel.com", Version: "v2"}

// SchemeBuilder is used to add go types to the GroupVersionKind scheme
SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}
Expand Down

0 comments on commit 0babeea

Please sign in to comment.