{"id":50886046,"url":"https://github.com/hops-ops/gateway-api-stack","last_synced_at":"2026-06-15T17:02:22.131Z","repository":{"id":357414931,"uuid":"1227557863","full_name":"hops-ops/gateway-api-stack","owner":"hops-ops","description":"Single-claim install of Kubernetes Gateway API CRDs (gateway.networking.k8s.io) onto a target cluster as a Helm release. Cloud-neutral, prereq for any Gateway API based controller or integration.","archived":false,"fork":false,"pushed_at":"2026-05-22T18:05:15.000Z","size":20,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T21:49:56.548Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"KCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hops-ops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-02T21:12:52.000Z","updated_at":"2026-05-22T18:02:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hops-ops/gateway-api-stack","commit_stats":null,"previous_names":["hops-ops/gateway-api-stack"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hops-ops/gateway-api-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Fgateway-api-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Fgateway-api-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Fgateway-api-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Fgateway-api-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hops-ops","download_url":"https://codeload.github.com/hops-ops/gateway-api-stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Fgateway-api-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34372130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-15T17:02:20.927Z","updated_at":"2026-06-15T17:02:22.123Z","avatar_url":"https://github.com/hops-ops.png","language":"KCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gateway-api-stack\n\nSingle-claim install of the [Kubernetes Gateway API CRDs](https://gateway-api.sigs.k8s.io/) (`gateway.networking.k8s.io`) onto a target Kubernetes cluster.\n\nCloud-neutral, controller-neutral. Provides the prerequisite CRDs for any Gateway API based controller (Istio Ambient, Envoy Gateway, Cilium Gateway, kgateway) and integrations that consume HTTPRoutes (Knative `net-gateway-api`, ExternalDNS `gateway-httproute` source, cert-manager Gateway issuance).\n\n## Why a separate stack\n\nGateway API CRDs are a hard prerequisite that cuts across multiple platform stacks. Bundling them into istio-stack would couple every consumer to that stack's lifecycle; installing them by hand makes upgrades easy to forget. A small dedicated stack keeps the prereq explicit and version-pinned in one place.\n\n## Usage\n\n```yaml\napiVersion: hops.ops.com.ai/v1alpha1\nkind: GatewayAPIStack\nmetadata:\n  name: gateway-api\n  namespace: default\nspec:\n  clusterName: my-cluster\n```\n\nThis composes a single Helm release of [`wiremind/gateway-api-crds`](https://artifacthub.io/packages/helm/wiremind/gateway-api-crds), a community-maintained wrapper around the upstream CRD YAML from [`kubernetes-sigs/gateway-api`](https://github.com/kubernetes-sigs/gateway-api).\n\nThe chart's `appVersion` tracks the upstream Gateway API release. Bump `chartVersion` on the XR to upgrade.\n\n## Spec Reference\n\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `clusterName` | string | _required_ | Target cluster name; default for `helmProviderConfigRef.name` |\n| `namespace` | string | `gateway-api` | Namespace for the Helm release |\n| `releaseName` | string | `gateway-api-crds` | Helm release name |\n| `chartVersion` | string | `1.5.1` | wiremind/gateway-api-crds chart version (tracks upstream Gateway API) |\n| `helmProviderConfigRef.name` | string | `clusterName` | Helm ProviderConfig |\n| `helmProviderConfigRef.kind` | enum | `ProviderConfig` | `ProviderConfig` or `ClusterProviderConfig` |\n| `values` | object | — | Helm values merged with chart defaults |\n| `overrideAllValues` | object | — | Helm values that replace all defaults |\n| `managementPolicies` | string[] | `[\"*\"]` | Crossplane management policies |\n| `labels` | object | — | Custom labels merged with defaults |\n\n## Composed Resources\n\n| Resource | Kind |\n|---|---|\n| `\u003creleaseName\u003e` | `helm.m.crossplane.io/Release` |\n\n## Consumed By\n\n- [`istio-stack`](https://github.com/hops-ops/istio-stack) — `Gateway` resource attached to the istio ambient `GatewayClass`\n- [`knative-stack`](https://github.com/hops-ops/knative-stack) — emits `HTTPRoute` resources via `net-gateway-api`\n- [`cloudflare-dns-stack`](https://github.com/hops-ops/cloudflare-dns-stack) — ExternalDNS `gateway-httproute` source\n\n## Dependencies\n\n| Kind | Package | Version |\n|---|---|---|\n| Function | `crossplane-contrib/function-auto-ready` | `\u003e=v0.6.3` |\n| Provider | `crossplane-contrib/provider-helm` | `\u003e=v1` |\n\n## Development\n\n```bash\nmake render             # Render all examples\nmake validate           # Validate against Crossplane schemas\nmake test               # Run KCL unit tests\nmake e2e                # Run E2E test on a kind cluster\nmake build              # Build the package\n```\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhops-ops%2Fgateway-api-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhops-ops%2Fgateway-api-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhops-ops%2Fgateway-api-stack/lists"}