Package io.fabric8.kubernetes.api.model
Class DoneableIntOrString
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.IntOrStringFluentImpl<DoneableIntOrString>
io.fabric8.kubernetes.api.model.DoneableIntOrString
- All Implemented Interfaces:
Fluent<DoneableIntOrString>
,Visitable<DoneableIntOrString>
,Doneable<IntOrString>
,IntOrStringFluent<DoneableIntOrString>
public class DoneableIntOrString extends IntOrStringFluentImpl<DoneableIntOrString> implements Doneable<IntOrString>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableIntOrString(Function<IntOrString,IntOrString> function)
DoneableIntOrString(IntOrString item)
DoneableIntOrString(IntOrString item, Function<IntOrString,IntOrString> function)
-
Method Summary
Modifier and Type Method Description IntOrString
done()
Methods inherited from class io.fabric8.kubernetes.api.model.IntOrStringFluentImpl
addToAdditionalProperties, addToAdditionalProperties, equals, getAdditionalProperties, getIntVal, getKind, getStrVal, hasAdditionalProperties, hasIntVal, hasKind, hasStrVal, removeFromAdditionalProperties, removeFromAdditionalProperties, withAdditionalProperties, withIntVal, withKind, withNewIntVal, withNewIntVal, withNewKind, withNewKind, withNewStrVal, withNewStrVal, withNewStrVal, withStrVal
-
Constructor Details
-
Method Details
-
done
- Specified by:
done
in interfaceDoneable<IntOrString>
-