public interface MistakeSpecFluent<A extends MistakeSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getFilling() |
Long |
getMaxLength() |
Long |
getMaxOccurrences() |
Boolean |
hasFilling() |
Boolean |
hasMaxLength() |
Boolean |
hasMaxOccurrences() |
A |
withFilling(String filling) |
A |
withMaxLength(Long maxLength) |
A |
withMaxOccurrences(Long maxOccurrences) |
A |
withNewFilling(String arg0)
Deprecated.
|
String getFilling()
Boolean hasFilling()
@Deprecated A withNewFilling(String arg0)
Long getMaxLength()
Boolean hasMaxLength()
Long getMaxOccurrences()
Boolean hasMaxOccurrences()
Copyright © 2015–2020 Red Hat. All rights reserved.