public interface DestinationFluent<A extends DestinationFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DestinationFluent.RefNested<N> |
| Modifier and Type | Method and Description |
|---|---|
KReference |
buildRef() |
DestinationFluent.RefNested<A> |
editOrNewRef() |
DestinationFluent.RefNested<A> |
editOrNewRefLike(KReference item) |
DestinationFluent.RefNested<A> |
editRef() |
KReference |
getRef()
Deprecated.
|
String |
getUri() |
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) |
@Deprecated KReference getRef()
KReference buildRef()
A withRef(KReference ref)
Boolean hasRef()
DestinationFluent.RefNested<A> withNewRef()
DestinationFluent.RefNested<A> withNewRefLike(KReference item)
DestinationFluent.RefNested<A> editRef()
DestinationFluent.RefNested<A> editOrNewRef()
DestinationFluent.RefNested<A> editOrNewRefLike(KReference item)
String getUri()
Boolean hasUri()
@Deprecated A withNewUri(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.