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 |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getNamespace() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
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>>Copyright © 2015–2021 Red Hat. All rights reserved.