public class ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ResourceAttributesFluent() |
ResourceAttributesFluent(ResourceAttributes 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 |
getName() |
String |
getNamespace() |
String |
getResource() |
String |
getSubresource() |
String |
getVerb() |
String |
getVersion() |
boolean |
hasAdditionalProperties() |
boolean |
hasGroup() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasNamespace() |
boolean |
hasResource() |
boolean |
hasSubresource() |
boolean |
hasVerb() |
boolean |
hasVersion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withGroup(String group) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withResource(String resource) |
A |
withSubresource(String subresource) |
A |
withVerb(String verb) |
A |
withVersion(String version) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ResourceAttributesFluent()
public ResourceAttributesFluent(ResourceAttributes instance)
public String getGroup()
public boolean hasGroup()
public String getName()
public boolean hasName()
public String getNamespace()
public boolean hasNamespace()
public String getResource()
public boolean hasResource()
public String getSubresource()
public boolean hasSubresource()
public String getVerb()
public boolean hasVerb()
public String getVersion()
public boolean hasVersion()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourceAttributesFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourceAttributesFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.