Documentation ¶
Index ¶
Constants ¶
View Source
const ( SeedLabelKey = "navigator.jetstack.io/cassandra-seed" SeedLabelValue = "true" )
Variables ¶
This section is empty.
Functions ¶
func NodesServiceForCluster ¶
func NodesServiceForCluster( cluster *v1alpha1.CassandraCluster, ) *apiv1.Service
func SeedsServiceForCluster ¶
func SeedsServiceForCluster(cluster *v1alpha1.CassandraCluster) *apiv1.Service
Types ¶
type Interface ¶
type Interface interface {
Sync(*v1alpha1.CassandraCluster) error
}
func NewControl ¶
func NewControl( kubeClient kubernetes.Interface, serviceLister corelisters.ServiceLister, recorder record.EventRecorder, serviceFactory serviceFactory, ) Interface
Click to show internal directories.
Click to hide internal directories.