Interface TimeTailPrettyLoggable

    • Method Detail

      • sinceTime

        TailPrettyLoggable sinceTime​(String timestamp)
        Only return logs after a specific date (RFC3339)
        Parameters:
        timestamp - timestamp as string
        Returns:
        log operation with PodLogOptions configured
      • sinceSeconds

        TailPrettyLoggable sinceSeconds​(int seconds)
        Get logs after a duration of seconds:
        Parameters:
        seconds - number of seconds
        Returns:
        log operation with PodLogOptions configured