Skip to content

Commit

Permalink
Run ./hack/update-codegen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr committed Sep 13, 2023
1 parent 14d5578 commit fb6c7b3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/reference/ko_apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ko apply -f FILENAME [flags]
```
--bare Whether to just use KO_DOCKER_REPO without additional context (may not work properly with --tags).
-B, --base-import-paths Whether to use the base path without MD5 hash after KO_DOCKER_REPO (may not work properly with --tags).
--debug Include Delve debugger into image and wrap arround ko-app. This debugger will listen to port 40000.

Check failure on line 50 in docs/reference/ko_apply.md

View workflow job for this annotation

GitHub Actions / Lint

[misspell] reported by reviewdog 🐶 "arround" is a misspelling of "around" Raw Output: ./docs/reference/ko_apply.md:50:76: "arround" is a misspelling of "around"
--disable-optimizations Disable optimizations when building Go code. Useful when you want to interactively debug the created container.
-f, --filename strings Filename, directory, or URL to files to use to create the resource
-h, --help help for apply
Expand Down
1 change: 1 addition & 0 deletions docs/reference/ko_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ ko build IMPORTPATH... [flags]
```
--bare Whether to just use KO_DOCKER_REPO without additional context (may not work properly with --tags).
-B, --base-import-paths Whether to use the base path without MD5 hash after KO_DOCKER_REPO (may not work properly with --tags).
--debug Include Delve debugger into image and wrap arround ko-app. This debugger will listen to port 40000.

Check failure on line 47 in docs/reference/ko_build.md

View workflow job for this annotation

GitHub Actions / Lint

[misspell] reported by reviewdog 🐶 "arround" is a misspelling of "around" Raw Output: ./docs/reference/ko_build.md:47:76: "arround" is a misspelling of "around"
--disable-optimizations Disable optimizations when building Go code. Useful when you want to interactively debug the created container.
-h, --help help for build
--image-label strings Which labels (key=value) to add to the image.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/ko_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ko create -f FILENAME [flags]
```
--bare Whether to just use KO_DOCKER_REPO without additional context (may not work properly with --tags).
-B, --base-import-paths Whether to use the base path without MD5 hash after KO_DOCKER_REPO (may not work properly with --tags).
--debug Include Delve debugger into image and wrap arround ko-app. This debugger will listen to port 40000.

Check failure on line 50 in docs/reference/ko_create.md

View workflow job for this annotation

GitHub Actions / Lint

[misspell] reported by reviewdog 🐶 "arround" is a misspelling of "around" Raw Output: ./docs/reference/ko_create.md:50:76: "arround" is a misspelling of "around"
--disable-optimizations Disable optimizations when building Go code. Useful when you want to interactively debug the created container.
-f, --filename strings Filename, directory, or URL to files to use to create the resource
-h, --help help for create
Expand Down
1 change: 1 addition & 0 deletions docs/reference/ko_resolve.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ko resolve -f FILENAME [flags]
```
--bare Whether to just use KO_DOCKER_REPO without additional context (may not work properly with --tags).
-B, --base-import-paths Whether to use the base path without MD5 hash after KO_DOCKER_REPO (may not work properly with --tags).
--debug Include Delve debugger into image and wrap arround ko-app. This debugger will listen to port 40000.

Check failure on line 43 in docs/reference/ko_resolve.md

View workflow job for this annotation

GitHub Actions / Lint

[misspell] reported by reviewdog 🐶 "arround" is a misspelling of "around" Raw Output: ./docs/reference/ko_resolve.md:43:76: "arround" is a misspelling of "around"
--disable-optimizations Disable optimizations when building Go code. Useful when you want to interactively debug the created container.
-f, --filename strings Filename, directory, or URL to files to use to create the resource
-h, --help help for resolve
Expand Down
1 change: 1 addition & 0 deletions docs/reference/ko_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ko run IMPORTPATH [flags]
```
--bare Whether to just use KO_DOCKER_REPO without additional context (may not work properly with --tags).
-B, --base-import-paths Whether to use the base path without MD5 hash after KO_DOCKER_REPO (may not work properly with --tags).
--debug Include Delve debugger into image and wrap arround ko-app. This debugger will listen to port 40000.

Check failure on line 35 in docs/reference/ko_run.md

View workflow job for this annotation

GitHub Actions / Lint

[misspell] reported by reviewdog 🐶 "arround" is a misspelling of "around" Raw Output: ./docs/reference/ko_run.md:35:76: "arround" is a misspelling of "around"
--disable-optimizations Disable optimizations when building Go code. Useful when you want to interactively debug the created container.
-h, --help help for run
--image-label strings Which labels (key=value) to add to the image.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.20
require (
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220517224237-e6f29200ae04
github.com/chrismellard/docker-credential-acr-env v0.0.0-20220327082430-c57b701bfc08
github.com/containerd/stargz-snapshotter/estargz v0.14.3
github.com/docker/docker v24.0.6+incompatible
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936
github.com/go-training/helloworld v0.0.0-20200225145412-ba5f4379d78b
Expand Down Expand Up @@ -54,6 +53,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.19.2 // indirect
github.com/aws/smithy-go v1.13.5 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/docker/cli v23.0.5+incompatible // indirect
Expand Down

0 comments on commit fb6c7b3

Please sign in to comment.