public class DelegateFluentImpl<A extends DelegateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DelegateFluent<A>
| Constructor and Description |
|---|
DelegateFluentImpl() |
DelegateFluentImpl(Delegate instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getNamespace() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
String |
toString() |
A |
withName(String name) |
A |
withNamespace(String namespace) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic DelegateFluentImpl()
public DelegateFluentImpl(Delegate instance)
public String getName()
getName in interface DelegateFluent<A extends DelegateFluent<A>>public A withName(String name)
withName in interface DelegateFluent<A extends DelegateFluent<A>>public Boolean hasName()
hasName in interface DelegateFluent<A extends DelegateFluent<A>>public String getNamespace()
getNamespace in interface DelegateFluent<A extends DelegateFluent<A>>public A withNamespace(String namespace)
withNamespace in interface DelegateFluent<A extends DelegateFluent<A>>public Boolean hasNamespace()
hasNamespace in interface DelegateFluent<A extends DelegateFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DelegateFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DelegateFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.