KubernetesMetadata constructor

KubernetesMetadata({
  1. String? kubernetesApiServerVersion,
  2. int? memoryMb,
  3. int? nodeCount,
  4. String? nodeProviderId,
  5. String? updateTime,
  6. int? vcpuCount,
})

Implementation

KubernetesMetadata({
  this.kubernetesApiServerVersion,
  this.memoryMb,
  this.nodeCount,
  this.nodeProviderId,
  this.updateTime,
  this.vcpuCount,
});