Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Framework ¶
type Framework struct { Options Options RestCfg *rest.Config K8sClient client.Client NSManager namespace.Manager DPManager deployment.Manager MeshManager mesh.Manager VNManager virtualnode.Manager VSManager virtualservice.Manager VRManager virtualrouter.Manager VGManager virtualgateway.Manager GRManager gatewayroute.Manager HelmManager helm.Manager CloudMapClient services.CloudMap Logger *zap.Logger StopChan <-chan struct{} }
type Options ¶
type Options struct { KubeConfig string ClusterName string AWSRegion string AWSVPCID string // appMesh controller image. leave empty to use default one from helm chart. ControllerImage string // appmesh injector image, leave empty to use default one from helm chart. InjectorImage string }
var GlobalOptions Options
Click to show internal directories.
Click to hide internal directories.