public class ResourceSpecFluentImpl<A extends ResourceSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ResourceSpecFluent<A>
| Constructor and Description |
|---|
ResourceSpecFluentImpl() |
ResourceSpecFluentImpl(ResourceSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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() |
int |
hashCode() |
Boolean |
hasMountPath() |
Boolean |
hasName() |
Boolean |
hasPath() |
Boolean |
hasRawContent() |
Boolean |
hasType() |
String |
toString() |
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) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ResourceSpecFluentImpl()
public ResourceSpecFluentImpl(ResourceSpec instance)
public Boolean getCompression()
getCompression in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public A withCompression(Boolean compression)
withCompression in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public Boolean hasCompression()
hasCompression in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public String getContent()
getContent in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public A withContent(String content)
withContent in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public Boolean hasContent()
hasContent in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public String getContentKey()
getContentKey in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public A withContentKey(String contentKey)
withContentKey in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public Boolean hasContentKey()
hasContentKey in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public String getContentRef()
getContentRef in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public A withContentRef(String contentRef)
withContentRef in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public Boolean hasContentRef()
hasContentRef in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public String getContentType()
getContentType in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public A withContentType(String contentType)
withContentType in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public Boolean hasContentType()
hasContentType in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public String getMountPath()
getMountPath in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public A withMountPath(String mountPath)
withMountPath in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public Boolean hasMountPath()
hasMountPath in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public String getName()
getName in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public A withName(String name)
withName in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public Boolean hasName()
hasName in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public String getPath()
getPath in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public A withPath(String path)
withPath in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public Boolean hasPath()
hasPath in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public String getRawContent()
getRawContent in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public A withRawContent(String rawContent)
withRawContent in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public Boolean hasRawContent()
hasRawContent in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public String getType()
getType in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public A withType(String type)
withType in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public Boolean hasType()
hasType in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourceSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourceSpecFluent<A>>public A withCompression()
withCompression in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.