public interface DuplicateSpecFluent<A extends DuplicateSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelation() |
String |
getDuplicate() |
Boolean |
hasCorrelation() |
Boolean |
hasDuplicate() |
A |
withCorrelation(String correlation) |
A |
withDuplicate(String duplicate) |
A |
withNewCorrelation(String arg0)
Deprecated.
|
A |
withNewDuplicate(String arg0)
Deprecated.
|
String getCorrelation()
Boolean hasCorrelation()
@Deprecated A withNewCorrelation(String arg0)
String getDuplicate()
Boolean hasDuplicate()
@Deprecated A withNewDuplicate(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.