Skip to content

Commit 7ccff29

Browse files
committed
include requested comment
1 parent 177dded commit 7ccff29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hack/update-clientset.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

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+
1722
set -o errexit
1823
set -o nounset
1924
set -o pipefail

0 commit comments

Comments
 (0)