public interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCompression() |
String |
getContent() |
String |
getContentKey() |
String |
getContentRef() |
String |
getContentType() |
String |
getMountPath() |
String |
getName() |
String |
getPath() |
String |
getRawContent() |
String |
getType() |
Boolean |
hasCompression() |
Boolean |
hasContent() |
Boolean |
hasContentKey() |
Boolean |
hasContentRef() |
Boolean |
hasContentType() |
Boolean |
hasMountPath() |
Boolean |
hasName() |
Boolean |
hasPath() |
Boolean |
hasRawContent() |
Boolean |
hasType() |
A |
withCompression() |
A |
withCompression(Boolean compression) |
A |
withContent(String content) |
A |
withContentKey(String contentKey) |
A |
withContentRef(String contentRef) |
A |
withContentType(String contentType) |
A |
withMountPath(String mountPath) |
A |
withName(String name) |
A |
withPath(String path) |
A |
withRawContent(String rawContent) |
A |
withType(String type) |
Boolean getCompression()
Boolean hasCompression()
String getContent()
Boolean hasContent()
String getContentKey()
Boolean hasContentKey()
String getContentRef()
Boolean hasContentRef()
String getContentType()
Boolean hasContentType()
String getMountPath()
Boolean hasMountPath()
String getName()
Boolean hasName()
String getPath()
Boolean hasPath()
String getRawContent()
Boolean hasRawContent()
String getType()
Boolean hasType()
A withCompression()
Copyright © 2015–2023 Red Hat. All rights reserved.