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 |
getMountPath() |
String |
getName() |
String |
getType() |
Boolean |
hasCompression() |
Boolean |
hasContent() |
Boolean |
hasContentKey() |
Boolean |
hasContentRef() |
int |
hashCode() |
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) |
public 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>>@Deprecated public A withNewContent(String arg0)
withNewContent 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>>@Deprecated public A withNewContentKey(String arg0)
withNewContentKey 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>>@Deprecated public A withNewContentRef(String arg0)
withNewContentRef 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>>@Deprecated public A withNewMountPath(String arg0)
withNewMountPath 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>>@Deprecated public A withNewName(String arg0)
withNewName 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>>@Deprecated public A withNewType(String arg0)
withNewType in interface ResourceSpecFluent<A extends ResourceSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.