Kubernetes constructor
Kubernetes({
- List<
AccessReview> ? accessReviews, - List<
GoogleCloudSecuritycenterV1Binding> ? bindings, - List<
NodePool> ? nodePools, - List<
LoadBalancer> ? nodes, - List<
Object> ? objects, - List<
Pod> ? pods, - List<
Role> ? roles,
Implementation
Kubernetes({
this.accessReviews,
this.bindings,
this.nodePools,
this.nodes,
this.objects,
this.pods,
this.roles,
});