Skip to content

Commit 08d127b

Browse files
committed
codegen
On-behalf-of: @SAP [email protected]
1 parent d400144 commit 08d127b

File tree

211 files changed

+4797
-6124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+4797
-6124
lines changed

sdk/apis/apis/v1alpha1/zz_generated.deepcopy.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/apis/apis/v1alpha2/zz_generated.conversion.go

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/apis/apis/v1alpha2/zz_generated.deepcopy.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/apis/core/v1alpha1/zz_generated.deepcopy.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/apis/tenancy/v1alpha1/zz_generated.deepcopy.go

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/apis/third_party/conditions/util/conditions/getter.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ limitations under the License.
1717
package conditions
1818

1919
import (
20+
conditionsapi "github.com/kcp-dev/kcp/sdk/apis/third_party/conditions/apis/conditions/v1alpha1"
2021
corev1 "k8s.io/api/core/v1"
2122
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2223
"k8s.io/apimachinery/pkg/runtime"
23-
24-
conditionsapi "github.com/kcp-dev/kcp/sdk/apis/third_party/conditions/apis/conditions/v1alpha1"
2524
)
2625

2726
// Getter interface defines methods that an object should implement in order to

sdk/apis/third_party/conditions/util/conditions/getter_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ package conditions
1919
import (
2020
"testing"
2121

22+
conditionsapi "github.com/kcp-dev/kcp/sdk/apis/third_party/conditions/apis/conditions/v1alpha1"
2223
. "github.com/onsi/gomega"
23-
2424
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
25-
26-
conditionsapi "github.com/kcp-dev/kcp/sdk/apis/third_party/conditions/apis/conditions/v1alpha1"
2725
)
2826

2927
var (

sdk/apis/third_party/conditions/util/conditions/matcher.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ package conditions
1919
import (
2020
"fmt"
2121

22+
conditionsapi "github.com/kcp-dev/kcp/sdk/apis/third_party/conditions/apis/conditions/v1alpha1"
2223
"github.com/onsi/gomega"
2324
"github.com/onsi/gomega/types"
24-
25-
conditionsapi "github.com/kcp-dev/kcp/sdk/apis/third_party/conditions/apis/conditions/v1alpha1"
2625
)
2726

2827
// MatchConditions returns a custom matcher to check equality of conditionsapi.Conditions.

sdk/apis/third_party/conditions/util/conditions/matcher_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ package conditions
1919
import (
2020
"testing"
2121

22+
conditionsapi "github.com/kcp-dev/kcp/sdk/apis/third_party/conditions/apis/conditions/v1alpha1"
2223
. "github.com/onsi/gomega"
23-
2424
corev1 "k8s.io/api/core/v1"
2525
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
26-
27-
conditionsapi "github.com/kcp-dev/kcp/sdk/apis/third_party/conditions/apis/conditions/v1alpha1"
2826
)
2927

3028
func TestMatchConditions(t *testing.T) {

sdk/apis/third_party/conditions/util/conditions/matchers.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ package conditions
1919
import (
2020
"errors"
2121

22+
conditionsapi "github.com/kcp-dev/kcp/sdk/apis/third_party/conditions/apis/conditions/v1alpha1"
2223
"github.com/onsi/gomega/format"
2324
"github.com/onsi/gomega/types"
24-
25-
conditionsapi "github.com/kcp-dev/kcp/sdk/apis/third_party/conditions/apis/conditions/v1alpha1"
2625
)
2726

2827
// HaveSameStateOf matches a condition to have the same state of another.

0 commit comments

Comments
 (0)