Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for MaxUnavailable (0.13 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.yaml

              storagePolicyID: storagePolicyIDValue
              storagePolicyName: storagePolicyNameValue
              volumePath: volumePathValue
      updateStrategy:
        rollingUpdate:
          maxUnavailable: maxUnavailableValue
          partition: 1
        type: typeValue
      volumeClaimTemplates:
      - metadata:
          annotations:
            annotationsKey: annotationsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  2. pkg/features/kube_features.go

    	//
    	// Enable MatchLabelKeys in PodTopologySpread.
    	MatchLabelKeysInPodTopologySpread featuregate.Feature = "MatchLabelKeysInPodTopologySpread"
    
    	// owner: @krmayankk
    	// alpha: v1.24
    	//
    	// Enables maxUnavailable for StatefulSet
    	MaxUnavailableStatefulSet featuregate.Feature = "MaxUnavailableStatefulSet"
    
    	// owner: @cynepco3hahue(alukiano) @cezaryzukowski @k-wiatrzyk
    	// alpha: v1.21
    	// beta: v1.22
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top