Skip to content

Commit

Permalink
Regenerate generating handlers: avoid applying if status did not change
Browse files Browse the repository at this point in the history
  • Loading branch information
aruiz14 committed Nov 8, 2023
1 parent d569325 commit 523e955
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 12 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module github.com/rancher/fleet

go 1.19

// Use changes from https://github.com/rancher/wrangler/pull/324
replace github.com/rancher/wrangler => github.com/aruiz14/wrangler v1.1.2-0.20231011132013-a9d6063142c1
// Use changes from https://github.com/aruiz14/wrangler/commits/v1.1.1-debug-1842
replace github.com/rancher/wrangler => github.com/aruiz14/wrangler v1.1.2-0.20231108100522-b20191ad7a9c

replace (
github.com/rancher/fleet/pkg/apis => ./pkg/apis
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/aruiz14/wrangler v1.1.2-0.20231011132013-a9d6063142c1 h1:t8bNu1VK6hsZcSuL9L9jGMNs2C9snHmpZrOKO8+oPyQ=
github.com/aruiz14/wrangler v1.1.2-0.20231011132013-a9d6063142c1/go.mod h1:ioVbKupzcBOdzsl55MvEDN0R1wdGggj8iNCYGFI5JvM=
github.com/aruiz14/wrangler v1.1.2-0.20231108100522-b20191ad7a9c h1:QhX+jGL6PUClbp3a6ehVzSoN9RmWTt3O2nypN5AJEy8=
github.com/aruiz14/wrangler v1.1.2-0.20231108100522-b20191ad7a9c/go.mod h1:ioVbKupzcBOdzsl55MvEDN0R1wdGggj8iNCYGFI5JvM=
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d h1:Byv0BzEl3/e6D5CLfI0j/7hiIEtvGVFPCZ7Ei2oq8iQ=
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
Expand Down
14 changes: 13 additions & 1 deletion pkg/generated/controllers/fleet.cattle.io/v1alpha1/bundle.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion pkg/generated/controllers/fleet.cattle.io/v1alpha1/cluster.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion pkg/generated/controllers/fleet.cattle.io/v1alpha1/gitrepo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion pkg/generated/controllers/fleet.cattle.io/v1alpha1/imagescan.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 523e955

Please sign in to comment.