public interface BoolValueFluent<A extends BoolValueFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
hasValue() |
Boolean |
isValue() |
A |
withNewValue(boolean arg1) |
A |
withNewValue(String arg1) |
A |
withValue(Boolean value) |
Copyright © 2017–2018 Red Hat. All rights reserved.