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) |
Copyright © 2015–2022 Red Hat. All rights reserved.