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 |
getMountPath() |
String |
getName() |
String |
getType() |
Boolean |
hasCompression() |
Boolean |
hasContent() |
Boolean |
hasContentKey() |
Boolean |
hasContentRef() |
Boolean |
hasMountPath() |
Boolean |
hasName() |
Boolean |
hasType() |
A |
withCompression(Boolean compression) |
A |
withContent(String content) |
A |
withContentKey(String contentKey) |
A |
withContentRef(String contentRef) |
A |
withMountPath(String mountPath) |
A |
withName(String name) |
A |
withNewContent(String arg0)
Deprecated.
|
A |
withNewContentKey(String arg0)
Deprecated.
|
A |
withNewContentRef(String arg0)
Deprecated.
|
A |
withNewMountPath(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withType(String type) |
Boolean getCompression()
Boolean hasCompression()
String getContent()
Boolean hasContent()
@Deprecated A withNewContent(String arg0)
String getContentKey()
Boolean hasContentKey()
@Deprecated A withNewContentKey(String arg0)
String getContentRef()
Boolean hasContentRef()
@Deprecated A withNewContentRef(String arg0)
String getMountPath()
Boolean hasMountPath()
@Deprecated A withNewMountPath(String arg0)
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.