regionserver

package
v0.0.0-...-40be03b Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Ports = []corev1.ContainerPort{
		{
			Name:          "regionserver",
			ContainerPort: 16020,
			Protocol:      corev1.ProtocolTCP,
		},
		{
			Name:          "ui-http",
			ContainerPort: 16030,
			Protocol:      corev1.ProtocolTCP,
		},
		{
			Name:          "metrics",
			ContainerPort: 9100,
			Protocol:      corev1.ProtocolTCP,
		},
	}
)

Functions

This section is empty.

Types

type Reconciler

func NewReconciler

func NewReconciler(
	client *client.Client,
	clusterStopped bool,
	clusterConfig *hbasev1alph1.ClusterConfigSpec,
	roleInfo reconciler.RoleInfo,

	image *util.Image,
	spec *hbasev1alph1.RegionServerSpec,
) *Reconciler

func (*Reconciler) RegisterResourceWithRoleGroup

func (r *Reconciler) RegisterResourceWithRoleGroup(
	_ context.Context,
	replicas *int32,
	info reconciler.RoleGroupInfo,
	overrides *commonsv1alpha1.OverridesSpec,
	roleGroupConfig *commonsv1alpha1.RoleGroupConfigSpec,
) ([]reconciler.Reconciler, error)

func (*Reconciler) RegisterResources

func (r *Reconciler) RegisterResources(ctx context.Context) error

Jump to

Keyboard shortcuts

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