public class LogEntrySpecFluentImpl<A extends LogEntrySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements LogEntrySpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
LogEntrySpecFluentImpl.TimestampNestedImpl<N> |
LogEntrySpecFluent.TimestampNested<N>| Constructor and Description |
|---|
LogEntrySpecFluentImpl() |
LogEntrySpecFluentImpl(LogEntrySpec instance) |
public LogEntrySpecFluentImpl()
public LogEntrySpecFluentImpl(LogEntrySpec instance)
public A addToMonitoredResourceDimensions(String key, TypedValue value)
addToMonitoredResourceDimensions in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A addToMonitoredResourceDimensions(Map<String,TypedValue> map)
addToMonitoredResourceDimensions in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A removeFromMonitoredResourceDimensions(String key)
removeFromMonitoredResourceDimensions in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A removeFromMonitoredResourceDimensions(Map<String,TypedValue> map)
removeFromMonitoredResourceDimensions in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public Map<String,TypedValue> getMonitoredResourceDimensions()
getMonitoredResourceDimensions in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A withMonitoredResourceDimensions(Map<String,TypedValue> monitoredResourceDimensions)
withMonitoredResourceDimensions in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public Boolean hasMonitoredResourceDimensions()
hasMonitoredResourceDimensions in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public String getMonitoredResourceType()
getMonitoredResourceType in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A withMonitoredResourceType(String monitoredResourceType)
withMonitoredResourceType in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public Boolean hasMonitoredResourceType()
hasMonitoredResourceType in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public String getName()
getName in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A withName(String name)
withName in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public Boolean hasName()
hasName in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public String getSeverity()
getSeverity in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A withSeverity(String severity)
withSeverity in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public Boolean hasSeverity()
hasSeverity in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>@Deprecated public TimeStamp getTimestamp()
getTimestamp in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public TimeStamp buildTimestamp()
buildTimestamp in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A withTimestamp(TimeStamp timestamp)
withTimestamp in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public Boolean hasTimestamp()
hasTimestamp in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A withNewTimestamp(Integer nanos, Long seconds)
withNewTimestamp in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public LogEntrySpecFluent.TimestampNested<A> withNewTimestamp()
withNewTimestamp in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public LogEntrySpecFluent.TimestampNested<A> withNewTimestampLike(TimeStamp item)
withNewTimestampLike in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public LogEntrySpecFluent.TimestampNested<A> editTimestamp()
editTimestamp in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public LogEntrySpecFluent.TimestampNested<A> editOrNewTimestamp()
editOrNewTimestamp in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public LogEntrySpecFluent.TimestampNested<A> editOrNewTimestampLike(TimeStamp item)
editOrNewTimestampLike in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A addToVariables(String key, TypedValue value)
addToVariables in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A addToVariables(Map<String,TypedValue> map)
addToVariables in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A removeFromVariables(String key)
removeFromVariables in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A removeFromVariables(Map<String,TypedValue> map)
removeFromVariables in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public Map<String,TypedValue> getVariables()
getVariables in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public A withVariables(Map<String,TypedValue> variables)
withVariables in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>public Boolean hasVariables()
hasVariables in interface LogEntrySpecFluent<A extends LogEntrySpecFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.