-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove API operations-related codegen.
Updating the codegen for v1.28 is non-trivial, and nobody seems to use it over kube anyway. It doesn't seem worth delaying v1.28 support for or keeping around in general. Operations are still parsed minimally because they're used to identify resource scope. The tests now use clientset code based on the original operations code, which is generic over the resource type like kube but still sans-io as before. So that is an option for users who still need the sans-io-style operations, though it only handles common CRUD by default and not bespoke operations like reading pod logs. If there is demand it could be released as a separate crate. Ref #145
- Loading branch information
Showing
753 changed files
with
890 additions
and
226,572 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.