Package io.fabric8.kubernetes.client.dsl
Interface PrettyLoggable
-
- All Superinterfaces:
Loggable
- All Known Subinterfaces:
BytesLimitTerminateTimeTailPrettyLoggable,ContainerResource,PodResource,RollableScalableResource<T>,ScalableResource<T>,TailPrettyLoggable,TimestampBytesLimitTerminateTimeTailPrettyLoggable,TimeTailPrettyLoggable
public interface PrettyLoggable extends Loggable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoggablewithPrettyOutput()Get logs with pretty output-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Loggable
getLog, getLog, getLogInputStream, getLogReader, watchLog, watchLog, withLogWaitTimeout, withReadyWaitTimeout
-
-
-
-
Method Detail
-
withPrettyOutput
Loggable withPrettyOutput()
Get logs with pretty output- Returns:
- returns pod log operation with specified PodLogOption configured
-
-