Skip to content

Conversation

@ryanzhang-oss
Copy link
Contributor

Description of your changes

Fixes:

  1. block the reserved namespace in the placement controller
  2. some minor style and code clean up

I have:

  • Run make reviewable to ensure this PR is ready for review.

How has this code been tested

IT

Special notes for your reviewer

@Fei-Guo Fei-Guo merged commit d0ae29f into Azure:main Sep 7, 2022

// if SkippedNamespaces is set, skip any events related to the object in these namespaces.
if _, ok := d.SkippedNamespaces[cwKey.Namespace]; ok {
if !utils.ShouldPropagateNamespace(cwKey.Namespace, d.SkippedNamespaces) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Shall we also check IsResourceDisabled in this function as well?

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, shall we block more networking resources types in pkg/utils/apiresources.go?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

IsResourceDisabled is checked in the utils.ShouldPropagateResource

Arvindthiru pushed a commit to Arvindthiru/fleet-public that referenced this pull request Oct 17, 2025
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@184bdaa...5e57cd1)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com>
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