public class ResourceAttributesFluentImpl<A extends ResourceAttributesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ResourceAttributesFluent<A>
| Constructor and Description |
|---|
ResourceAttributesFluentImpl() |
ResourceAttributesFluentImpl(ResourceAttributes instance) |
public ResourceAttributesFluentImpl()
public ResourceAttributesFluentImpl(ResourceAttributes instance)
public String getGroup()
getGroup in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withGroup(String group)
withGroup in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasGroup()
hasGroup in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>@Deprecated public A withNewGroup(String arg0)
withNewGroup in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public String getName()
getName in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withName(String name)
withName in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasName()
hasName in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public String getNamespace()
getNamespace in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withNamespace(String namespace)
withNamespace in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasNamespace()
hasNamespace in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>@Deprecated public A withNewNamespace(String arg0)
withNewNamespace in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public String getResource()
getResource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withResource(String resource)
withResource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasResource()
hasResource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>@Deprecated public A withNewResource(String arg0)
withNewResource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public String getSubresource()
getSubresource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withSubresource(String subresource)
withSubresource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasSubresource()
hasSubresource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>@Deprecated public A withNewSubresource(String arg0)
withNewSubresource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public String getVerb()
getVerb in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withVerb(String verb)
withVerb in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasVerb()
hasVerb in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>@Deprecated public A withNewVerb(String arg0)
withNewVerb in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public String getVersion()
getVersion in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withVersion(String version)
withVersion in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasVersion()
hasVersion in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.