Class RuntimeClassSpecFluentImpl<A extends RuntimeClassSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.node.v1alpha1.RuntimeClassSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,RuntimeClassSpecFluent<A>
- Direct Known Subclasses:
RuntimeClassFluentImpl.SpecNestedImpl,RuntimeClassSpecBuilder
public class RuntimeClassSpecFluentImpl<A extends RuntimeClassSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RuntimeClassSpecFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classRuntimeClassSpecFluentImpl.OverheadNestedImpl<N>classRuntimeClassSpecFluentImpl.SchedulingNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.node.v1alpha1.RuntimeClassSpecFluent
RuntimeClassSpecFluent.OverheadNested<N>, RuntimeClassSpecFluent.SchedulingNested<N>
-
-
Constructor Summary
Constructors Constructor Description RuntimeClassSpecFluentImpl()RuntimeClassSpecFluentImpl(RuntimeClassSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
RuntimeClassSpecFluentImpl
public RuntimeClassSpecFluentImpl()
-
RuntimeClassSpecFluentImpl
public RuntimeClassSpecFluentImpl(RuntimeClassSpec instance)
-
-
Method Detail
-
getOverhead
@Deprecated public Overhead getOverhead()
Deprecated.This method has been deprecated, please use method buildOverhead instead.- Specified by:
getOverheadin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>- Returns:
- The buildable object.
-
buildOverhead
public Overhead buildOverhead()
- Specified by:
buildOverheadin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
withOverhead
public A withOverhead(Overhead overhead)
- Specified by:
withOverheadin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
hasOverhead
public Boolean hasOverhead()
- Specified by:
hasOverheadin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
withNewOverhead
public RuntimeClassSpecFluent.OverheadNested<A> withNewOverhead()
- Specified by:
withNewOverheadin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
withNewOverheadLike
public RuntimeClassSpecFluent.OverheadNested<A> withNewOverheadLike(Overhead item)
- Specified by:
withNewOverheadLikein interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
editOverhead
public RuntimeClassSpecFluent.OverheadNested<A> editOverhead()
- Specified by:
editOverheadin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
editOrNewOverhead
public RuntimeClassSpecFluent.OverheadNested<A> editOrNewOverhead()
- Specified by:
editOrNewOverheadin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
editOrNewOverheadLike
public RuntimeClassSpecFluent.OverheadNested<A> editOrNewOverheadLike(Overhead item)
- Specified by:
editOrNewOverheadLikein interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
getRuntimeHandler
public String getRuntimeHandler()
- Specified by:
getRuntimeHandlerin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
withRuntimeHandler
public A withRuntimeHandler(String runtimeHandler)
- Specified by:
withRuntimeHandlerin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
hasRuntimeHandler
public Boolean hasRuntimeHandler()
- Specified by:
hasRuntimeHandlerin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
withNewRuntimeHandler
public A withNewRuntimeHandler(String arg1)
- Specified by:
withNewRuntimeHandlerin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
withNewRuntimeHandler
public A withNewRuntimeHandler(StringBuilder arg1)
- Specified by:
withNewRuntimeHandlerin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
withNewRuntimeHandler
public A withNewRuntimeHandler(StringBuffer arg1)
- Specified by:
withNewRuntimeHandlerin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
getScheduling
@Deprecated public Scheduling getScheduling()
Deprecated.This method has been deprecated, please use method buildScheduling instead.- Specified by:
getSchedulingin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>- Returns:
- The buildable object.
-
buildScheduling
public Scheduling buildScheduling()
- Specified by:
buildSchedulingin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
withScheduling
public A withScheduling(Scheduling scheduling)
- Specified by:
withSchedulingin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
hasScheduling
public Boolean hasScheduling()
- Specified by:
hasSchedulingin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
withNewScheduling
public RuntimeClassSpecFluent.SchedulingNested<A> withNewScheduling()
- Specified by:
withNewSchedulingin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
withNewSchedulingLike
public RuntimeClassSpecFluent.SchedulingNested<A> withNewSchedulingLike(Scheduling item)
- Specified by:
withNewSchedulingLikein interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
editScheduling
public RuntimeClassSpecFluent.SchedulingNested<A> editScheduling()
- Specified by:
editSchedulingin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
editOrNewScheduling
public RuntimeClassSpecFluent.SchedulingNested<A> editOrNewScheduling()
- Specified by:
editOrNewSchedulingin interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
editOrNewSchedulingLike
public RuntimeClassSpecFluent.SchedulingNested<A> editOrNewSchedulingLike(Scheduling item)
- Specified by:
editOrNewSchedulingLikein interfaceRuntimeClassSpecFluent<A extends RuntimeClassSpecFluent<A>>
-
-