Package io.fabric8.openshift.api.model
Class DeploymentLogBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.DeploymentLogFluent<DeploymentLogBuilder>
-
- io.fabric8.openshift.api.model.DeploymentLogBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<DeploymentLog>,io.fabric8.kubernetes.api.builder.Visitable<DeploymentLogBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentLog,DeploymentLogBuilder>
public class DeploymentLogBuilder extends DeploymentLogFluent<DeploymentLogBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentLog,DeploymentLogBuilder>
-
-
Constructor Summary
Constructors Constructor Description DeploymentLogBuilder()DeploymentLogBuilder(DeploymentLog instance)DeploymentLogBuilder(DeploymentLogFluent<?> fluent)DeploymentLogBuilder(DeploymentLogFluent<?> fluent, DeploymentLog instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentLogbuild()-
Methods inherited from class io.fabric8.openshift.api.model.DeploymentLogFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getApiVersion, getKind, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
DeploymentLogBuilder
public DeploymentLogBuilder()
-
DeploymentLogBuilder
public DeploymentLogBuilder(DeploymentLogFluent<?> fluent)
-
DeploymentLogBuilder
public DeploymentLogBuilder(DeploymentLog instance)
-
DeploymentLogBuilder
public DeploymentLogBuilder(DeploymentLogFluent<?> fluent, DeploymentLog instance)
-
-
Method Detail
-
build
public DeploymentLog build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<DeploymentLog>
-
-