Documentation ¶
Index ¶
- Constants
- Variables
- func MakeConfigMap(c *pulsarv1alpha1.PulsarCluster) *v1.ConfigMap
- func MakeConfigMapName(c *pulsarv1alpha1.PulsarCluster) string
- func MakeService(c *pulsarv1alpha1.PulsarCluster) *v1.Service
- func MakeServiceName(c *pulsarv1alpha1.PulsarCluster) string
- func MakeStatefulSet(c *pulsarv1alpha1.PulsarCluster) *appsv1.StatefulSet
- func MakeStatefulSetName(c *pulsarv1alpha1.PulsarCluster) string
Constants ¶
View Source
const ( BookieMemData = "\" -Xms64m -Xmx256m -XX:MaxDirectMemorySize=256m\"" StatsProviderClass = "org.apache.bookkeeper.stats.prometheus.PrometheusMetricsProvider" BookieJournalDataMountPath = "/pulsar/data/bookkeeper/journal" BookieLedgersDataMountPath = "/pulsar/data/bookkeeper/ledgers" )
Variables ¶
View Source
var StatefulSetAnnotations map[string]string
Annotations
Functions ¶
func MakeConfigMap ¶
func MakeConfigMap(c *pulsarv1alpha1.PulsarCluster) *v1.ConfigMap
func MakeConfigMapName ¶
func MakeConfigMapName(c *pulsarv1alpha1.PulsarCluster) string
func MakeService ¶
func MakeService(c *pulsarv1alpha1.PulsarCluster) *v1.Service
func MakeServiceName ¶
func MakeServiceName(c *pulsarv1alpha1.PulsarCluster) string
func MakeStatefulSet ¶
func MakeStatefulSet(c *pulsarv1alpha1.PulsarCluster) *appsv1.StatefulSet
func MakeStatefulSetName ¶
func MakeStatefulSetName(c *pulsarv1alpha1.PulsarCluster) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.