Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for sensible (0.2 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.9.md

    ### OpenStack
    
    In this cycle, SIG OpenStack focused on configuration simplification through smarter defaults and the use of auto-detection wherever feasible (Block Storage API versions, Security Groups) as well as updating API support, including:
    
    *   Block Storage (Cinder) V3 is now supported.
    *   Load Balancer (Octavia) V2 is now supported, in addition to Neutron LBaaS V2.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  3. 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)
  4. 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