public class DestinationFluentImpl<A extends DestinationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DestinationFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DestinationFluentImpl.RefNestedImpl<N> |
DestinationFluent.RefNested<N>| Constructor and Description |
|---|
DestinationFluentImpl() |
DestinationFluentImpl(Destination instance) |
| Modifier and Type | Method and Description |
|---|---|
KReference |
buildRef() |
DestinationFluent.RefNested<A> |
editOrNewRef() |
DestinationFluent.RefNested<A> |
editOrNewRefLike(KReference item) |
DestinationFluent.RefNested<A> |
editRef() |
boolean |
equals(Object o) |
KReference |
getRef()
Deprecated.
|
String |
getUri() |
int |
hashCode() |
Boolean |
hasRef() |
Boolean |
hasUri() |
DestinationFluent.RefNested<A> |
withNewRef() |
A |
withNewRef(String apiVersion,
String kind,
String name,
String namespace) |
DestinationFluent.RefNested<A> |
withNewRefLike(KReference item) |
A |
withNewUri(String arg0)
Deprecated.
|
A |
withRef(KReference ref) |
A |
withUri(String uri) |
public DestinationFluentImpl()
public DestinationFluentImpl(Destination instance)
@Deprecated public KReference getRef()
getRef in interface DestinationFluent<A extends DestinationFluent<A>>public KReference buildRef()
buildRef in interface DestinationFluent<A extends DestinationFluent<A>>public A withRef(KReference ref)
withRef in interface DestinationFluent<A extends DestinationFluent<A>>public Boolean hasRef()
hasRef in interface DestinationFluent<A extends DestinationFluent<A>>public A withNewRef(String apiVersion, String kind, String name, String namespace)
withNewRef in interface DestinationFluent<A extends DestinationFluent<A>>public DestinationFluent.RefNested<A> withNewRef()
withNewRef in interface DestinationFluent<A extends DestinationFluent<A>>public DestinationFluent.RefNested<A> withNewRefLike(KReference item)
withNewRefLike in interface DestinationFluent<A extends DestinationFluent<A>>public DestinationFluent.RefNested<A> editRef()
editRef in interface DestinationFluent<A extends DestinationFluent<A>>public DestinationFluent.RefNested<A> editOrNewRef()
editOrNewRef in interface DestinationFluent<A extends DestinationFluent<A>>public DestinationFluent.RefNested<A> editOrNewRefLike(KReference item)
editOrNewRefLike in interface DestinationFluent<A extends DestinationFluent<A>>public String getUri()
getUri in interface DestinationFluent<A extends DestinationFluent<A>>public A withUri(String uri)
withUri in interface DestinationFluent<A extends DestinationFluent<A>>public Boolean hasUri()
hasUri in interface DestinationFluent<A extends DestinationFluent<A>>@Deprecated public A withNewUri(String arg0)
withNewUri in interface DestinationFluent<A extends DestinationFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.