Documentation ¶
Index ¶
Constants ¶
View Source
const AnnotationDrainerPodTemplate = "statefulsets.kubernetes.io/drainer-pod-template"
View Source
const AnnotationStatefulSet = "statefulsets.kubernetes.io/drainer-pod-owner"
Variables ¶
View Source
var C = make(chan types.NamespacedName)
This channel is used to receive new ready pods
Functions ¶
Types ¶
type AddressObserver ¶
type AddressObserver struct {
// contains filtered or unexported fields
}
func NewAddressObserver ¶
func NewAddressObserver( kubeclientset kubernetes.Interface, namespace string, client client.Client) *AddressObserver
func (*AddressObserver) Run ¶
func (c *AddressObserver) Run(C chan types.NamespacedName) error
type ReconcileActiveMQArtemisAddress ¶
type ReconcileActiveMQArtemisAddress struct {
// contains filtered or unexported fields
}
ReconcileActiveMQArtemisAddress reconciles a ActiveMQArtemisAddress object
func (*ReconcileActiveMQArtemisAddress) Reconcile ¶
func (r *ReconcileActiveMQArtemisAddress) Reconcile(request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a ActiveMQArtemisAddress object and makes changes based on the state read and what is in the ActiveMQArtemisAddress.Spec TODO(user): Modify this Reconcile function to implement your Controller logic. This example creates a Pod as an example Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Click to show internal directories.
Click to hide internal directories.