Skip to content

Controller-runtime allows building kcp-aware controllers #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 25, 2022

Conversation

fabianvf
Copy link

No description provided.

@@ -26,7 +26,6 @@ import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/extensions/table"
. "github.com/onsi/gomega"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undo

@@ -54,7 +54,7 @@ type CacheReader struct {
}

// Get checks the indexer for the object and writes a copy of it if found.
func (c *CacheReader) Get(_ context.Context, key client.ObjectKey, out client.Object) error {
func (c *CacheReader) Get(ctx context.Context, key client.ObjectKey, out client.Object) error {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undo

@fabianvf fabianvf force-pushed the make-kcp-aware branch 2 times, most recently from 0ed834f to d2929c2 Compare May 25, 2022 20:02
@@ -1,5 +1,5 @@
/*
Copyright 2018 The Kubernetes Authors.
opyright 2018 The Kubernetes Authors.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undo

@@ -33,10 +33,12 @@ func NewWithWatch(config *rest.Config, options Options) (WithWatch, error) {
if err != nil {
return nil, err
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undo these 2 changes

Co-authored-by: Joe Lanford <joe.lanford@gmail.com>
Co-authored-by: Varsha Prasad <varshaprasad96@gmail.com>
Co-authored-by: Andy Goldstein <andy.goldstein@redhat.com>
Co-authored-by: Nick Hale <njohnhale@gmail.com>
@ncdc ncdc merged commit 3f3188c into kcp-dev:feature-logical-clusters-1.23 May 25, 2022
kcp-ci-bot pushed a commit that referenced this pull request Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants