-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add the gateway-api to the expose-a-service doc
The Expose a Service doc is meant to be the second step after the Quickstart doc. This commit adds the section describing how to install the Gateway API. The Kustomize build plan is introduced at this point in a similar way the Helm build plan was introduced in the quickstart.
- Loading branch information
1 parent
740a3d2
commit e1222cf
Showing
16 changed files
with
13,624 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
internal/generate/components/v1alpha3/gateway-api/components/gateway-api/gateway-api.cue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package holos | ||
|
||
// Produce a kubectl kustomize build plan. | ||
(#Kustomize & {Name: "gateway-api"}).Output |
6 changes: 6 additions & 0 deletions
6
internal/generate/components/v1alpha3/gateway-api/components/gateway-api/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
resources: | ||
- standard/gateway.networking.k8s.io_gatewayclasses.yaml | ||
- standard/gateway.networking.k8s.io_gateways.yaml | ||
- standard/gateway.networking.k8s.io_grpcroutes.yaml | ||
- standard/gateway.networking.k8s.io_httproutes.yaml | ||
- standard/gateway.networking.k8s.io_referencegrants.yaml |
Oops, something went wrong.