Documentation
¶
Index ¶
Constants ¶
View Source
const ( EventReasonHandleServiceDeletionError = "HandleServiceDeletionError" EventReasonHandleServiceDeletionSucceed = "HandleServiceDeletionSucceed" EventReasonHandleServiceUpdateError = "HandleServiceUpdateError" EventReasonHandleServiceUpdateSucceed = "HandleServiceUpdateSucceed" EventReasonHandlePodDeletionError = "HandlePodDeletionError" EventReasonHandlePodDeletionSucceed = "HandlePodDeletionSucceed" EventReasonHandlePodUpdateError = "HandlePodUpdateError" EventReasonHandlePodUpdateSucceed = "HandlePodUpdateSucceed" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Actuator ¶
type Actuator struct {
// contains filtered or unexported fields
}
func NewActuator ¶
func (*Actuator) DeleteService ¶
func (a *Actuator) DeleteService(svcName types.NamespacedName) error
type EventHandlerWithClient ¶
type EventHandlerWithClient struct { handler.EventHandler // contains filtered or unexported fields }
func NewEventHandlerWithClient ¶
func NewEventHandlerWithClient() *EventHandlerWithClient
func (*EventHandlerWithClient) InjectClient ¶
func (e *EventHandlerWithClient) InjectClient(c client.Client) error
type NamedPortMap ¶
func NewNamedPortMap ¶
func NewNamedPortMap(ep *corev1.Endpoints) NamedPortMap
func (NamedPortMap) GetByProtocolAndPortName ¶
func (m NamedPortMap) GetByProtocolAndPortName(protocol, portName string) (int32, bool)
type PodReconciler ¶
type PodReconciler struct {
// contains filtered or unexported fields
}
type ServicePredicate ¶
func (*ServicePredicate) Create ¶
func (sp *ServicePredicate) Create(e event.CreateEvent) bool
func (*ServicePredicate) Update ¶
func (sp *ServicePredicate) Update(e event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.