Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for ExtensionB (0.1 sec)

  1. CHANGELOG/CHANGELOG-1.13.md

        * `kubectl rollout undo` no longer uses the deprecated extensions/v1beta1 rollback API, which means that Events are no longer emitted when rolling back a deployment
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.24.md

    - PreFilter extension in the scheduler framework now returns not only status but also PreFilterResult ([#108648](https://github.com/kubernetes/kubernetes/pull/108648), [@ahg-g](https://github.com/ahg-g))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// with containers. Stripping the field got added in 1.27 and was backported to 1.26.
    	// Starting with Kubernetes 1.28, this field is not part of the volume API anymore.
    	//
    	// Future extensions must not use "claims" or field number 3.
    	// Claims []ResourceClaim `json:"claims,omitempty" protobuf:"bytes,3,opt,name=claims"`
    }
    
    // ResourceClaim references one entry in PodSpec.ResourceClaims.
    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