Documentation
¶
Overview ¶
Package barbicanapi contains barbican API deployment functionality.
Index ¶
Constants ¶
View Source
const (
// ServiceCommand -
ServiceCommand = "/usr/local/bin/kolla_start"
)
Variables ¶
This section is empty.
Functions ¶
func Deployment ¶
func Deployment( instance *barbicanv1beta1.BarbicanAPI, configHash string, labels map[string]string, annotations map[string]string, topology *topologyv1.Topology, ) (*appsv1.Deployment, error)
Deployment - returns a BarbicanAPI Deployment
func GetAPIVolumesAndMounts ¶
func GetAPIVolumesAndMounts(instance *barbicanv1beta1.BarbicanAPI) ([]corev1.Volume, []corev1.VolumeMount, error)
GetAPIVolumesAndMounts returns the volumes and mounts for a BarbicanAPI deployment
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.