Documentation ¶
Index ¶
- Constants
- func AddReadyCheck(cw *template.ConditionWaiter, instance *openstackv1beta1.Memcached)
- func ClusterHeadlessService(instance *openstackv1beta1.Memcached) *corev1.Service
- func ClusterService(instance *openstackv1beta1.Memcached) *corev1.Service
- func ClusterServiceMonitor(instance *openstackv1beta1.Memcached) *unstructured.Unstructured
- func ClusterStatefulSet(instance *openstackv1beta1.Memcached) *appsv1.StatefulSet
- func Ensure(ctx context.Context, c client.Client, instance *openstackv1beta1.Memcached, ...) error
- type Reporter
Constants ¶
View Source
const (
AppLabel = "memcached"
)
View Source
const (
ClusterComponentLabel = "cluster"
)
Variables ¶
This section is empty.
Functions ¶
func AddReadyCheck ¶
func AddReadyCheck(cw *template.ConditionWaiter, instance *openstackv1beta1.Memcached)
func ClusterHeadlessService ¶
func ClusterHeadlessService(instance *openstackv1beta1.Memcached) *corev1.Service
func ClusterService ¶
func ClusterService(instance *openstackv1beta1.Memcached) *corev1.Service
func ClusterServiceMonitor ¶
func ClusterServiceMonitor(instance *openstackv1beta1.Memcached) *unstructured.Unstructured
func ClusterStatefulSet ¶
func ClusterStatefulSet(instance *openstackv1beta1.Memcached) *appsv1.StatefulSet
Types ¶
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
func NewReporter ¶
func NewReporter(instance *openstackv1beta1.Memcached, k8sClient client.Client, recorder record.EventRecorder) *Reporter
Click to show internal directories.
Click to hide internal directories.