PodAutoscaling.fromJson constructor
PodAutoscaling.fromJson(
- Map json_
Implementation
PodAutoscaling.fromJson(core.Map json_)
: this(hpaProfile: json_['hpaProfile'] as core.String?);
PodAutoscaling.fromJson(core.Map json_)
: this(hpaProfile: json_['hpaProfile'] as core.String?);