***ReplicaPatcher**: Allows to modify the number of Replicas for a kubernetes deployment.
***type**: "ReplicaPatcher"
***resource**: "uc1-kstreams-deployment.yaml"
***NumSensorsLoadGeneratorReplicaPatcher**: Allows to scale the nummer of load generators. Scales arcording to the following formular: (value + 15_000 - 1) / 15_000
***NumNestedGroupsLoadGeneratorReplicaPatcher**: Allows to scale the nummer of load generators. Scales arcording to the following formular: (4^(value) + 15_000 -1) /15_000