Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sensible (0.11 sec)

  1. pkg/apis/core/types.go

    	PodResizeStatusInProgress PodResizeStatus = "InProgress"
    	// Node cannot resize the pod at this time and will keep retrying.
    	PodResizeStatusDeferred PodResizeStatus = "Deferred"
    	// Requested pod resize is not feasible and will not be re-evaluated.
    	PodResizeStatusInfeasible PodResizeStatus = "Infeasible"
    )
    
    // VolumeMountStatus shows status of volume mounts.
    type VolumeMountStatus struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.8.md

      * Feature complete. Support the full CRI API defined in v1.8.
      * Pass all the CRI validation tests and regular node end-to-end tests.
      * An ansible playbook is provided to configure a Kubernetes cri-containerd cluster with kubeadm.
    
    * Add support in Kubelet to consume container metrics via CRI. [[@yguo0905](https://github.com/yguo0905)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	PodResizeStatusInProgress PodResizeStatus = "InProgress"
    	// Node cannot resize the pod at this time and will keep retrying.
    	PodResizeStatusDeferred PodResizeStatus = "Deferred"
    	// Requested pod resize is not feasible and will not be re-evaluated.
    	PodResizeStatusInfeasible PodResizeStatus = "Infeasible"
    )
    
    // VolumeMountStatus shows status of volume mounts.
    type VolumeMountStatus struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top