feat(util): add ResourceList for batch resource operations#4541
feat(util): add ResourceList for batch resource operations#4541brendandburns wants to merge 2 commits into
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add a utility class that provides fabric8-style batch operations on multiple Kubernetes resources. Features include: - fromStream()/fromYaml() for loading from YAML - from() factory methods for programmatic creation - Batch create(), delete(), serverSideApply() operations - inNamespace() to override resource namespaces - continueOnError() for fault-tolerant batch processing - Immutable resource list with getResources() Also adds comprehensive unit tests covering resource loading, factory methods, and chaining operations.
3d1ab99 to
de2d801
Compare
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Add a utility class that provides fabric8-style batch operations on multiple Kubernetes resources. Features include:
Also adds comprehensive unit tests covering resource loading, factory methods, and chaining operations.
Depends on #4538