activemq-artemis-operator

command module
v1.0.16 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2023 License: Apache-2.0 Imports: 34 Imported by: 0

README

ActiveMQ Artemis Operator

This project is a Kubernetes operator to manage the Apache ActiveMQ Artemis message broker.

Status

The current api version of all main CRDs managed by the operator is v1beta1.

Quickstart

The quickstart.md provides simple steps to quickly get the operator up and running as well as deploy/managing broker deployments.

Building

The building.md describes how to build operator and how to test your changes

OLM integration

The bundle.md contains instructions for how to build operator bundle images and integrate it into Operator Liftcycle Manager framework.

Debugging operator inside a container

Install delve in the builder container, i.e. RUN go install github.com/go-delve/delve/cmd/dlv@latest Disable build optimization, i.e. go build -gcflags="all=-N -l" Copy delve to the base-env container, i.e. COPY --from=builder /go/bin/dlv /bin Execute operator using delve, i.e. /bin/dlv exec --listen=0.0.0.0:40000 --headless=true --api-version=2 --accept-multiclient ${OPERATOR} $@

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1alpha1
Package v1alpha1 contains API Schema definitions for the broker v1alpha1 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
Package v1alpha1 contains API Schema definitions for the broker v1alpha1 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
v1beta1
Package v1beta1 contains API Schema definitions for the broker v1beta1 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
Package v1beta1 contains API Schema definitions for the broker v1beta1 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
v2alpha1
Package v2alpha1 contains API Schema definitions for the broker v2alpha1 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
Package v2alpha1 contains API Schema definitions for the broker v2alpha1 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
v2alpha2
Package v2alpha2 contains API Schema definitions for the broker v2alpha2 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
Package v2alpha2 contains API Schema definitions for the broker v2alpha2 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
v2alpha3
Package v2alpha3 contains API Schema definitions for the broker v2alpha3 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
Package v2alpha3 contains API Schema definitions for the broker v2alpha3 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
v2alpha4
Package v2alpha4 contains API Schema definitions for the broker v2alpha4 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
Package v2alpha4 contains API Schema definitions for the broker v2alpha4 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
v2alpha5
Package v2alpha5 contains API Schema definitions for the broker v2alpha5 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
Package v2alpha5 contains API Schema definitions for the broker v2alpha5 API group +kubebuilder:object:generate=true +groupName=broker.amq.io
pkg
client/clientset/versioned
This package has the automatically generated clientset.
This package has the automatically generated clientset.
client/clientset/versioned/fake
This package has the automatically generated fake clientset.
This package has the automatically generated fake clientset.
client/clientset/versioned/scheme
This package contains the scheme of the automatically generated clientset.
This package contains the scheme of the automatically generated clientset.
client/clientset/versioned/typed/broker/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
client/clientset/versioned/typed/broker/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
client/clientset/versioned/typed/broker/v1beta1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
client/clientset/versioned/typed/broker/v1beta1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
client/clientset/versioned/typed/broker/v2alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
client/clientset/versioned/typed/broker/v2alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
client/clientset/versioned/typed/broker/v2alpha2
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
client/clientset/versioned/typed/broker/v2alpha2/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
client/clientset/versioned/typed/broker/v2alpha3
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
client/clientset/versioned/typed/broker/v2alpha3/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
client/clientset/versioned/typed/broker/v2alpha4
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
client/clientset/versioned/typed/broker/v2alpha4/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
client/clientset/versioned/typed/broker/v2alpha5
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
client/clientset/versioned/typed/broker/v2alpha5/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
log
sdkk8sutil
This package contains some of the old operator-sdk's k8sutil functions the k8sutil package in old operator-sdk are removed in new sdk and no longer available.
This package contains some of the old operator-sdk's k8sutil functions the k8sutil package in old operator-sdk are removed in new sdk and no longer available.
utils/jolokia
Package jolokia is a generated GoMock package.
Package jolokia is a generated GoMock package.

Jump to

Keyboard shortcuts

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