ClusterResourceRestoreScope constructor

ClusterResourceRestoreScope({
  1. bool? allGroupKinds,
  2. List<GroupKind>? excludedGroupKinds,
  3. bool? noGroupKinds,
  4. List<GroupKind>? selectedGroupKinds,
})

Implementation

ClusterResourceRestoreScope({
  this.allGroupKinds,
  this.excludedGroupKinds,
  this.noGroupKinds,
  this.selectedGroupKinds,
});