ResourceFilter constructor

ResourceFilter({
  1. List<GroupKind>? groupKinds,
  2. String? jsonPath,
  3. List<String>? namespaces,
})

Implementation

ResourceFilter({
  this.groupKinds,
  this.jsonPath,
  this.namespaces,
});