public class ConfigurationSpecFluentImpl<A extends ConfigurationSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConfigurationSpecFluent<A>
| Constructor and Description |
|---|
ConfigurationSpecFluentImpl() |
ConfigurationSpecFluentImpl(ConfigurationSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getResourceKey() |
String |
getResourceMountPoint() |
String |
getResourceType() |
String |
getType() |
String |
getValue() |
int |
hashCode() |
Boolean |
hasResourceKey() |
Boolean |
hasResourceMountPoint() |
Boolean |
hasResourceType() |
Boolean |
hasType() |
Boolean |
hasValue() |
A |
withNewResourceKey(String arg0)
Deprecated.
|
A |
withNewResourceMountPoint(String arg0)
Deprecated.
|
A |
withNewResourceType(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withResourceKey(String resourceKey) |
A |
withResourceMountPoint(String resourceMountPoint) |
A |
withResourceType(String resourceType) |
A |
withType(String type) |
A |
withValue(String value) |
public ConfigurationSpecFluentImpl()
public ConfigurationSpecFluentImpl(ConfigurationSpec instance)
public String getResourceKey()
getResourceKey in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public A withResourceKey(String resourceKey)
withResourceKey in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public Boolean hasResourceKey()
hasResourceKey in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>@Deprecated public A withNewResourceKey(String arg0)
withNewResourceKey in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public String getResourceMountPoint()
getResourceMountPoint in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public A withResourceMountPoint(String resourceMountPoint)
withResourceMountPoint in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public Boolean hasResourceMountPoint()
hasResourceMountPoint in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>@Deprecated public A withNewResourceMountPoint(String arg0)
withNewResourceMountPoint in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public String getResourceType()
getResourceType in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public A withResourceType(String resourceType)
withResourceType in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public Boolean hasResourceType()
hasResourceType in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>@Deprecated public A withNewResourceType(String arg0)
withNewResourceType in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public String getType()
getType in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public A withType(String type)
withType in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public Boolean hasType()
hasType in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public String getValue()
getValue in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public A withValue(String value)
withValue in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public Boolean hasValue()
hasValue in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.