Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for MaxUnavailable (0.34 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml

        - key: keyValue
          operator: operatorValue
          values:
          - valuesValue
        matchLabels:
          matchLabelsKey: matchLabelsValue
      strategy:
        rollingUpdate:
          maxSurge: maxSurgeValue
          maxUnavailable: maxUnavailableValue
        type: typeValue
      template:
        metadata:
          annotations:
            annotationsKey: annotationsValue
          creationTimestamp: "2008-01-01T01:01:01Z"
          deletionGracePeriodSeconds: 10
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.yaml

              storagePolicyName: storagePolicyNameValue
              volumePath: volumePathValue
      updateStrategy:
        rollingUpdate:
          maxSurge: maxSurgeValue
          maxUnavailable: maxUnavailableValue
        type: typeValue
    status:
      collisionCount: 9
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.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)
  4. 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)
  5. 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