Versions in this module Expand all Collapse all v0 v0.2.1 Aug 31, 2019 v0.2.0 Aug 30, 2019 Changes in this version + const APIServerImageName + const APIServerNamespace + const APIServerSecretCertName + const APIServerSecretKeyName + const APIServerTLSSecretName + const CNIImageName + const CalicoRegistry + const ComplianceBenchmarkerImage + const ComplianceControllerImage + const ComplianceNamespace + const ComplianceReporterImage + const ComplianceServerImage + const ComplianceSnapshotterImage + const ConsoleEsProxyImageName + const ConsoleManagerImageName + const ConsoleProxyImageName + const FlexVolumeImageName + const IntrusionDetectionControllerImageName + const IntrusionDetectionJobInstallerImageName + const IntrusionDetectionNamespace + const KubeControllersImageNameCalico + const KubeControllersImageNameTigera + const ManagerNamespace + const ManagerSecretCertName + const ManagerSecretKeyName + const ManagerTlsSecretName + const NodeImageNameCalico + const NodeImageNameTigera + const Optional + const QueryServerImageName + const TigeraRegistry + func KubeControllers(cr *operator.Installation) *kubeControllersComponent + func ParseEndpoint(endpoint string) (string, string, string, error) + func SetTestLogger(l logr.Logger) + type Component interface + Objects func() []runtime.Object + Ready func() bool + func APIServer(registry string, tlsKeyPair *corev1.Secret, pullSecrets []*corev1.Secret, ...) Component + func Compliance(registry string, m *operatorv1.MonitoringConfiguration, ...) Component + func Console(cr *operator.Console, monitoring *operator.MonitoringConfiguration, ...) Component + func CustomResourceDefinitions(cr *operator.Installation) Component + func IntrusionDetection(registry string, m *operatorv1.MonitoringConfiguration, ...) Component + func Namespaces(cr *operator.Installation, openshift bool, pullSecrets []*corev1.Secret) Component + func Node(cr *operator.Installation, openshift bool) Component + func PriorityClassDefinitions(cr *operator.Installation) Component + type Renderer interface + Render func() []Component + func Calico(cr *operator.Installation, pullSecrets []*corev1.Secret, openshift bool) Renderer