Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for eventSource (0.15 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      optional int32 count = 1;
    
      // Time of the last occurrence observed
      optional k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime lastObservedTime = 2;
    }
    
    // EventSource contains information for an event.
    message EventSource {
      // Component from which the event is generated.
      // +optional
      optional string component = 1;
    
      // Node name on which the event is generated.
      // +optional
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.6.md

      * Completed pods should not be hidden when requested by name via `kubectl get`. ([#42216](https://github.com/kubernetes/kubernetes/pull/42216), [@smarterclayton](https://github.com/smarterclayton))
      * Improve formatting of EventSource in kubectl get and kubectl describe ([#40073](https://github.com/kubernetes/kubernetes/pull/40073), [@matthyx](https://github.com/matthyx))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
Back to top