CustomResourceSubresourceScale constructor

const CustomResourceSubresourceScale({
  1. String? labelSelectorPath,
  2. required String specReplicasPath,
  3. required String statusReplicasPath,
})

Default constructor.

Implementation

const CustomResourceSubresourceScale({
  this.labelSelectorPath,
  required this.specReplicasPath,
  required this.statusReplicasPath,
});