mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Add providers to API
This commit is contained in:
@@ -89,4 +89,3 @@ type VirtualGatewayReference struct {
|
||||
// UID is the UID of VirtualGateway CR
|
||||
UID types.UID `json:"uid"`
|
||||
}
|
||||
|
||||
|
||||
@@ -325,7 +325,6 @@ type VirtualNodeStatus struct {
|
||||
AWSCloudMapServiceStatus *AWSCloudMapServiceStatus `json:"awsCloudMapServiceStatus,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
// +genclient
|
||||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
||||
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
package v1beta1
|
||||
|
||||
const (
|
||||
AppMeshProvider string = "appmesh"
|
||||
LinkerdProvider string = "linkerd"
|
||||
IstioProvider string = "istio"
|
||||
SMIProvider string = "smi"
|
||||
ContourProvider string = "contour"
|
||||
GlooProvider string = "gloo"
|
||||
NGINXProvider string = "nginx"
|
||||
KubernetesProvider string = "kubernetes"
|
||||
)
|
||||
Reference in New Issue
Block a user