public interface PlacementFluent<A extends PlacementFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getPodName() |
Integer |
getVreplicas() |
Boolean |
hasPodName() |
Boolean |
hasVreplicas() |
A |
withPodName(String podName) |
A |
withVreplicas(Integer vreplicas) |
Copyright © 2015–2022 Red Hat. All rights reserved.