Documentation
¶
Index ¶
- func NewNoServicesMetadata(objectName string) error
- func NewNonTenantObject(objectName string) error
- type EndpointSlicesLabelsReconciler
- func (r *EndpointSlicesLabelsReconciler) IsNamespaceInTenant(ctx context.Context, namespace string) bool
- func (r *EndpointSlicesLabelsReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
- func (r *EndpointSlicesLabelsReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error
- type EndpointsLabelsReconciler
- func (r *EndpointsLabelsReconciler) IsNamespaceInTenant(ctx context.Context, namespace string) bool
- func (r *EndpointsLabelsReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
- func (r *EndpointsLabelsReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error
- type NoServicesMetadataError
- type NonTenantObjectError
- type ServicesLabelsReconciler
- func (r *ServicesLabelsReconciler) IsNamespaceInTenant(ctx context.Context, namespace string) bool
- func (r *ServicesLabelsReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
- func (r *ServicesLabelsReconciler) SetupWithManager(ctx context.Context, 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 uint VersionMajor uint // contains filtered or unexported fields }
func (*EndpointSlicesLabelsReconciler) IsNamespaceInTenant ¶
func (*EndpointSlicesLabelsReconciler) SetupWithManager ¶
type EndpointsLabelsReconciler ¶
func (*EndpointsLabelsReconciler) IsNamespaceInTenant ¶
func (*EndpointsLabelsReconciler) SetupWithManager ¶
type NoServicesMetadataError ¶
type NoServicesMetadataError struct {
// contains filtered or unexported fields
}
func (NoServicesMetadataError) Error ¶
func (n NoServicesMetadataError) Error() string
type NonTenantObjectError ¶
type NonTenantObjectError struct {
// contains filtered or unexported fields
}
func (NonTenantObjectError) Error ¶
func (n NonTenantObjectError) Error() string
type ServicesLabelsReconciler ¶
func (*ServicesLabelsReconciler) IsNamespaceInTenant ¶
func (*ServicesLabelsReconciler) SetupWithManager ¶
Click to show internal directories.
Click to hide internal directories.