public interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceKey() |
String |
getResourceMountPoint() |
String |
getResourceType() |
String |
getType() |
String |
getValue() |
Boolean |
hasResourceKey() |
Boolean |
hasResourceMountPoint() |
Boolean |
hasResourceType() |
Boolean |
hasType() |
Boolean |
hasValue() |
A |
withResourceKey(String resourceKey) |
A |
withResourceMountPoint(String resourceMountPoint) |
A |
withResourceType(String resourceType) |
A |
withType(String type) |
A |
withValue(String value) |
String getResourceKey()
Boolean hasResourceKey()
String getResourceMountPoint()
Boolean hasResourceMountPoint()
String getResourceType()
Boolean hasResourceType()
String getType()
Boolean hasType()
String getValue()
Boolean hasValue()
Copyright © 2015–2023 Red Hat. All rights reserved.