Documentation ¶
Index ¶
- func ClusterLabels(c *v1alpha1.CassandraCluster) map[string]string
- func NewControllerRef(c *v1alpha1.CassandraCluster) metav1.OwnerReference
- func NodePoolLabels(c *v1alpha1.CassandraCluster, poolName string) map[string]string
- func NodePoolResourceName(c *v1alpha1.CassandraCluster, np *v1alpha1.CassandraClusterNodePool) string
- func OwnerCheck(obj metav1.Object, owner metav1.Object) error
- func PilotRBACRoleName(c *v1alpha1.CassandraCluster) string
- func ResourceBaseName(c *v1alpha1.CassandraCluster) string
- func SeedsServiceName(c *v1alpha1.CassandraCluster) string
- func SelectorForCluster(c *v1alpha1.CassandraCluster) (labels.Selector, error)
- func ServiceAccountName(c *v1alpha1.CassandraCluster) string
- func StatefulSetsForCluster(cluster *v1alpha1.CassandraCluster, ...) (results map[string]*v1beta1.StatefulSet, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterLabels ¶
func ClusterLabels(c *v1alpha1.CassandraCluster) map[string]string
func NewControllerRef ¶
func NewControllerRef(c *v1alpha1.CassandraCluster) metav1.OwnerReference
func NodePoolLabels ¶
func NodePoolLabels( c *v1alpha1.CassandraCluster, poolName string, ) map[string]string
func NodePoolResourceName ¶
func NodePoolResourceName(c *v1alpha1.CassandraCluster, np *v1alpha1.CassandraClusterNodePool) string
func PilotRBACRoleName ¶
func PilotRBACRoleName(c *v1alpha1.CassandraCluster) string
func ResourceBaseName ¶
func ResourceBaseName(c *v1alpha1.CassandraCluster) string
func SeedsServiceName ¶
func SeedsServiceName(c *v1alpha1.CassandraCluster) string
func SelectorForCluster ¶
func SelectorForCluster(c *v1alpha1.CassandraCluster) (labels.Selector, error)
func ServiceAccountName ¶
func ServiceAccountName(c *v1alpha1.CassandraCluster) string
func StatefulSetsForCluster ¶
func StatefulSetsForCluster( cluster *v1alpha1.CassandraCluster, statefulSetLister appslisters.StatefulSetLister, ) (results map[string]*v1beta1.StatefulSet, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.