public class GroupVersionResourceFluentImpl<A extends GroupVersionResourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GroupVersionResourceFluent<A>
| Constructor and Description |
|---|
GroupVersionResourceFluentImpl() |
GroupVersionResourceFluentImpl(GroupVersionResource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getGroup() |
String |
getResource() |
String |
getVersion() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasResource() |
Boolean |
hasVersion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withGroup(String group) |
A |
withNewGroup(String arg0)
Deprecated.
|
A |
withNewResource(String arg0)
Deprecated.
|
A |
withNewVersion(String arg0)
Deprecated.
|
A |
withResource(String resource) |
A |
withVersion(String version) |
public GroupVersionResourceFluentImpl()
public GroupVersionResourceFluentImpl(GroupVersionResource instance)
public String getGroup()
getGroup in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A withGroup(String group)
withGroup in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public Boolean hasGroup()
hasGroup in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>@Deprecated public A withNewGroup(String arg0)
withNewGroup in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public String getResource()
getResource in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A withResource(String resource)
withResource in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public Boolean hasResource()
hasResource in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>@Deprecated public A withNewResource(String arg0)
withNewResource in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public String getVersion()
getVersion in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A withVersion(String version)
withVersion in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public Boolean hasVersion()
hasVersion in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.