Kubernetes constructor

Kubernetes({
  1. List<AccessReview>? accessReviews,
  2. List<GoogleCloudSecuritycenterV1Binding>? bindings,
  3. List<NodePool>? nodePools,
  4. List<Node>? nodes,
  5. List<Object>? objects,
  6. List<Pod>? pods,
  7. List<Role>? roles,
})

Implementation

Kubernetes({
  this.accessReviews,
  this.bindings,
  this.nodePools,
  this.nodes,
  this.objects,
  this.pods,
  this.roles,
});