Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailableAPIs ¶
AvailableAPIs holds available apis in the cluster.
func FindAvailableAPIs ¶
func FindAvailableAPIs(ctx context.Context, logger logr.Logger, mgr ctrl.Manager, cfg ResourcesConfig) (*AvailableAPIs, error)
FindAvailableAPIs searches for available well-known APIs in the cluster.
type ResourcesConfig ¶
type ResourcesConfig struct {
IstioNamespace string
CertManagerNamespace string
PrometheusOperatorNamespace string
}
ResourcesConfig holds namespaces where to create resources to check if they exists.
Click to show internal directories.
Click to hide internal directories.