Documentation
¶
Index ¶
Constants ¶
View Source
const ( OperatorName = "elastic-operator" OperatorNamespace = "tigera-eck-operator" LicenseConfigMapName = "elastic-licensing" OperatorPolicyName = networkpolicy.TigeraComponentPolicyPrefix + "elastic-operator-access" EnterpriseTrial = "eck-trial-license" )
Variables ¶
This section is empty.
Functions ¶
func ECK ¶
func ECK(cfg *Configuration) render.Component
ECK renders the components necessary for eck operator
Types ¶
type Configuration ¶
type Configuration struct {
LogStorage *operatorv1.LogStorage
Installation *operatorv1.InstallationSpec
ManagementCluster *operatorv1.ManagementCluster
PullSecrets []*corev1.Secret
Provider operatorv1.Provider
ElasticLicenseType render.ElasticsearchLicenseType
ApplyTrial bool
}
Configuration contains all the config information needed to render the component.
Click to show internal directories.
Click to hide internal directories.