managementcenter

package
v0.0.0-...-c55d01b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSSLProperties

func NewSSLProperties(path string, auth hazelcastv1alpha1.MutualAuthentication) map[string]string

Types

type HazelcastClient

type HazelcastClient struct {
	ClusterName string  `yaml:"cluster-name"`
	Network     Network `yaml:"network"`
}

type HazelcastClientWrapper

type HazelcastClientWrapper struct {
	HazelcastClient HazelcastClient `yaml:"hazelcast-client"`
}

type ManagementCenterReconciler

type ManagementCenterReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
	// contains filtered or unexported fields
}

ManagementCenterReconciler reconciles a ManagementCenter object

func NewManagementCenterReconciler

func NewManagementCenterReconciler(c client.Client, log logr.Logger, s *runtime.Scheme, pht chan struct{}) *ManagementCenterReconciler

func (*ManagementCenterReconciler) Reconcile

func (*ManagementCenterReconciler) SetupWithManager

func (r *ManagementCenterReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type McStatusApplier

type McStatusApplier interface {
	McStatusApply(ms *hazelcastv1alpha1.ManagementCenterStatus)
}

type Network

type Network struct {
	ClusterMembers []string `yaml:"cluster-members,omitempty"`
	SSL            SSL      `yaml:"ssl,omitempty,omitempty"`
}

type SSL

type SSL struct {
	Enabled          bool              `yaml:"enabled"`
	FactoryClassName string            `yaml:"factory-class-name"`
	Properties       map[string]string `yaml:"properties"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL