pivotal / skenario

A simulator toolkit for Knative
Apache License 2.0
29 stars 10 forks source link

Support remove of specific entity in ReplicaSource #110

Closed juliababkina closed 4 years ago

juliababkina commented 4 years ago

Currently calling Remove in ReplicaSource returns a new replica always with the same parameters (i.e. cpu capacity). It's okay for HPA semantics to create always identical replicas. However, to add VPA semantics, Remove in ReplicaSource should return a specific entity according to VPA recommendations.