mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-02 17:51:00 +00:00
Adds Gateway API as a provider for progressive traffic shifting, A/B testing and Blue-Green testing. Adds a new field in the Canary `spec.service.gatewayRefs` which specifies the Gateway that Flagger should use. Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
7 lines
148 B
Go
7 lines
148 B
Go
// +k8s:deepcopy-gen=package
|
|
|
|
// Package v1alpha2 contains API Schema definitions for the
|
|
// gateway.networking.k8s.io API group.
|
|
|
|
package v1alpha2
|