Documentation ¶
Index ¶
Constants ¶
View Source
const ( IstioLayer = "istio" GateLayer = "gate" DefaultRouting = "default" CanaryRouting = "canary" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkingLayer ¶
type NetworkingLayer interface {
Sync(circle charlescdiov1alpha1.Circle) error
}
func NewNetworkingLayer ¶
func NewNetworkingLayer(networkingType string, istioClient *versionedclient.Clientset) NetworkingLayer
Click to show internal directories.
Click to hide internal directories.