We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177dded commit 7ccff29Copy full SHA for 7ccff29
hack/update-clientset.sh
@@ -14,6 +14,11 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
+# https://github.com/kubernetes/code-generator provides generator code to generate a custom typed
18
+# and versioned client for custom API types similar to what https://github.com/kubernetes/client-go
19
+# provides for core types. This script generates such a client for the Gateway API types, in service of any
20
+# projects that need them.
21
+
22
set -o errexit
23
set -o nounset
24
set -o pipefail
0 commit comments