public class ServiceAccountSubjectFluentImpl<A extends ServiceAccountSubjectFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ServiceAccountSubjectFluent<A>
| Constructor and Description |
|---|
ServiceAccountSubjectFluentImpl() |
ServiceAccountSubjectFluentImpl(ServiceAccountSubject 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 |
getName() |
String |
getNamespace() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewNamespace(String arg0)
Deprecated.
|
public ServiceAccountSubjectFluentImpl()
public ServiceAccountSubjectFluentImpl(ServiceAccountSubject instance)
public String getName()
getName in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>public A withName(String name)
withName in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>public Boolean hasName()
hasName in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>public String getNamespace()
getNamespace in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>public A withNamespace(String namespace)
withNamespace in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>public Boolean hasNamespace()
hasNamespace in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>@Deprecated public A withNewNamespace(String arg0)
withNewNamespace in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ServiceAccountSubjectFluent<A extends ServiceAccountSubjectFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.