includeSecrets property

  1. @TagNumber(5)
bool get includeSecrets

This flag specifies whether Kubernetes Secret resources should be included when they fall into the scope of Backups.

Default: False

Implementation

@$pb.TagNumber(5)
$core.bool get includeSecrets => $_getBF(4);
  1. @TagNumber(5)
set includeSecrets (bool v)

Implementation

@$pb.TagNumber(5)
set includeSecrets($core.bool v) { $_setBool(4, v); }