public interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
Integer |
getReplicas() |
String |
getSelector() |
Boolean |
hasReplicas() |
Boolean |
hasSelector() |
A |
withNewSelector(String original)
Deprecated.
|
A |
withReplicas(Integer replicas) |
A |
withSelector(String selector) |
Copyright © 2021. All rights reserved.