Abstract
The abstract K8 Client Filter adds the filterItem method to the class that extends it.
filterItem
Protected
Filter a single item using metadata filter
list of items
Optional
an object with metadata fields and value
SoloError - multiple items found with filters
MissingArgumentError - filters are required
Wraps the V1ObjectMeta object instance into a ObjectMeta instance.
the V1ObjectMeta object from the K8S API client.
The abstract K8 Client Filter adds the
filterItem
method to the class that extends it.