public interface EdgeSpecFluent<A extends EdgeSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EdgeSpecFluent.TimestampNested<N> |
String getApiProtocol()
Boolean hasApiProtocol()
String getContextProtocol()
Boolean hasContextProtocol()
String getDestinationOwner()
Boolean hasDestinationOwner()
String getDestinationUid()
Boolean hasDestinationUid()
String getDestinationWorkloadName()
Boolean hasDestinationWorkloadName()
String getDestinationWorkloadNamespace()
A withDestinationWorkloadNamespace(String destinationWorkloadNamespace)
Boolean hasDestinationWorkloadNamespace()
String getName()
Boolean hasName()
String getSourceOwner()
Boolean hasSourceOwner()
String getSourceUid()
Boolean hasSourceUid()
String getSourceWorkloadName()
Boolean hasSourceWorkloadName()
String getSourceWorkloadNamespace()
Boolean hasSourceWorkloadNamespace()
@Deprecated TimeStamp getTimestamp()
TimeStamp buildTimestamp()
Boolean hasTimestamp()
EdgeSpecFluent.TimestampNested<A> withNewTimestamp()
EdgeSpecFluent.TimestampNested<A> withNewTimestampLike(TimeStamp item)
EdgeSpecFluent.TimestampNested<A> editTimestamp()
EdgeSpecFluent.TimestampNested<A> editOrNewTimestamp()
EdgeSpecFluent.TimestampNested<A> editOrNewTimestampLike(TimeStamp item)
Copyright © 2017–2018 Red Hat. All rights reserved.