Documentation ¶
Index ¶
- Constants
- func AddReadyCheck(cw *template.ConditionWaiter, instance *openstackv1beta1.RabbitMQ)
- func ClusterHeadlessService(instance *openstackv1beta1.RabbitMQ) *corev1.Service
- func ClusterManagementIngress(instance *openstackv1beta1.RabbitMQ) *netv1.Ingress
- func ClusterService(instance *openstackv1beta1.RabbitMQ) *corev1.Service
- func ClusterServiceMonitor(instance *openstackv1beta1.RabbitMQ) *unstructured.Unstructured
- func ClusterStatefulSet(instance *openstackv1beta1.RabbitMQ, configHash string) *appsv1.StatefulSet
- func ConfigMap(instance *openstackv1beta1.RabbitMQ) *corev1.ConfigMap
- func Ensure(ctx context.Context, c client.Client, instance *openstackv1beta1.RabbitMQ, ...) error
- func ErlangCookieFromSecret(secret *corev1.Secret) string
- func PKIResources(instance *openstackv1beta1.RabbitMQ) []*unstructured.Unstructured
- func PasswordFromSecret(secret *corev1.Secret) string
- func Secret(instance *openstackv1beta1.RabbitMQ, erlangCookie, password string) *corev1.Secret
- func ServerCertificate(instance *openstackv1beta1.RabbitMQ) *unstructured.Unstructured
- type Reporter
Constants ¶
View Source
const (
AppLabel = "rabbitmq"
)
View Source
const (
ClusterComponentLabel = "cluster"
)
Variables ¶
This section is empty.
Functions ¶
func AddReadyCheck ¶
func AddReadyCheck(cw *template.ConditionWaiter, instance *openstackv1beta1.RabbitMQ)
func ClusterHeadlessService ¶
func ClusterHeadlessService(instance *openstackv1beta1.RabbitMQ) *corev1.Service
func ClusterManagementIngress ¶
func ClusterManagementIngress(instance *openstackv1beta1.RabbitMQ) *netv1.Ingress
func ClusterService ¶
func ClusterService(instance *openstackv1beta1.RabbitMQ) *corev1.Service
func ClusterServiceMonitor ¶
func ClusterServiceMonitor(instance *openstackv1beta1.RabbitMQ) *unstructured.Unstructured
func ClusterStatefulSet ¶
func ClusterStatefulSet(instance *openstackv1beta1.RabbitMQ, configHash string) *appsv1.StatefulSet
func ErlangCookieFromSecret ¶
func PKIResources ¶
func PKIResources(instance *openstackv1beta1.RabbitMQ) []*unstructured.Unstructured
func PasswordFromSecret ¶
func Secret ¶
func Secret(instance *openstackv1beta1.RabbitMQ, erlangCookie, password string) *corev1.Secret
func ServerCertificate ¶
func ServerCertificate(instance *openstackv1beta1.RabbitMQ) *unstructured.Unstructured
Types ¶
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
func NewReporter ¶
func NewReporter(instance *openstackv1beta1.RabbitMQ, k8sClient client.Client, recorder record.EventRecorder) *Reporter
Click to show internal directories.
Click to hide internal directories.