public interface AddIfStatementFluent<A extends AddIfStatementFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getOnResourceKind() |
String |
getOnResourceName() |
String |
getProperty() |
Boolean |
getWithDefaultValue() |
Boolean |
hasDescription() |
Boolean |
hasOnResourceKind() |
Boolean |
hasOnResourceName() |
Boolean |
hasProperty() |
Boolean |
hasWithDefaultValue() |
A |
withDescription(String description) |
A |
withOnResourceKind(String onResourceKind) |
A |
withOnResourceName(String onResourceName) |
A |
withProperty(String property) |
A |
withWithDefaultValue() |
A |
withWithDefaultValue(Boolean withDefaultValue) |
String getProperty()
Boolean hasProperty()
String getOnResourceKind()
Boolean hasOnResourceKind()
String getOnResourceName()
Boolean hasOnResourceName()
Boolean getWithDefaultValue()
Boolean hasWithDefaultValue()
String getDescription()
Boolean hasDescription()
A withWithDefaultValue()
Copyright © 2018–2023 Red Hat. All rights reserved.