Package io.fabric8.kubernetes.client.dsl
Interface BytesLimitable<T>
-
- All Known Subinterfaces:
BytesLimitTerminateTimeTailPrettyLoggable<W>,ContainerResource<W,I,PI,O,PO,X,T,B,IS,UB>,PodResource<T>,TimestampBytesLimitTerminateTimeTailPrettyLoggable<W>
- All Known Implementing Classes:
PodOperationsImpl
public interface BytesLimitable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TlimitBytes(int limitBytes)Configure Maximum bytes of logs to return.
-
-
-
Method Detail
-
limitBytes
T limitBytes(int limitBytes)
Configure Maximum bytes of logs to return. Defaults to no limit.- Parameters:
limitBytes- number of bytes- Returns:
- returns pod log operation with specified PodLogOption configured
-
-