Skip to content
Snippets Groups Projects

Add utilities to support working with Kubernetes object collections

Merged Hossein Pursultani requested to merge hp-objects-support into master
All threads resolved!
@@ -47,7 +47,7 @@ func (c Collection) Query(selectors ...Selector) Collection {
// specified editors.
//
// When multiple editors are passed they are applied to each object in the
// order that are specified.
// specified order.
//
// It returns the number of objects that are changed. When an error occurs
// in one of the editors it stops the change and returns the error immediately
Loading