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() |
String |
toString() |
A |
withResourceKey(String resourceKey) |
A |
withResourceMountPoint(String resourceMountPoint) |
A |
withResourceType(String resourceType) |
A |
withType(String type) |
A |
withValue(String value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>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>>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>>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>>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>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ConfigurationSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ConfigurationSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.