Package io.fabric8.kubernetes.api.model
Interface EndpointAddressFluent.TargetRefNested<N>
-
- All Superinterfaces:
Fluent<EndpointAddressFluent.TargetRefNested<N>>
,Nested<N>
,ObjectReferenceFluent<EndpointAddressFluent.TargetRefNested<N>>
- All Known Implementing Classes:
EndpointAddressFluentImpl.TargetRefNestedImpl
- Enclosing interface:
- EndpointAddressFluent<A extends EndpointAddressFluent<A>>
public static interface EndpointAddressFluent.TargetRefNested<N> extends Nested<N>, ObjectReferenceFluent<EndpointAddressFluent.TargetRefNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endTargetRef()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ObjectReferenceFluent
getApiVersion, getFieldPath, getKind, getName, getNamespace, getResourceVersion, getUid, hasApiVersion, hasFieldPath, hasKind, hasName, hasNamespace, hasResourceVersion, hasUid, withApiVersion, withFieldPath, withKind, withName, withNamespace, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewFieldPath, withNewFieldPath, withNewFieldPath, withNewKind, withNewKind, withNewKind, withNewName, withNewName, withNewName, withNewNamespace, withNewNamespace, withNewNamespace, withNewResourceVersion, withNewResourceVersion, withNewResourceVersion, withNewUid, withNewUid, withNewUid, withResourceVersion, withUid
-
-