CheckSet class
A conjunction of policy checks, scoped to a particular namespace or Kubernetes service account.
In order for evaluation of a CheckSet to return "allowed" for a given image
in a given Pod, one of the following conditions must be satisfied: * The
image is explicitly exempted by an entry in image_allowlist
, OR * ALL of
the checks
evaluate to "allowed".
Constructors
-
CheckSet.new({List<
Check> ? checks, String? displayName, ImageAllowlist? imageAllowlist, Scope? scope}) - CheckSet.fromJson(Map json_)
Properties
-
checks
↔ List<
Check> ? -
The checks to apply.
getter/setter pair
- displayName ↔ String?
-
A user-provided name for this CheckSet.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageAllowlist ↔ ImageAllowlist?
-
Images exempted from this CheckSet.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope ↔ Scope?
-
The scope to which this CheckSet applies.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited