Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prints gateway api resources converted from edge #10577

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
62b33c4
prints gateway api resources
nmnellis Oct 22, 2024
cf18e31
added metrics and ability to write to a file
nmnellis Oct 22, 2024
5709647
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 22, 2024
6ef22e5
added support for lists
nmnellis Oct 22, 2024
519d370
added the ability to write the file next to the existing one
nmnellis Oct 22, 2024
e243119
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 24, 2024
21d2c14
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 24, 2024
9d68e2f
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 25, 2024
643fbe1
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 25, 2024
de31b09
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 25, 2024
92f58fe
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 25, 2024
03d2041
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 26, 2024
d539814
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 28, 2024
59638c2
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 28, 2024
4211929
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 28, 2024
4573eee
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 28, 2024
cb328e9
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 28, 2024
23d5a81
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 28, 2024
f0881fc
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 29, 2024
3546a8f
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 29, 2024
c46a7f3
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 30, 2024
f862230
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 31, 2024
e5162f0
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Oct 31, 2024
2a466e3
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Nov 1, 2024
9d32eb5
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Nov 1, 2024
dd0aade
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Nov 1, 2024
e15c840
fixed files
nmnellis Nov 1, 2024
499fba2
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Nov 5, 2024
4773fb4
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Nov 5, 2024
9d341c3
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Nov 5, 2024
d3a7b23
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Nov 6, 2024
1946eab
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Nov 6, 2024
6c449a7
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Nov 6, 2024
c5387a8
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Nov 6, 2024
07112e8
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Nov 7, 2024
5c0dacb
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Nov 7, 2024
91343d0
Merge refs/heads/main into gateway-api-cli
soloio-bulldozer[bot] Nov 7, 2024
4b1aedd
Merge branch 'main' into gateway-api-cli
nmnellis Jan 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ require (
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/invopop/yaml v0.3.1 // indirect
github.com/itchyny/json2yaml v0.1.4 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jmespath/go-jmespath v0.3.0 // indirect
github.com/jmoiron/sqlx v1.4.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2202,6 +2202,8 @@ github.com/influxdata/tdigest v0.0.0-20180711151920-a7d76c6f093a/go.mod h1:9Gkys
github.com/invopop/yaml v0.1.0/go.mod h1:2XuRLgs/ouIrW3XNzuNj7J3Nvu/Dig5MXvbCEdiBN3Q=
github.com/invopop/yaml v0.3.1 h1:f0+ZpmhfBSS4MhG+4HYseMdJhoeeopbSKbq5Rpeelso=
github.com/invopop/yaml v0.3.1/go.mod h1:PMOp3nn4/12yEZUFfmOuNHJsZToEEOwoWsT+D81KkeA=
github.com/itchyny/json2yaml v0.1.4 h1:/pErVOXGG5iTyXHi/QKR4y3uzhLjGTEmmJIy97YT+k8=
github.com/itchyny/json2yaml v0.1.4/go.mod h1:6iudhBZdarpjLFRNj+clWLAkGft+9uCcjAZYXUH9eGI=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
github.com/jcmturner/aescts/v2 v2.0.0/go.mod h1:AiaICIRyfYg35RUkr8yESTqvSy7csK90qZ5xfvvsoNs=
Expand Down
16 changes: 16 additions & 0 deletions projects/gloo/cli/pkg/cmd/gatewayapi/command.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package gatewayapi

import (
"github.com/solo-io/gloo/projects/gloo/cli/pkg/cmd/gatewayapi/convert"
"github.com/spf13/cobra"
)

func RootCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "gateway-api",
Short: "Gateway API specific commands",
}
cmd.SilenceUsage = true
cmd.AddCommand(convert.RootCmd())
return cmd
}
Loading
Loading