Skip to content
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

[pull] master from kubernetes-sigs:master #143

Open
wants to merge 462 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 23, 2022

  1. nit fix in client package documentation

    Priyanshu Raj committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    cb0391a View commit details
    Browse the repository at this point in the history
  2. ✨ Bump k8s.io packages to v1.24.2 (#1935)

    * Bump k8s.io packages to v1.24.2
    
    * go mod tidy
    friedrichwilken authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    397a125 View commit details
    Browse the repository at this point in the history
  3. ✨ Bump dependencies (#1937)

    * bump github.com/evanphx/json-patch to v5.6.0
    
    * bump github.com/fsnotify/fsnotify to v1.5.4
    
    * bump github.com/go-logr/logr to v1.2.3
    
    * bump github.com/go-logr/zapr to v1.2.3
    
    * bump github.com/google/go-cmp to v0.5.8
    
    * bump go.uber.org/zap to v1.21.0
    
    * bump github.com/prometheus/client_golang to v1.12.2
    
    * bump github.com/onsi/gomega to v1.19.0
    
    * bump golang.org/x/sys to v0.0.0-20220615213510-4f61da869c0c
    
    * bump golang.org/x/time to v0.0.0-20220609170525-579cf78fd858
    
    * import evanphx/json-patch via module
    friedrichwilken authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a550f29 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1939 from rpriyanshu9/minor-nit

    📖 nit: fix in client package documentation
    k8s-ci-robot authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    ffd9ec8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Do not mutate the global warning handler

    Only configure the local warning handler.
    ash2k committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f7d95bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845dcf3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1946 from zqzten/remove_reflector_metrics

    🐛 Remove no-op clientgo reflector metrics
    k8s-ci-robot authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    17893a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Merge pull request #1944 from ash2k/no-global-warning-mutation

    ⚠️ Do not mutate the global warning handler
    k8s-ci-robot authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    365ae09 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    3eaf673 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1950 from sbueringer/pr-webhook-adm-request

    ✨ Provide access to admission.Request in custom validator/defaulter
    k8s-ci-robot authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    15154aa View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. ⚠️ Fix broken kind logging (#1954)

    * Fix broken kind logging
    
    If gvk.Kind is "APIService", I expect "apiService", but the current
    code produces and logs "aPIService".  Because it is not easy to do
    this kind of thing, it is better to log the kind as is.
    
    * fixup! Fix broken kind logging
    tatsuhiro-t authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    b93b5f9 View commit details
    Browse the repository at this point in the history
  2. webhook: add an option to recover from panics in handler

    Currently, a panic occcurence in a webhook handler is not recovered and crashes the webhook server.
    
    This change adds an option to Webhook to recover panics similar to how it is handled in Reconciler. It ensures that panics are converted to normal error response.
    isitinschi committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    037bde6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1900 from isitinschi/webhooks-recover-panics

    ✨ webhook: add an option to recover from panics in handler
    k8s-ci-robot authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    88234a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. 📖 fix docs: typo in OpenAPI (#1957)

    * fix docs: typo in OpenAPI
    
    There was a typo in docs of `pkg/client/fake/doc.go`:
    s/OpeanAPI/OpenAPI/
    
    * Update pkg/client/fake/doc.go
    davidxia authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    f035121 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Bump k8s v0.25.0-alpha.3

    Signed-off-by: jesus m. rodriguez <[email protected]>
    jmrodri committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    3f0eec7 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Merge pull request #1967 from jmrodri/bump-k8s-125

    ✨ Bump k8s v0.25.0-alpha.3
    k8s-ci-robot authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    bcde6f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Rearange EventBroadcaster log statement.

    The event message should be the message passed to the log statement
    rather than a value.
    danaradg committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    43b0e4b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    682754a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1976 from alvaroaleman/update

    🏃 Update golangci-lint to 1.47.3
    k8s-ci-robot authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f27ed4a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    797c6b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1975 from alculquicondor/fix-log-depth

    🐛 Fix log depth for DelegatingLogSink
    k8s-ci-robot authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    5a88c51 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1974 from danaradg/event-broadcaster-log-fix

    🐛 Rearange `EventBroadcaster` log statement.
    k8s-ci-robot authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    b792a7d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    c2c26e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1965 from rstefan1/implement-ignore-already-exists

    ✨ Implement IgnoreAlreadyExists
    k8s-ci-robot authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2d210d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    3ba8cf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Merge pull request #1983 from nakamasato/fix-reconciler-comment

    📖 update doc for reconcile example
    k8s-ci-robot authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7a5d60d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Bump k8s libs to v1.25

    Kubernetes v1.25 has been released, so we can update our dependencies.
    Fedosin committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    0873d15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1985 from Fedosin/k8s_v125

    🌱 Update k8s API to v1.25
    k8s-ci-robot authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    02dc464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b208ab View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1988 from sbueringer/pr-bump-golangci-lint

    ✨ Bump golangci lint to v1.49.0
    k8s-ci-robot authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d242fe2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. ⚠ Migrate to ginkgo v2 (#1977)

    * Upgrade to ginkgo v2.1.1
    
    * Adapt ginkgo import paths
    
    * Drop obsolete table extension imports
    
    * Remove {Before,After} Suite specific timeout
    
    * Remove It specific timeout
    
    * Adapt custom reporter to changed reporting infrastructure
    
    This is only a temporary adaption, as we are using the temporary compatibility layer, which will be removed again soon. Hence, we have to rework this and adapt for the long-term.
    
    * Update dependency
    
    * Address PR Review
    
    * Adpat custom reporter chnages
    
    * Minor edit
    
    * Rebase
    
    * switch tools/setup-envtest to ginkgo v2
    
    * remove prow ginkgo helper
    
    * add junit output for ginkgo based tests
    
    * remove suitName constants
    
    Co-authored-by: acumino <[email protected]>
    schrej and acumino authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    2c3a6fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5c4a41 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1986 from laxmikantbpandhare/update-go-1.19

    ✨ Bump golang version to 1.19
    k8s-ci-robot authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    d9593cf View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. fix: cache.BuilderWithOptions inherit options from caller

    using cache.BuilderWithOptions does not properly inherit all
    options passed in from the caller:
    - scheme was overridden instead of merged
    - selectors were not inherited at all, even if specified options
      selectors remained unset
    - transforms were not inherited at all, even if specified options
      transforms remained unset
    - disable deep copy settings were not inherited at all, even if
      specified options for disabling deep copies remained unset
    
    This commit resolves this issues by implementing merge logic for all
    fields in the cache.Options struct:
    - Schemes are merged
    - RESTMapper is chosen by precedence only falling back to inherited
      options if left unset in specified options
    - Resync is chosen by precedence only falling back to inherited
      options if left unset in specified options
    - Namespace is chosen by precedence only falling back to inherited
      options if left unset in specified options
    - Selectors are merged. If both inherited and specified Options defined
      selectors for a given type, those selectors are merged via logical
      AND.
    - DisableDeepCopy is combined via precedence. Only if a value for a
      particular GVK is unset in the specified options will a value from the
      inherited options be used.
    - Transform functions are combined via chaining. If both inherited and
      specified options define a transform function, the transform function
      from the inherited options will be called first, and the transform
      function from the specified options will be called second.
    
    Signed-off-by: Joe Lanford <[email protected]>
    joelanford committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b38c4a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Merge pull request #1980 from joelanford/fix-cache-inheritance

    ⚠ cache.BuilderWithOptions inherit options from caller
    k8s-ci-robot authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    15b6689 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. add comments for configuration

    Signed-off-by: Icarus9913 <[email protected]>
    Icarus9913 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    101a413 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Merge pull request #1992 from Icarus9913/config-comments

    📖 add comments for configuration
    k8s-ci-robot authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    c83076e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    1d8e1b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    07ba0bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1970 from Tomy2e/panic-conversion-webhook

    🐛 Conversion webhook should not panic when conversion request is nil
    k8s-ci-robot authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    78b203b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1795 from hyschumi/refactor_same_code_style

    🌱 Refactor typed_client and unstructured_client to be consistent
    k8s-ci-robot authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    09e83d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Merge pull request #2006 from oscr/the-the

    🌱 grammar: removed doubles of the word "the"
    k8s-ci-robot authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    0702a66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6892cb8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2012 from sbueringer/pr-bump-release-tools

    🌱 Bump kubebuilder-release-tools to v0.2.0
    k8s-ci-robot authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    823aedb View commit details
    Browse the repository at this point in the history
  4. Add sbueringer as reviewer

    sbueringer committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    5e9bad4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2013 from sbueringer/pr-add-sbueringer-as-reviewer

    🌱 Add sbueringer as reviewer
    k8s-ci-robot authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    7399a3a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Advertise struct pointer requirement for Create

    Make it explicit in the function comments that the "obj" argument
    of the Client interface's Create method must be a struct pointer,
    because implementers will store in it the object returned by the
    K8s API server.
    matteoolivi committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    371f601 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Merge pull request #2017 from matteoolivi/add_comment_on_struct_point…

    …er_to_create
    
    📖 Advertise struct pointer requirement for Create
    k8s-ci-robot authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    8ad090e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    689e72f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    b31c39c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Merge pull request #2023 from sbueringer/pr-add-tls-options

    ✨ Add tls options to manager.Options
    k8s-ci-robot authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    15d69a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2027 from johscheuer/allow-custom-lock-interface

    ✨ Allow to provide a custom lock interface to manager
    k8s-ci-robot authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    9f9e840 View commit details
    Browse the repository at this point in the history
  3. ⚠ Zap log: Default to RFC3339 time encoding

    The zap logger currently defaults to epoch time encoding which is pretty
    much imposisble to parse for humands. Default to RFC339 instead, as that
    is well-parseable by both humans and machines.
    alvaroaleman committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    60e524b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Merge pull request #2029 from alvaroaleman/rfc339

    ⚠ Zap log: Default to RFC3339 time encoding
    k8s-ci-robot authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    090611b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Fix documentation typo

    Rename `req.NamespaceNamed` to `req.Namespacename`
    larsks authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    3fb6876 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. feat: add Not predicate

    erikgb committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    02c1fae View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Merge pull request #2030 from larsks/patch-1

    📖 Fix documentation typo
    k8s-ci-robot authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    7d16aec View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. 🌱 Register kubeconfig flag variable via RegisterFlags func (#1999)

    * Register kubeconfig flag variable via RegisterFlags func
    
    Signed-off-by: Johannes Frey <[email protected]>
    
    * Use kubeconfig value if flag has been provided
    
    Signed-off-by: Johannes Frey <[email protected]>
    
    * Lint
    
    Signed-off-by: Johannes Frey <[email protected]>
    johannesfrey authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a0e1772 View commit details
    Browse the repository at this point in the history
  2. ✨ Add indexes to fake client to mimic field selectors (#2025)

    * Add indexes to fake client
    
    Allow registration of indexes into the fake client to allow usage
    of field selectors when doing a List. The indexing is done lazily
    by doing a normal list and then filtering the results by computing
    the index value for each list item.
    
    To enable the main change for this commit, some refactorings are
    performed: an internal and unexported function that checks
    whether a field selector is in the form key=val or key==val is made
    internal and exported to be shared between real and faked code to
    ensure loyalty. Unit tests for it are added.
    
    Co-authored-by: Paul Eichler <[email protected]>
    
    * Address review comments
    
    Co-authored-by: Paul Eichler <[email protected]>
    matteoolivi and Paul Eichler authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    4c9c956 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. docs: update channel

    Eileen-Yu committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f4a5ec5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2034 from Eileen-Yu/docs/update-channel

    📖 docs: update channel
    k8s-ci-robot authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    c2f04bb View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Merge pull request #2031 from erikgb/feat/not-predicate

    ✨ feat: add NOT predicate
    k8s-ci-robot authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    ff622bd View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    06a9617 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Merge pull request #2039 from joelanford/fix-selectors-by-object-scheme

    🐛 fix: improve semantics of combining cache selectorsByObject
    k8s-ci-robot authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    5378660 View commit details
    Browse the repository at this point in the history
  2. 🌱 Deprecate Webhook Server TLSMinVersion

    This field has been added in #1548
    It then turned out that people want to configure more parts of the
    TLSConfig and the generic TLSOpts was added in #1897
    
    Deprecate TLSMinVersion in favor of the more generic TLSOpts.
    alvaroaleman committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    869888c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2041 from alvaroaleman/deprecate

    🌱 Deprecate Webhook Server TLSMinVersion
    k8s-ci-robot authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    8da9760 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Bump K8s v0.26.0-alpha.3

    Signed-off-by: FillZpp <[email protected]>
    FillZpp committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    4dafb9e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2043 from FillZpp/bump-k8s-126

    ⚠ Bump K8s v0.26.0-alpha.3
    k8s-ci-robot authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    50077a4 View commit details
    Browse the repository at this point in the history
  3. Support registration and removal for event handler

    Signed-off-by: FillZpp <[email protected]>
    FillZpp committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6d2d247 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Merge pull request #2046 from FillZpp/add-return-registration-into-ev…

    …ent-handler
    
    ⚠ Support registration and removal of event handler
    k8s-ci-robot authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    af8d903 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. 🐛 Skip custom mutation handler when delete a CR

    Signed-off-by: iiiceoo <[email protected]>
    iiiceoo committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    f18a0c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2049 from iiiceoo/fix-del

    🐛 Skip custom mutation handler when delete a CR
    k8s-ci-robot authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    accd262 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Add Dependabot

    kannon92 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4889c14 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    0070bb2 View commit details
    Browse the repository at this point in the history
  2. Tidy up startup logging of kindWithCache source

    Add a String method for the kindWithCache type to make log messages neater.
    
    When the controller starts a source, the controller logs the message
    "Starting EventSource" along with the stringification of the source.
    Most source types implement the String method to provide pretty
    stringifications, but the kindWithCache source type was missing this,
    resulting in log messages like the following:
    
        2022-11-23T08:47:35.646-0600    INFO    operator.init   controller/controller.go:241    Starting EventSource    {"controller": "configurable_route_controller", "source": "&{{%!s(*v1.Role=&{{ } {      0 {{0 0 <nil>}} <nil> <nil> map[] map[] [] [] []} []}) %!s(*cache.multiNamespaceCache=&{map[openshift-config:0xc000712110 openshift-config-managed:0xc000712108 openshift-ingress:0xc0007120f8 openshift-ingress-canary:0xc000712100 openshift-ingress-operator:0xc0007120e8] 0xc000261ea0 0xc00010e190 0xc0007120e0}) %!s(chan error=<nil>) %!s(func()=<nil>)}}"}
        2022-11-23T08:47:35.646-0600    INFO    operator.init   controller/controller.go:241    Starting EventSource    {"controller": "configurable_route_controller", "source": "&{{%!s(*v1.RoleBinding=&{{ } {      0 {{0 0 <nil>}} <nil> <nil> map[] map[] [] [] []} [] {  }}) %!s(*cache.multiNamespaceCache=&{map[openshift-config:0xc000712110 openshift-config-managed:0xc000712108 openshift-ingress:0xc0007120f8 openshift-ingress-canary:0xc000712100 openshift-ingress-operator:0xc0007120e8] 0xc000261ea0 0xc00010e190 0xc0007120e0}) %!s(chan error=<nil>) %!s(func()=<nil>)}}"}
        2022-11-23T08:47:35.646-0600    INFO    operator.init   controller/controller.go:241    Starting Controller     {"controller": "configurable_route_controller"}
    
    Because kindWithCache wraps Kind, the new String method simply calls the
    wrapped Kind source's String method, which results in log messages like the
    following:
    
        2022-11-23T08:48:43.076-0600    INFO    operator.init   controller/controller.go:241    Starting EventSource    {"controller": "configurable_route_controller", "source": "kind source: *v1.Role"}
        2022-11-23T08:48:43.078-0600    INFO    operator.init   controller/controller.go:241    Starting EventSource    {"controller": "configurable_route_controller", "source": "kind source: *v1.RoleBinding"}
        2022-11-23T08:48:43.078-0600    INFO    operator.init   controller/controller.go:241    Starting Controller     {"controller": "configurable_route_controller"}
    
    * pkg/source/source.go: Add a String method for kindWithCache.
    Miciah committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    2da459c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2050 from kannon92/dependabot

    🌱 Add Dependabot for dependency management
    k8s-ci-robot authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e7b2d45 View commit details
    Browse the repository at this point in the history
  4. 🌱 Bump golangci/golangci-lint-action from 2 to 3

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    3e68cf6 View commit details
    Browse the repository at this point in the history
  5. 🌱 Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    863e376 View commit details
    Browse the repository at this point in the history
  6. Bump go.uber.org/zap from 1.21.0 to 1.23.0

    Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.21.0 to 1.23.0.
    - [Release notes](https://github.com/uber-go/zap/releases)
    - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
    - [Commits](uber-go/zap@v1.21.0...v1.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.uber.org/zap
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    b604650 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Merge pull request #2056 from zbindenren/request-id-from-context

    ✨ Add function to get reconcileID from context
    k8s-ci-robot authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    92611cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2058 from kubernetes-sigs/dependabot/github_actio…

    …ns/golangci/golangci-lint-action-3
    
    🌱 Bump golangci/golangci-lint-action from 2 to 3
    k8s-ci-robot authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    5975720 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2059 from kubernetes-sigs/dependabot/github_actio…

    …ns/actions/checkout-3
    
    🌱 Bump actions/checkout from 2 to 3
    k8s-ci-robot authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    346df52 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2060 from kubernetes-sigs/dependabot/go_modules/g…

    …o.uber.org/zap-1.23.0
    
    🌱 Bump go.uber.org/zap from 1.21.0 to 1.23.0
    k8s-ci-robot authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    e57ce78 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/onsi/gomega from 1.23.0 to 1.24.1

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.23.0 to 1.24.1.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.23.0...v1.24.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    1ff65b5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2062 from kubernetes-sigs/dependabot/go_modules/g…

    …ithub.com/onsi/gomega-1.24.1
    
    🌱 Bump github.com/onsi/gomega from 1.23.0 to 1.24.1
    k8s-ci-robot authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    4dae0f2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2057 from Miciah/tidy-up-startup-logging-of-kindW…

    …ithCache-source
    
    ✨ Tidy up startup logging of kindWithCache source
    k8s-ci-robot authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    00f2425 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. seedling to dependabot

    kannon92 committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    dc2b31e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2065 from kannon92/seedling-dependabot

    🌱 seedling to dependabot
    k8s-ci-robot authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    5a38689 View commit details
    Browse the repository at this point in the history
  3. 🌱 Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.5.0...v2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    6d12b09 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2066 from kubernetes-sigs/dependabot/go_modules/g…

    …ithub.com/onsi/ginkgo/v2-2.5.1
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1
    k8s-ci-robot authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    c5db9d3 View commit details
    Browse the repository at this point in the history
  5. 🌱 Bump github.com/prometheus/client_golang

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.0 to 1.14.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.13.0...v1.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    197a558 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2070 from kubernetes-sigs/dependabot/go_modules/g…

    …ithub.com/prometheus/client_golang-1.14.0
    
    🌱 Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0
    k8s-ci-robot authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    784a331 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77c08f8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2071 from kannon92/seedling-dependabot

    🌱 Ignore Kubernetes Dependencies in Dependabot
    k8s-ci-robot authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    ea26ea4 View commit details
    Browse the repository at this point in the history
  9. ✨ Add cluster.NewClientFunc with options

    Motivated by the ability to create a client caching Unstructured when configuring manager.
    erikgb committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    cdbd4b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Merge pull request #2054 from erikgb/feat/cache-unstructured-client

    ✨ Add cluster.NewClientFunc with options
    k8s-ci-robot authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    007d240 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    ebda1ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2051 from maciej-karas-form3/patch-1

    🐛 Missing error log for in-cluster config
    k8s-ci-robot authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    9489eb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. ⚠️ Add client.SubResourceWriter

    This change adds a SubResourceWriter to the client package that can be
    used to Create, Update or Patch arbitrary subresources.
    
    Co-authored-by: Sergey Zagursky <[email protected]>
    alvaroaleman and g7r committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    d7724aa View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Merge pull request #2072 from alvaroaleman/support-subresource-modifi…

    …cation
    
    ⚠️ Add client.SubResourceWriter
    k8s-ci-robot authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    262268f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. ✨ Enable metrics of clientgo leader election (#1901)

    * tweak comment of the workqueue metrics file
    
    * enable metrics of clientgo leader election
    zqzten authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d991225 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. 🌱 Bump golang.org/x/sys from 0.2.0 to 0.3.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.2.0 to 0.3.0.
    - [Release notes](https://github.com/golang/sys/releases)
    - [Commits](golang/sys@v0.2.0...v0.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    fa851a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Merge pull request #2078 from kubernetes-sigs/dependabot/go_modules/g…

    …olang.org/x/sys-0.3.0
    
    🌱 Bump golang.org/x/sys from 0.2.0 to 0.3.0
    k8s-ci-robot authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    6a760d6 View commit details
    Browse the repository at this point in the history
  2. 🌱 Bump go.uber.org/zap from 1.23.0 to 1.24.0

    Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.23.0 to 1.24.0.
    - [Release notes](https://github.com/uber-go/zap/releases)
    - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
    - [Commits](uber-go/zap@v1.23.0...v1.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.uber.org/zap
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    c18d43f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2077 from kubernetes-sigs/dependabot/go_modules/g…

    …o.uber.org/zap-1.24.0
    
    🌱 Bump go.uber.org/zap from 1.23.0 to 1.24.0
    k8s-ci-robot authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f40b846 View commit details
    Browse the repository at this point in the history
  4. feat: supprot disable deepcopy on list funcion

    Signed-off-by: qiankunli <[email protected]>
    qiankunli committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    59682cb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2076 from qiankunli/feature/support_disabledeepco…

    …py_on_function
    
    ✨ support disable deepcopy on list funcion
    k8s-ci-robot authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    636fd1f View commit details
    Browse the repository at this point in the history
  6. 🌱 Update golangci-lint to v1.50.1

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    9fa0f07 View commit details
    Browse the repository at this point in the history
  7. Default ENVTEST version to a working one (1.24.2)

    The current specified version, 1.22.0, doesn't actually exist and was
    never built in kubebuilder-tools.
    
    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f8202bb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2080 from vincepri/update-golangcilint-1502

    🌱 Update golangci-lint to v1.50.1
    k8s-ci-robot authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d29b330 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2081 from kubernetes-sigs/fixup-default-envtest

    🌱 Default ENVTEST version to a working one (1.24.2)
    k8s-ci-robot authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3da2de0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    344e96e View commit details
    Browse the repository at this point in the history
  2. Bump k8s.io deps to v0.26.0

    Signed-off-by: Luca Comellini <[email protected]>
    lucacome committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    c774453 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2088 from vincepri/promote-active-folks

    🌱 Update OWNERS: remove inactive members, promote fillzpp sbueringer
    k8s-ci-robot authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    1e77334 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2087 from lucacome/bump-k8s-deps

    🌱 Bump k8s.io deps to v0.26.0
    k8s-ci-robot authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    fb5e346 View commit details
    Browse the repository at this point in the history
  5. Bump golang.org/x/time

    Signed-off-by: Luca Comellini <[email protected]>
    lucacome committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    7165850 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2089 from lucacome/bump-time

    🌱 Bump golang.org/x/time
    k8s-ci-robot authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    a8c8ff5 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    fa88a73 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Merge pull request #2090 from alvaroaleman/started

    🐛 Prevent manager from getting started a second time
    k8s-ci-robot authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    222fb66 View commit details
    Browse the repository at this point in the history
  2. ✨Builder: Do not require For

    Requiring For does not make sense for all controllers as it is possible
    that their primary event triggering is not an object in the current
    cluster but for example an object in a different cluster or a
    source.Channel.
    alvaroaleman committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    ca7cda4 View commit details
    Browse the repository at this point in the history
  3. 🏃 Clean up OWNERS who haven't been active in the last year

    Otherwise ppl will ask them to review their changes without any
    realistic chance of that happening.
    alvaroaleman committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    c54fcd5 View commit details
    Browse the repository at this point in the history
  4. ✨ Add Get functionality to SubResourceClient

    This changes enabled the SubResourceClient to retrieve subresources,
    thereby completing it for CRUD subresources (under the assumption that
    there is no such thing as a Delete for subresources, which does hold
    true for core resources).
    alvaroaleman committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    7eb8134 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Merge pull request #2092 from alvaroaleman/cleanup-2

    🏃 Clean up OWNERS who haven't been active in the last year
    k8s-ci-robot authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    c773bef View commit details
    Browse the repository at this point in the history
  2. ⚠️ Allow configuring RecoverPanic for controllers globally

    This change allows configuring the RecoverPanic setting for controllers
    globally. It is a breaking change as it requires changing the field type
    of the setting to *bool from bool in order to be able to check if it has
    been set already.
    alvaroaleman committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    da7dd5d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2093 from alvaroaleman/recover-panic-globally

    ⚠️ Allow configuring RecoverPanic for controllers globally
    k8s-ci-robot authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a387bf4 View commit details
    Browse the repository at this point in the history
  4. Generate files and update modules

    Signed-off-by: Luca Comellini <[email protected]>
    lucacome committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    d4f1e82 View commit details
    Browse the repository at this point in the history
  5. 🌱 Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.5.1 to 2.6.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.5.1...v2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    7333aed View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Merge pull request #2097 from kubernetes-sigs/dependabot/go_modules/g…

    …ithub.com/onsi/ginkgo/v2-2.6.0
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0
    k8s-ci-robot authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5673341 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2096 from lucacome/generate

    🌱 Generate files and update modules
    k8s-ci-robot authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    ca4b4de View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Merge pull request #2091 from alvaroaleman/no-for

    ✨Builder: Do not require For
    k8s-ci-robot authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8738e91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2094 from alvaroaleman/subresoruce-get

    ⚠️ Add Get functionality to SubResourceClient
    k8s-ci-robot authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    69f0938 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. 🌱 Bump github.com/onsi/gomega from 1.24.1 to 1.24.2

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.24.1 to 1.24.2.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.24.1...v1.24.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    eead47f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2106 from kubernetes-sigs/dependabot/go_modules/g…

    …ithub.com/onsi/gomega-1.24.2
    
    🌱 Bump github.com/onsi/gomega from 1.24.1 to 1.24.2
    k8s-ci-robot authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    55271ca View commit details
    Browse the repository at this point in the history
  3. 🐛 controllers without For() fail to start (#2105)

    * 🐛 controllers without For() fail to start
    
    * Add a test for Builder without For
    tsuzu authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    92234b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. 🌱 Cleanup internal cache/informers map impl

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    67c79f0 View commit details
    Browse the repository at this point in the history
  2. Remove delegating map impl, and simplify InformersMap

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    384ffbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d60029 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2109 from sbueringer/pr-remove-reviewers-which-ar…

    …e-approvers
    
    🌱 Remove reviewers which are also approvers
    k8s-ci-robot authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    0a38bbf View commit details
    Browse the repository at this point in the history
  5. client/cache/client_cache.go should be called resources

    This file and bits in it were confusing, the client package doesn't have
    any sort of built-in cache (as in, watch/list cache from informers).
    Every request goes to the API server directly instead. The "internal
    cache" is really just a storage for all rest client resources, this
    commit changes that to clarify and avoid confusion.
    
    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    10a0272 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2111 from vincepri/rename-client-cache

    🌱 client/cache/client_cache.go should be called resources
    k8s-ci-robot authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    3f48978 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Merge pull request #2103 from vincepri/cleanup-informer-map

    🌱 Refactor internal cache/informers map impl
    k8s-ci-robot authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3c4deba View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Merge pull request #1539 from bhcleek/message-human-readable

    ⚠ pkg/webhook/admission: use Result.Message instead of Result.Reason
    k8s-ci-robot authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    056869c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. ✨ Add controller option for setting leader election (#2117)

    * Add controller option for overrding the need for leader election
    
    * Update Options to be clearer
    
    Addresses PR review comment
    jonstacks authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    b756161 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. use correct context to cancel list and watch & wait for all informers…

    … to complete
    
    Signed-off-by: Tim Ramlot <[email protected]>
    inteon committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    e466b38 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. ✨ Add additional SubResource* functions for FieldOwner (#2115)

    * Add additional SubResource* functions for FieldOwner
    
    This enhances #2072 to allow FieldOwner work with SubResources to set the
    FieldManager option.
    
    * Typos
    
    * Apply gofmt -s
    
    * Add tests for FieldOwner
    DavidS-ovm authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    d3120b6 View commit details
    Browse the repository at this point in the history
  2. improve code based on feedback from review

    Signed-off-by: Tim Ramlot <[email protected]>
    inteon committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    45e7aa7 View commit details
    Browse the repository at this point in the history
  3. 🌱 Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.6.1 to 2.7.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.6.1...v2.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    12e946a View commit details
    Browse the repository at this point in the history
  4. 🌱 Bump golang.org/x/sys from 0.3.0 to 0.4.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.3.0 to 0.4.0.
    - [Release notes](https://github.com/golang/sys/releases)
    - [Commits](golang/sys@v0.3.0...v0.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ba1c8a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Merge pull request #2123 from kubernetes-sigs/dependabot/go_modules/g…

    …ithub.com/onsi/ginkgo/v2-2.7.0
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0
    k8s-ci-robot authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    5b88111 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2124 from kubernetes-sigs/dependabot/go_modules/g…

    …olang.org/x/sys-0.4.0
    
    🌱 Bump golang.org/x/sys from 0.3.0 to 0.4.0
    k8s-ci-robot authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    9fd5774 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. 🌱 Bump kubebuilder-release-tools to v0.3.0

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    6776495 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2126 from vincepri/tools-030

    🌱 Bump kubebuilder-release-tools to v0.3.0
    k8s-ci-robot authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    8499b67 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Merge pull request #2121 from inteon/informer_map_context

    ✨Use correct context to cancel "list and watch" & wait for all informers to complete
    k8s-ci-robot authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5028a59 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Simplify cache.objectTypeForListObject

    This changeset streamlines and simplifies the logic inside
    objectTypeForListObject. This method is used to retrieve from a List
    object, its respective actual resource GVK and a new instance of the
    object.
    
    In the previous iteration, the use of reflection was complicated to
    follow and looking at the fields in the struct passed in, instead of
    using the information we already have in the Scheme to create a new
    instance of the expected object and return.
    
    In addition to all of the above, we're also now handling
    PartialObjectMetadataList(s).
    
    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    bd096f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2131 from vincepri/informer-cache-simplify

    🌱 Simplify cache.objectTypeForListObject
    k8s-ci-robot authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    319c422 View commit details
    Browse the repository at this point in the history
  3. 🌱 Further cleanup internal/informers

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    0f07001 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2130 from vincepri/cleanup-internal-informers

    🌱 Further cleanup internal/informers
    k8s-ci-robot authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    e1fd8e7 View commit details
    Browse the repository at this point in the history
  5. Remove pkg/patterns

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    2ce3c74 View commit details
    Browse the repository at this point in the history
  6. Enable more linters

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d16fa68 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Merge pull request #2132 from vincepri/remove-pkg-patterns

    🌱 Remove pkg/patterns
    k8s-ci-robot authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ce9f5c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2133 from vincepri/add-more-linters2

    🌱 Add more linters
    k8s-ci-robot authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    16f7965 View commit details
    Browse the repository at this point in the history
  3. Refactor source/handler/predicate packages to remove dep injection

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    d6a053f View commit details
    Browse the repository at this point in the history
  4. Remove inject.Cache

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c6fbc02 View commit details
    Browse the repository at this point in the history
  5. Remove inject.APIReader

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ad96c14 View commit details
    Browse the repository at this point in the history
  6. Remove inject.Config

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    1c3b223 View commit details
    Browse the repository at this point in the history
  7. Remove inject.Client

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    36ef9e1 View commit details
    Browse the repository at this point in the history
  8. Remove inject.Mapper

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    b324b0b View commit details
    Browse the repository at this point in the history
  9. Remove SetFields from Manager and Controller

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ea1fcf3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2120 from vincepri/rework-source-predicate-handlers

    ⚠️ Refactor source/handler/predicate packages to remove dep injection
    k8s-ci-robot authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9241bce View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Add client.{GroupVersionKindFor, IsObjectNamespaced}

    Add commonly used utilities that can be nicely wrapped in the built-in
    clients, in more details GroupVersionKindFor(obj) can be used to
    retrieve the GVK for a given object, while IsObjectNamespace can be used
    to determine if an object is global, or namespace scoped.
    
    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c783d25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2136 from vincepri/enhance-client-interface

    ⚠️ Add client.{GroupVersionKindFor, IsObjectNamespaced}
    k8s-ci-robot authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    27270bf View commit details
    Browse the repository at this point in the history
  3. ✨ Improve builder's capabilities and general UX

    This changeset modifies and adds new capabilities for our builder to
    overcome the limitation of removing dependency injection.
    
    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    dc62ed5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2135 from vincepri/add-more-niceties

    ⚠ Improve builder's capabilities and general UX
    k8s-ci-robot authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    2a505b1 View commit details
    Browse the repository at this point in the history
  5. ✨ Pass webhook logger to handler via context (#1972)

    * ✨ Pass webhook logger to handler via context
    
    * Add namespace and name field
    
    * Allow configuring LogConstructor in webhook builder
    timebertt authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d4a1690 View commit details
    Browse the repository at this point in the history
  6. ⚠️ Remove pkg/inject

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    927c09e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2134 from vincepri/remove-webhook-config-depinject

    ⚠️ Remove pkg/inject
    k8s-ci-robot authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    35b47fc View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. 🌱 Bump github.com/onsi/gomega from 1.24.2 to 1.25.0

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.24.2 to 1.25.0.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.24.2...v1.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    c1ada43 View commit details
    Browse the repository at this point in the history
  2. 🌱 Bump k8s.io/klog/v2 from 2.80.1 to 2.90.0

    Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.80.1 to 2.90.0.
    - [Release notes](https://github.com/kubernetes/klog/releases)
    - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
    - [Commits](kubernetes/klog@v2.80.1...v2.90.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/klog/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2b983b4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2137 from kubernetes-sigs/dependabot/go_modules/g…

    …ithub.com/onsi/gomega-1.25.0
    
    🌱 Bump github.com/onsi/gomega from 1.24.2 to 1.25.0
    k8s-ci-robot authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    cb29997 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2138 from kubernetes-sigs/dependabot/go_modules/k…

    …8s.io/klog/v2-2.90.0
    
    🌱 Bump k8s.io/klog/v2 from 2.80.1 to 2.90.0
    k8s-ci-robot authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    613648e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Add context to EventHandler(s)

    This changeset adds a context.Context parameter to every EventHandler
    call. Most project might use MapFunc specifically to retrieve other
    objects with clients and potentially enqueue requests to a watching
    object. A context is useful in these cases to avoid using context.TODO()
    or Background() which never gets cancelled.
    
    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2464a9d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. fix default value for cfg.Burst

    Signed-off-by: yanggang <[email protected]>
    yanggang committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    66eae81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e4e844 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2139 from vincepri/event-handler-context

    ⚠ Add context to EventHandler(s)
    k8s-ci-robot authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    505566d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2144 from vincepri/fix-conversion-remove-admissio…

    …n-decoder
    
    ⚠️ Add constructor for conversion webhooks, rm admission.GetDecoder()
    k8s-ci-robot authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    4a53874 View commit details
    Browse the repository at this point in the history
  5. Bump to k8s.io v0.26.1

    sbueringer committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    374497a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2145 from sbueringer/pr-bump-to-v0.26.1

    🐛 Bump to k8s.io v0.26.1
    k8s-ci-robot authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    80c1894 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. improve unstructured serialisation

    Signed-off-by: Tim Ramlot <[email protected]>
    inteon committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    690e280 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2142 from yanggangtony/fix-config

    🌱fix default value for cfg.Burst
    k8s-ci-robot authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    dd6bafd View commit details
    Browse the repository at this point in the history
  3. test watch gvk

    Signed-off-by: Tim Ramlot <[email protected]>
    inteon committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    fa6aa54 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2147 from inteon/watch

    ✨ Improve unstructured serialisation
    k8s-ci-robot authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    595f569 View commit details
    Browse the repository at this point in the history
  5. ⚠️ Deprecate pkg/config/v1alpha1 types

    This changeset sets deprecations and brings in changes so that settable
    controller options are now exported in the config.Controller struct.
    This package has been unmaintained for a while, and the inheritance
    logic makes it hard to rework the Options structs in the tree of
    controller runtime components.
    
    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    cb5fcac View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Update golanci-lint script

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    92b892f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2151 from vincepri/fix-golanci-ensure

    🐛 Update golanci-lint script
    k8s-ci-robot authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    f3f16a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Merge pull request #2149 from vincepri/deprecate-config-v1alpha1

    ⚠️ Deprecate pkg/config/v1alpha1 types
    k8s-ci-robot authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    375a05e View commit details
    Browse the repository at this point in the history
  2. Remove DelegatedClient, move Options in client.New

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    d2c3550 View commit details
    Browse the repository at this point in the history
  3. 🌱 Bump github.com/onsi/gomega from 1.25.0 to 1.26.0

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.25.0 to 1.26.0.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.25.0...v1.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    bfb6ff5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2156 from kubernetes-sigs/dependabot/go_modules/g…

    …ithub.com/onsi/gomega-1.26.0
    
    🌱 Bump github.com/onsi/gomega from 1.25.0 to 1.26.0
    k8s-ci-robot authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    8945e87 View commit details
    Browse the repository at this point in the history
  5. 🌱 Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.0

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.7.0 to 2.8.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.7.0...v2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    ff3dfe1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Merge pull request #2150 from vincepri/remove-split

    ⚠ Remove DelegatedClient, move Options in client.New
    k8s-ci-robot authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    69aa3cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2155 from kubernetes-sigs/dependabot/go_modules/g…

    …ithub.com/onsi/ginkgo/v2-2.8.0
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.0
    k8s-ci-robot authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    f5014c0 View commit details
    Browse the repository at this point in the history
  3. make *http.Client configurable

    Signed-off-by: Tim Ramlot <[email protected]>
    inteon committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    4fd4f6e View commit details
    Browse the repository at this point in the history
  4. don't share error concurrently

    Signed-off-by: Tim Ramlot <[email protected]>
    inteon committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    99069ac View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2158 from inteon/test_bugfix

    🐛 Don't share error concurrently in test
    k8s-ci-robot authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    81199b9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2122 from inteon/configurable_http_client

    ⚠️ make *http.Client configurable and use/ share the same http.Client in the default configuration
    k8s-ci-robot authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    fbaf768 View commit details
    Browse the repository at this point in the history
  7. pkg/certwatcher: Start should retry for 10s when adding files

    This fixes a flake in CI, but it could also come in handy when running
    the certwatcher against volume mounted certificates. Ideally the timeout
    is going to be configurable at some point, for now, let's just retry for
    a fixed number of seconds, before returning an error.
    
    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ab55747 View commit details
    Browse the repository at this point in the history
  8. return an error that wraps the original error

    Signed-off-by: Tim Ramlot <[email protected]>
    inteon committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e3143ac View commit details
    Browse the repository at this point in the history
  9. Refactor cache.Options, deprecate MultiNamespacedCacheBuilder

    This changeset refactors the entire cache.Options struct to provide
    a legible and clear way to configure parameters when a cache is created.
    In addition, it handles under the hood the automatic multi-namespace
    cache support we currently offer through the
    MultiNamespacedCacheBuilder, which is now deprecated.
    
    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    915b85d View commit details
    Browse the repository at this point in the history
  10. added myself to the reviewers list

    Signed-off-by: Tim Ramlot <[email protected]>
    inteon committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    a9f69ee View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2160 from vincepri/fix-certwatcher-flake

    🐛 pkg/certwatcher: Start should retry for 10s when adding files
    k8s-ci-robot authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    4d784d2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2157 from vincepri/refactor-cache-opts

    ⚠ Refactor cache.Options, deprecate MultiNamespacedCacheBuilder
    k8s-ci-robot authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e2dbb0e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #2161 from inteon/include_error

    🌱 Return the error from rest.HTTPClientFor instead of hiding it
    k8s-ci-robot authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5db1738 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. pass HTTPClient to API Reader too

    Signed-off-by: Tim Ramlot <[email protected]>
    inteon committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    fb9d089 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2163 from inteon/pass_http_client_to_apireader

    🏃 Use HTTPClient to create the API Reader
    k8s-ci-robot authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9361b25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe07b6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2164 from inteon/error_instead_of_panic

    🌱Return an error if no httpClient is provided
    k8s-ci-robot authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    fc423fc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Cache's ByObject is now a map Object -> options

    This is a breaking change and revisits some of the previous changes
    we've made. It brings the options ByObject to a top level map, which now
    contains all the options the internal informer can be configured with.
    In addition, it removes the ObjectAll object, which was super confusing
    and only used to disable the deep copy for every object; instead it's
    now possible to disable deep copy through a top level option.
    
    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    7e2dbaf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2166 from vincepri/rework-cache-sanity

    ⚠ Cache's ByObject is now a map Object -> options
    k8s-ci-robot authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    6adc01f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4357393 View commit details
    Browse the repository at this point in the history
  4. Allow to set GracefulShutdownTimeout to -1, disabling timeouts

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4272b5a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Fix typo

    Signed-off-by: Michael Shen <[email protected]>
    mjlshen committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    d09169b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2170 from mjlshen/typo

    📖 Fix typo in ComponentConfig Godoc
    k8s-ci-robot authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    50edfaa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2168 from vincepri/use-runtime-unstructured

    🌱 Use runtime.Unstructured interface instead of Unstructured struct
    k8s-ci-robot authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    304c53c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2162 from inteon/add_myself_to_reviewers

    📖 Add inteon to reviewers
    k8s-ci-robot authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b9429e7 View commit details
    Browse the repository at this point in the history
  5. return error instead of panic

    Signed-off-by: Tim Ramlot <[email protected]>
    inteon committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a3d87b5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2178 from inteon/error_instead_of_panic

    🌱Return an error if no httpClient is provided for `NewDynamicRESTMapper`
    k8s-ci-robot authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5c0aa32 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Provide a truly lazy restmapper

    This commit adds a rest mapper that will lazily query the provided
    client for discovery information to do REST mappings.
    Fedosin committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    636b1eb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Use DynamicRESTMapperOption to enable Lazy Restmapper

    Instead of creating the instance of the mapper directly, we will use
    WithExperimentalLazyMapper option for Dynamic Restmapper.
    Fedosin committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d2fc349 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2116 from Fedosin/lazy_loading

    ✨ Provide a truly lazy restmapper
    k8s-ci-robot authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f127c11 View commit details
    Browse the repository at this point in the history
  3. Expose Cache/Client options on Cluster

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ed9c5ef View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. code clean for evntest.server

    Signed-off-by: yanggang <[email protected]>
    yanggang committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    65f861d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2177 from vincepri/rework-cluster-options

    ✨ Expose Cache/Client options on Cluster
    k8s-ci-robot authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f9d8abc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Merge pull request #2180 from yanggangtony/clean-envtest-server

    🌱 code clean for pkg/envtest/server.go
    k8s-ci-robot authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2271827 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    850a431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f163d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18270cf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2188 from sbueringer/pr-bump-golangci-lint

    🌱 Bump golangci-lint to v1.51.1
    k8s-ci-robot authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    5239d32 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2186 from sbueringer/pr-verify-gen-modules

    🌱 verify.sh: verify generate & modules (in CI)
    k8s-ci-robot authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    3de05c0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2187 from sbueringer/pr-bump-ct-apidiff

    🌱 Bump controller-tools to v0.11.3 and apidiff to v0.5.0
    k8s-ci-robot authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    9f4e5ed View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. 🌱 Re-add tests for component config

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c0a72ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2191 from vincepri/component-config-readd

    🌱 Re-add tests for component config
    k8s-ci-robot authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c98b7fd View commit details
    Browse the repository at this point in the history
  3. 🌱 Bump github.com/onsi/ginkgo/v2 from 2.8.0 to 2.8.1

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.8.0 to 2.8.1.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.8.0...v2.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    3598292 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Merge pull request #2194 from kubernetes-sigs/dependabot/go_modules/g…

    …ithub.com/onsi/ginkgo/v2-2.8.1
    
    🌱 Bump github.com/onsi/ginkgo/v2 from 2.8.0 to 2.8.1
    k8s-ci-robot authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    08dce9f View commit details
    Browse the repository at this point in the history
  2. 🌱 Bump go.uber.org/goleak from 1.2.0 to 1.2.1

    Bumps [go.uber.org/goleak](https://github.com/uber-go/goleak) from 1.2.0 to 1.2.1.
    - [Release notes](https://github.com/uber-go/goleak/releases)
    - [Changelog](https://github.com/uber-go/goleak/blob/master/CHANGELOG.md)
    - [Commits](uber-go/goleak@v1.2.0...v1.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: go.uber.org/goleak
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    862d2aa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2195 from kubernetes-sigs/dependabot/go_modules/g…

    …o.uber.org/goleak-1.2.1
    
    🌱 Bump go.uber.org/goleak from 1.2.0 to 1.2.1
    k8s-ci-robot authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2183c1e View commit details
    Browse the repository at this point in the history
  4. GVKForObject should handle multiple GVKs in Scheme gracefully

    - If the user sets the GVK, make sure that's in the list of the GVK
      returned from the Scheme.
    - Always print out the multiple GVKs when erroring out
    - Add more comments on where to find more information about this issue
    
    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ea10051 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2169 from vincepri/graceful-shutdown-1

    🐛 Allow to set GracefulShutdownTimeout to -1, disabling timeouts
    k8s-ci-robot authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2ebab48 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Fix a typo in a godoc comment

    recocnized -> recognized
    lhaendler authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    bea4448 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2201 from lhaendler/patch-1

    📖  Fix a typo in a godoc comment
    k8s-ci-robot authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c98506d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2192 from vincepri/gvk-for-object-multiple-hits

    🌱 GVKForObject should handle multiple GVKs in Scheme gracefully
    k8s-ci-robot authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    25d6edd View commit details
    Browse the repository at this point in the history