public interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LogEntrySpecFluent.TimestampNested<N> |
A addToMonitoredResourceDimensions(String key, TypedValue value)
A addToMonitoredResourceDimensions(Map<String,TypedValue> map)
A removeFromMonitoredResourceDimensions(Map<String,TypedValue> map)
Map<String,TypedValue> getMonitoredResourceDimensions()
A withMonitoredResourceDimensions(Map<String,TypedValue> monitoredResourceDimensions)
Boolean hasMonitoredResourceDimensions()
String getMonitoredResourceType()
Boolean hasMonitoredResourceType()
String getName()
Boolean hasName()
String getSeverity()
Boolean hasSeverity()
@Deprecated TimeStamp getTimestamp()
TimeStamp buildTimestamp()
Boolean hasTimestamp()
LogEntrySpecFluent.TimestampNested<A> withNewTimestamp()
LogEntrySpecFluent.TimestampNested<A> withNewTimestampLike(TimeStamp item)
LogEntrySpecFluent.TimestampNested<A> editTimestamp()
LogEntrySpecFluent.TimestampNested<A> editOrNewTimestamp()
LogEntrySpecFluent.TimestampNested<A> editOrNewTimestampLike(TimeStamp item)
A addToVariables(String key, TypedValue value)
A addToVariables(Map<String,TypedValue> map)
A removeFromVariables(Map<String,TypedValue> map)
Map<String,TypedValue> getVariables()
A withVariables(Map<String,TypedValue> variables)
Boolean hasVariables()
Copyright © 2017–2018 Red Hat. All rights reserved.