Interface Filterable<T>

    • Method Detail

      • withLabelNotIn

        T withLabelNotIn​(String key,
                         String... values)
      • withLabel

        T withLabel​(String key)
      • withoutLabel

        T withoutLabel​(String key)
      • withLabelSelector

        T withLabelSelector​(io.fabric8.kubernetes.api.model.LabelSelector selector)
      • withInvolvedObject

        T withInvolvedObject​(io.fabric8.kubernetes.api.model.ObjectReference objectReference)
        Filter with the object that this event is about.
        Parameters:
        objectReference - ObjectReference for providing information of referred object
        Returns:
        filtered resource