Documentation ¶
Index ¶
- Constants
- Variables
- func GetIstioCR(ctx context.Context, client client.Client, name string, namespace string) (*v1alpha1.Istio, error)
- func ListInstalledIstioRevisions(ctx context.Context, kubeclient client.Client) (istioRevisionVersions map[string]*semver.Version, err error)
- func ListIstioCR(ctx context.Context, kubeclient client.Client, namespace ...string) (*v1alpha1.IstioList, error)
Constants ¶
View Source
const ( RevisionLabelName string = "istio.io/rev" VersionLabelName string = "operator.istio.io/version" )
Variables ¶
View Source
var IstiodAppLabel = map[string]string{"app": "istiod"}
Functions ¶
func GetIstioCR ¶
func GetIstioCR(ctx context.Context, client client.Client, name string, namespace string) (*v1alpha1.Istio, error)
GetIstioCR fetches the Istio CR from the cluster using client with supplied name and namespace
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.