-
Notifications
You must be signed in to change notification settings - Fork 308
generate base on 1.34 #1654
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
Open
tg123
wants to merge
26
commits into
kubernetes-client:master
Choose a base branch
from
tg123:gen1.34.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+7,997
−5,171
Open
generate base on 1.34 #1654
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
5576b68
Implement code changes to enhance functionality and improve performance
tg123 1c101ce
chore: update version to 18.0 in version.json
tg123 fd3b5cc
fix: correct initialization of opblackList in PluralHelper
tg123 95c79ee
chore: update SDK version to 18.0 in README.md
tg123 413398e
Fixdocfx (#82)
tg123 1bdbe0b
refactor: update IKubernetes interface and template for consistency
tg123 ac6fdad
feat: add Microsoft.CodeAnalysis.CSharp package and improve source no…
tg123 d4b707b
chore: update package versions in Directory.Packages.props for compat…
tg123 2091984
chore: update Microsoft.VisualStudio.SlnGen and Nerdbank.GitVersionin…
tg123 65e688e
Merge branch 'kubernetes-client:master' into master
tg123 a899aca
Implement code changes to enhance functionality and improve performance
tg123 f892e88
chore: update version to 18.0 in version.json
tg123 412d093
fix: correct initialization of opblackList in PluralHelper
tg123 f1ce09a
chore: update SDK version to 18.0 in README.md
tg123 5506928
refactor: update IKubernetes interface and template for consistency
tg123 5a53d6f
feat: add Microsoft.CodeAnalysis.CSharp package and improve source no…
tg123 6b26209
chore: update package versions in Directory.Packages.props for compat…
tg123 b362267
chore: update Microsoft.VisualStudio.SlnGen and Nerdbank.GitVersionin…
tg123 50411fc
chore: downgrade xunit.runner.visualstudio and Xunit.StaFact package …
tg123 76f33b0
Merge branch 'gen1.34.0' of https://github.com/tg123/csharp into gen1…
tg123 535f93f
chore: update package versions in Directory.Packages.props for compat…
tg123 fc1eb5b
style: format code for consistency and readability
tg123 e3b5b88
feat: update certificate loading logic for .NET 9 compatibility
tg123 eb6f16b
fix: update certificate loading method for .NET 9 compatibility
tg123 c41906e
Merge branch 'kubernetes-client:master' into master
tg123 6e598d3
Merge remote-tracking branch 'origin/master' into gen1.34.0
tg123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export KUBERNETES_BRANCH=v1.33.0 | ||
export KUBERNETES_BRANCH=v1.34.0 | ||
export CLIENT_VERSION=0.0.1 | ||
export PACKAGE_NAME=k8s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The variable name
opblackList
uses outdated terminology. Consider renaming tooperationBlockList
orexcludedOperations
to use more inclusive language.Copilot uses AI. Check for mistakes.