Skip to content

Commit

Permalink
add copyright banner, fix format and change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jamyct committed Dec 3, 2024
1 parent 50f4a8f commit 679cdea
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions test/apis/v1alpha1/api_validation_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
/*
Copyright (c) Microsoft Corporation.
Licensed under the MIT license.
*/
package v1alpha1

import (
"errors"
"fmt"
"reflect"

"k8s.io/utils/ptr"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
k8serrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/utils/ptr"

v1alpha1 "go.goms.io/fleet-networking/api/v1alpha1"
)

var _ = Describe("Test cluster v1 API validation", func() {
Context("Test MemberClusterService API validation - invalid cases", func() {
var _ = Describe("Test networking v1alpha1 API validation", func() {
Context("Test MultiClusterService API validation - invalid cases", func() {
It("should deny creating API with invalid name size", func() {
var name = "abcdef-123456789-123456789-123456789-123456789-123456789-123456789-123456789"
// Create the API.
Expand Down

0 comments on commit 679cdea

Please sign in to comment.