Documentation ¶
Index ¶
- func NewNoServicesMetadata(objectName string) error
- func NewNonTenantObject(objectName string) error
- type EndpointSlicesLabelsReconciler
- func (r *EndpointSlicesLabelsReconciler) InjectClient(c client.Client) error
- func (r *EndpointSlicesLabelsReconciler) IsNamespaceInTenant(namespace string) bool
- func (r *EndpointSlicesLabelsReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
- func (r *EndpointSlicesLabelsReconciler) SetupWithManager(mgr ctrl.Manager) error
- type EndpointsLabelsReconciler
- func (r *EndpointsLabelsReconciler) InjectClient(c client.Client) error
- func (r *EndpointsLabelsReconciler) IsNamespaceInTenant(namespace string) bool
- func (r *EndpointsLabelsReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
- func (r *EndpointsLabelsReconciler) SetupWithManager(mgr ctrl.Manager) error
- type NoServicesMetadata
- type NonTenantObject
- type ServicesLabelsReconciler
- func (r *ServicesLabelsReconciler) InjectClient(c client.Client) error
- func (r *ServicesLabelsReconciler) IsNamespaceInTenant(namespace string) bool
- func (r *ServicesLabelsReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
- func (r *ServicesLabelsReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNoServicesMetadata ¶
func NewNonTenantObject ¶
Types ¶
type EndpointSlicesLabelsReconciler ¶
type EndpointSlicesLabelsReconciler struct { Log logr.Logger VersionMinor int VersionMajor int // contains filtered or unexported fields }
func (*EndpointSlicesLabelsReconciler) InjectClient ¶
func (*EndpointSlicesLabelsReconciler) IsNamespaceInTenant ¶
func (*EndpointSlicesLabelsReconciler) SetupWithManager ¶
func (r *EndpointSlicesLabelsReconciler) SetupWithManager(mgr ctrl.Manager) error
type EndpointsLabelsReconciler ¶
func (*EndpointsLabelsReconciler) InjectClient ¶
func (*EndpointsLabelsReconciler) IsNamespaceInTenant ¶
func (*EndpointsLabelsReconciler) SetupWithManager ¶
func (r *EndpointsLabelsReconciler) SetupWithManager(mgr ctrl.Manager) error
type NoServicesMetadata ¶
type NoServicesMetadata struct {
// contains filtered or unexported fields
}
func (NoServicesMetadata) Error ¶
func (n NoServicesMetadata) Error() string
type NonTenantObject ¶
type NonTenantObject struct {
// contains filtered or unexported fields
}
func (NonTenantObject) Error ¶
func (n NonTenantObject) Error() string
type ServicesLabelsReconciler ¶
func (*ServicesLabelsReconciler) InjectClient ¶
func (*ServicesLabelsReconciler) IsNamespaceInTenant ¶
func (*ServicesLabelsReconciler) SetupWithManager ¶
func (r *ServicesLabelsReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.