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 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 (*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)
}
Click to show internal directories.
Click to hide internal directories.