Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nodeResources (0.17 sec)

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

      // +optional
      optional string path = 1;
    }
    
    // NodeResources is an object for conveying resource information about a node.
    // see https://kubernetes.io/docs/concepts/architecture/nodes/#capacity for more details.
    message NodeResources {
      // Capacity represents the available resources of a node
      map<string, k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

    - Migrated the noderesources scheduler plugin to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging). ([#116748](https://github.com/kubernetes/kubernetes/pull/116748), [@mengjiao-liu](https://github.com/mengjiao-liu))...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
Back to top