public interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getGroup() |
String |
getName() |
String |
getNamespace() |
String |
getResource() |
String |
getSubresource() |
String |
getVerb() |
String |
getVersion() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasGroup() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasResource() |
Boolean |
hasSubresource() |
Boolean |
hasVerb() |
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 |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withResource(String resource) |
A |
withSubresource(String subresource) |
A |
withVerb(String verb) |
A |
withVersion(String version) |
String getGroup()
Boolean hasGroup()
String getName()
Boolean hasName()
String getNamespace()
Boolean hasNamespace()
String getResource()
Boolean hasResource()
String getSubresource()
Boolean hasSubresource()
String getVerb()
Boolean hasVerb()
String getVersion()
Boolean hasVersion()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.