Documentation ¶
Index ¶
- Constants
- func MakeDeployment(c *pulsarv1alpha1.PulsarCluster) *appsv1.Deployment
- func MakeDeploymentName(c *pulsarv1alpha1.PulsarCluster) string
- func MakeIngress(c *pulsarv1alpha1.PulsarCluster) *v1beta1.Ingress
- func MakeIngressName(c *pulsarv1alpha1.PulsarCluster) string
- func MakeService(c *pulsarv1alpha1.PulsarCluster) *v1.Service
- func MakeServiceName(c *pulsarv1alpha1.PulsarCluster) string
Constants ¶
View Source
const ( PulsarManagerVolumeName = "pulsar-manager-data" PulsarManagerVolumeMountPath = "/data" )
Variables ¶
This section is empty.
Functions ¶
func MakeDeployment ¶
func MakeDeployment(c *pulsarv1alpha1.PulsarCluster) *appsv1.Deployment
func MakeDeploymentName ¶
func MakeDeploymentName(c *pulsarv1alpha1.PulsarCluster) string
func MakeIngress ¶
func MakeIngress(c *pulsarv1alpha1.PulsarCluster) *v1beta1.Ingress
func MakeIngressName ¶
func MakeIngressName(c *pulsarv1alpha1.PulsarCluster) string
func MakeService ¶
func MakeService(c *pulsarv1alpha1.PulsarCluster) *v1.Service
func MakeServiceName ¶
func MakeServiceName(c *pulsarv1alpha1.PulsarCluster) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.