MaxPodsConstraint.fromJson constructor

MaxPodsConstraint.fromJson(
  1. Map json_
)

Implementation

MaxPodsConstraint.fromJson(core.Map json_)
  : this(maxPodsPerNode: json_['maxPodsPerNode'] as core.String?);