GkePolicy constructor

GkePolicy({
  1. List<CheckSet>? checkSets,
  2. ImageAllowlist? imageAllowlist,
})

Implementation

GkePolicy({this.checkSets, this.imageAllowlist});