Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    }
    
    func (m *DeploymentSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.ProgressDeadlineSeconds != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.ProgressDeadlineSeconds))
    		i--
    		dAtA[i] = 0x48
    	}
    	if m.RollbackTo != nil {
    		{
    			size, err := m.RollbackTo.MarshalToSizedBuffer(dAtA[:i])
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.7.md

    * Deployments and DaemonSets are now considered complete once all of the new pods are up and running - affects `kubectl rollout status` (and ProgressDeadlineSeconds for Deployments) ([#44672](https://github.com/kubernetes/kubernetes/pull/44672), [@kargakis](https://github.com/kargakis))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
Back to top