Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Statuses (0.38 sec)

  1. pkg/apis/core/types.go

    	PersistentVolumeClaimNodeResizeFailed ClaimResourceStatus = "NodeResizeFailed"
    )
    
    // +enum
    // New statuses can be added in the future. Consumers should check for unknown statuses and fail appropriately
    type PersistentVolumeClaimModifyVolumeStatus string
    
    const (
    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. staging/src/k8s.io/api/core/v1/types.go

    	PersistentVolumeClaimNodeResizeFailed ClaimResourceStatus = "NodeResizeFailed"
    )
    
    // +enum
    // New statuses can be added in the future. Consumers should check for unknown statuses and fail appropriately
    type PersistentVolumeClaimModifyVolumeStatus string
    
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (ModifyVolumeStatus) SwaggerDoc() map[string]string {
    	return map_ModifyVolumeStatus
    }
    
    var map_NFSVolumeSource = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      //   Infeasible indicates that the request has been rejected as invalid by the CSI driver. To
      // 	  resolve the error, a valid VolumeAttributesClass needs to be specified.
      // Note: New statuses can be added in the future. Consumers should check for unknown statuses and fail appropriately.
      optional string status = 2;
    }
    
    // Represents an NFS mount that lasts the lifetime of a pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    func validatePodResourceClaimStatuses(statuses []core.PodResourceClaimStatus, podClaims []core.PodResourceClaim, fldPath *field.Path) field.ErrorList {
    	var allErrs field.ErrorList
    
    	claimNames := sets.New[string]()
    	for i, status := range statuses {
    		idxPath := fldPath.Index(i)
    		// There's no need to check the content of the name. If it matches an entry,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.11.md

    * Added all kinds of resource objects' statuses in HPA description. ([#59609](https://github.com/kubernetes/kubernetes/pull/59609), [@zhangxiaoyu-zidif](https://github.com/zhangxiaoyu-zidif))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.27.md

    - Give terminal phase correctly to all pods that will not be restarted. 
    
      In particular, assign Failed phase to pods which are deleted while pending. Also, assign a terminal 
      phase (Succeeded or Failed, depending on the exit statuses of the pod containers) to pods which
      are deleted while running.
      
      This fixes the issue for jobs using pod failure policy (with JobPodFailurePolicy and PodDisruptionConditions 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.21.md

    - Fixes add-on manager leader election ([#98968](https://github.com/kubernetes/kubernetes/pull/98968), [@liggitt](https://github.com/liggitt)) [SIG Cloud Provider]
    - Improved update time of pod statuses following new probe results. ([#98376](https://github.com/kubernetes/kubernetes/pull/98376), [@matthyx](https://github.com/matthyx)) [SIG Node and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.22.md

    - Fix: ignore not a VMSS error for VMAS nodes in EnsureBackendPoolDeleted. (#105400, @ialidzhikov) [SIG Cloud Provider]
    - Fixes a regression on Kubelet restart and pod statuses. (#105560, @rphillips) [SIG Node and Testing]
    - Fixes kubelet memory regression in 1.22 (#105452, @liggitt) [SIG Node]
    - Fixes the kubelet's ability to restart static pods (#105075, @rphillips) [SIG Node and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.15.md

    - Added a new `storage_operation_status_count` metric for kube-controller-manager and kubelet to count success and error statues. ([#75750](https://github.com/kubernetes/kubernetes/pull/75750), [@msau42](https://github.com/msau42))
    
    ### Deprecated/changed metrics
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
Back to top