GKEWorkload constructor

GKEWorkload({
  1. String? cluster,
  2. String? deployment,
})

Implementation

GKEWorkload({this.cluster, this.deployment});