Class LogEntryBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.controlplane.v1alpha1.LogEntryFluent<LogEntryBuilder>
-
- io.fabric8.openshift.api.model.operator.controlplane.v1alpha1.LogEntryBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<LogEntry>,io.fabric8.kubernetes.api.builder.Visitable<LogEntryBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<LogEntry,LogEntryBuilder>
public class LogEntryBuilder extends LogEntryFluent<LogEntryBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<LogEntry,LogEntryBuilder>
-
-
Constructor Summary
Constructors Constructor Description LogEntryBuilder()LogEntryBuilder(LogEntry instance)LogEntryBuilder(LogEntryFluent<?> fluent)LogEntryBuilder(LogEntryFluent<?> fluent, LogEntry instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogEntrybuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.controlplane.v1alpha1.LogEntryFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getLatency, getMessage, getReason, getSuccess, getTime, hasAdditionalProperties, hashCode, hasLatency, hasMessage, hasReason, hasSuccess, hasTime, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withLatency, withMessage, withReason, withSuccess, withSuccess, withTime
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
LogEntryBuilder
public LogEntryBuilder()
-
LogEntryBuilder
public LogEntryBuilder(LogEntryFluent<?> fluent)
-
LogEntryBuilder
public LogEntryBuilder(LogEntryFluent<?> fluent, LogEntry instance)
-
LogEntryBuilder
public LogEntryBuilder(LogEntry instance)
-
-