Skip to content

Instantly share code, notes, and snippets.

View sttts's full-sized avatar

Dr. Stefan Schimanski sttts

View GitHub Profile
This file has been truncated, but you can view the full file.
diff --git a/kubernetes/.openapi-generator/swagger.json.sha256 b/kubernetes/.openapi-generator/swagger.json.sha256
index c56548be3..04dab25fe 100644
--- a/kubernetes/.openapi-generator/swagger.json.sha256
+++ b/kubernetes/.openapi-generator/swagger.json.sha256
@@ -1 +1 @@
-e1c1cd7fef14a4305a799c8afb95d8e9e1a470453ebf3f39a488d84039391d2e
\ No newline at end of file
+ff8c62a37c2fe1d3516792d4816fc9ffe883241bc6af2c666710d2725572e6ce
\ No newline at end of file
diff --git a/kubernetes/README.md b/kubernetes/README.md
This file has been truncated, but you can view the full file.
diff --git a/kubernetes/.openapi-generator/swagger.json.sha256 b/kubernetes/.openapi-generator/swagger.json.sha256
index c56548be3..04dab25fe 100644
--- a/kubernetes/.openapi-generator/swagger.json.sha256
+++ b/kubernetes/.openapi-generator/swagger.json.sha256
@@ -1 +1 @@
-e1c1cd7fef14a4305a799c8afb95d8e9e1a470453ebf3f39a488d84039391d2e
\ No newline at end of file
+ff8c62a37c2fe1d3516792d4816fc9ffe883241bc6af2c666710d2725572e6ce
\ No newline at end of file
diff --git a/kubernetes/README.md b/kubernetes/README.md
This file has been truncated, but you can view the full file.
commit 631f84b4fcd1124e4a7db4d4cd224df88d019ff9
Author: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
Date: Wed May 24 09:58:19 2023 +0200
hack/update-openapi-spec.sh
diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json
index d94c7eebb8b..f045f666d9c 100644
--- a/api/openapi-spec/swagger.json
+++ b/api/openapi-spec/swagger.json
This file has been truncated, but you can view the full file.
commit dfc28bd5e834fa5b2a9cd019071b5cbd813b8516
Author: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
Date: Wed May 24 09:58:19 2023 +0200
hack/update-openapi-spec.sh
diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json
index 2ac578a3d4d..5efd16928c8 100644
--- a/api/openapi-spec/swagger.json
+++ b/api/openapi-spec/swagger.json
This file has been truncated, but you can view the full file.
commit 8a63f77f6acf308867814563339d4f44dccd776a
Author: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
Date: Wed May 24 09:58:19 2023 +0200
hack/update-openapi-spec.sh
diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json
index 2ac578a3d4d..91b4bff6b1b 100644
--- a/api/openapi-spec/swagger.json
+++ b/api/openapi-spec/swagger.json
diff --git a/pkg/syncer/upsync/upsync_controller.go b/pkg/syncer/upsync/upsync_controller.go
index 6759192ce..aceb52f32 100644
--- a/pkg/syncer/upsync/upsync_controller.go
+++ b/pkg/syncer/upsync/upsync_controller.go
@@ -27,7 +27,6 @@ import (
"github.com/kcp-dev/logicalcluster/v3"
corev1 "k8s.io/api/core/v1"
- "k8s.io/apimachinery/pkg/api/equality"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
diff --git a/staging/src/k8s.io/apiextensions-apiserver/go.mod b/staging/src/k8s.io/apiextensions-apiserver/go.mod
index 9cbe376d16b..10ac25a61c5 100644
--- a/staging/src/k8s.io/apiextensions-apiserver/go.mod
+++ b/staging/src/k8s.io/apiextensions-apiserver/go.mod
@@ -2,7 +2,7 @@
module k8s.io/apiextensions-apiserver
-go 1.16
+go 1.18
diff --git a/pkg/apis/apis/v1alpha1/types_apibinding.go b/pkg/apis/apis/v1alpha1/types_apibinding.go
index c256b9431..0d69366dc 100644
--- a/pkg/apis/apis/v1alpha1/types_apibinding.go
+++ b/pkg/apis/apis/v1alpha1/types_apibinding.go
@@ -104,11 +104,25 @@ const (
// ExportReference describes a reference to an APIExport. Exactly one of the
// fields must be set.
type ExportReference struct {
+ // Name of the APIExport that describes the API.
+ //
/*
Copyright 2022 The Kube Bind Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
/*
Copyright 2022 The Kube Bind Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software