Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IstioControlPlane ¶
type IstioControlPlane struct {
// contains filtered or unexported fields
}
IstioControlPlane is an installation of an Istio control plane.
func NewIstioControlPlane ¶
func NewIstioControlPlane( installSpec *v1alpha1.IstioOperatorSpec, translator *translate.Translator, filter []string, ver *version.Info, ) (*IstioControlPlane, error)
NewIstioControlPlane creates a new IstioControlPlane and returns a pointer to it.
func (*IstioControlPlane) RenderManifest ¶
func (i *IstioControlPlane) RenderManifest() (manifests name.ManifestMap, errsOut util.Errors)
RenderManifest returns a manifest rendered against
func (*IstioControlPlane) Run ¶
func (i *IstioControlPlane) Run() error
Run starts the Istio control plane.
Click to show internal directories.
Click to hide internal directories.