Package io.fabric8.openshift.api.model
Class DeploymentLogOptionsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.DeploymentLogOptionsFluent<DeploymentLogOptionsBuilder>
-
- io.fabric8.openshift.api.model.DeploymentLogOptionsBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<DeploymentLogOptions>,io.fabric8.kubernetes.api.builder.Visitable<DeploymentLogOptionsBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentLogOptions,DeploymentLogOptionsBuilder>
public class DeploymentLogOptionsBuilder extends DeploymentLogOptionsFluent<DeploymentLogOptionsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<DeploymentLogOptions,DeploymentLogOptionsBuilder>
-
-
Constructor Summary
Constructors Constructor Description DeploymentLogOptionsBuilder()DeploymentLogOptionsBuilder(DeploymentLogOptions instance)DeploymentLogOptionsBuilder(DeploymentLogOptionsFluent<?> fluent)DeploymentLogOptionsBuilder(DeploymentLogOptionsFluent<?> fluent, DeploymentLogOptions instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentLogOptionsbuild()-
Methods inherited from class io.fabric8.openshift.api.model.DeploymentLogOptionsFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getApiVersion, getContainer, getFollow, getKind, getLimitBytes, getNowait, getPrevious, getSinceSeconds, getSinceTime, getTailLines, getTimestamps, getVersion, hasAdditionalProperties, hasApiVersion, hasContainer, hasFollow, hashCode, hasKind, hasLimitBytes, hasNowait, hasPrevious, hasSinceSeconds, hasSinceTime, hasTailLines, hasTimestamps, hasVersion, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withContainer, withFollow, withFollow, withKind, withLimitBytes, withNowait, withNowait, withPrevious, withPrevious, withSinceSeconds, withSinceTime, withTailLines, withTimestamps, withTimestamps, withVersion
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
DeploymentLogOptionsBuilder
public DeploymentLogOptionsBuilder()
-
DeploymentLogOptionsBuilder
public DeploymentLogOptionsBuilder(DeploymentLogOptionsFluent<?> fluent)
-
DeploymentLogOptionsBuilder
public DeploymentLogOptionsBuilder(DeploymentLogOptions instance)
-
DeploymentLogOptionsBuilder
public DeploymentLogOptionsBuilder(DeploymentLogOptionsFluent<?> fluent, DeploymentLogOptions instance)
-
-
Method Detail
-
build
public DeploymentLogOptions build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<DeploymentLogOptions>
-
-