Package io.fabric8.kubernetes.api.model
Class DoneableTypedLocalObjectReference
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.TypedLocalObjectReferenceFluentImpl<DoneableTypedLocalObjectReference>
io.fabric8.kubernetes.api.model.DoneableTypedLocalObjectReference
- All Implemented Interfaces:
Fluent<DoneableTypedLocalObjectReference>,Visitable<DoneableTypedLocalObjectReference>,Doneable<TypedLocalObjectReference>,TypedLocalObjectReferenceFluent<DoneableTypedLocalObjectReference>
public class DoneableTypedLocalObjectReference extends TypedLocalObjectReferenceFluentImpl<DoneableTypedLocalObjectReference> implements Doneable<TypedLocalObjectReference>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableTypedLocalObjectReference(Function<TypedLocalObjectReference,TypedLocalObjectReference> function)DoneableTypedLocalObjectReference(TypedLocalObjectReference item)DoneableTypedLocalObjectReference(TypedLocalObjectReference item, Function<TypedLocalObjectReference,TypedLocalObjectReference> function) -
Method Summary
Modifier and Type Method Description TypedLocalObjectReferencedone()Methods inherited from class io.fabric8.kubernetes.api.model.TypedLocalObjectReferenceFluentImpl
equals, getApiGroup, getKind, getName, hasApiGroup, hasKind, hasName, withApiGroup, withKind, withName, withNewApiGroup, withNewApiGroup, withNewApiGroup, withNewKind, withNewKind, withNewKind, withNewName, withNewName, withNewName
-
Constructor Details
-
DoneableTypedLocalObjectReference
public DoneableTypedLocalObjectReference(Function<TypedLocalObjectReference,TypedLocalObjectReference> function) -
DoneableTypedLocalObjectReference
public DoneableTypedLocalObjectReference(TypedLocalObjectReference item, Function<TypedLocalObjectReference,TypedLocalObjectReference> function) -
DoneableTypedLocalObjectReference
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<TypedLocalObjectReference>
-