Documentation ¶
Index ¶
- func GenerateContainerConfigMap(xrootd *v1alpha1.XrootdCluster, objectName types.ObjectName, ...) v1.ConfigMap
- func GenerateXrootdService(xrootd *v1alpha1.XrootdCluster, objectName types.ObjectName, ...) corev1.Service
- func GenerateXrootdStatefulSet(xrootd *v1alpha1.XrootdCluster, objectName types.ObjectName, ...) appsv1.StatefulSet
- type InstanceVolumeSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateContainerConfigMap ¶
func GenerateContainerConfigMap( xrootd *v1alpha1.XrootdCluster, objectName types.ObjectName, compLabels types.Labels, config types.ConfigName, subpath string, ) v1.ConfigMap
GenerateContainerConfigMap generated configmap for given xrootd container
func GenerateXrootdService ¶
func GenerateXrootdService( xrootd *v1alpha1.XrootdCluster, objectName types.ObjectName, compLabels types.Labels, componentName types.ComponentName, ) corev1.Service
GenerateXrootdService generates xrootd service
func GenerateXrootdStatefulSet ¶
func GenerateXrootdStatefulSet( xrootd *v1alpha1.XrootdCluster, objectName types.ObjectName, compLabels types.Labels, componentName types.ComponentName, ) appsv1.StatefulSet
GenerateXrootdStatefulSet generated xrootd statefulset
Types ¶
type InstanceVolumeSet ¶
type InstanceVolumeSet struct {
// contains filtered or unexported fields
}
InstanceVolumeSet contains a set of v1.Volume for a given ObjectMeta
Click to show internal directories.
Click to hide internal directories.