Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 46 of 46 for updatedReplicas (0.17 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.yaml

        type: typeValue
      currentReplicas: 4
      currentRevision: currentRevisionValue
      observedGeneration: 1
      readyReplicas: 3
      replicas: 2
      updateRevision: updateRevisionValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.yaml

        type: typeValue
      currentReplicas: 4
      currentRevision: currentRevisionValue
      observedGeneration: 1
      readyReplicas: 3
      replicas: 2
      updateRevision: updateRevisionValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  3. pkg/controller/deployment/sync.go

    		ObservedGeneration:  deployment.Generation,
    		Replicas:            deploymentutil.GetActualReplicaCountForReplicaSets(allRSs),
    		UpdatedReplicas:     deploymentutil.GetActualReplicaCountForReplicaSets([]*apps.ReplicaSet{newRS}),
    		ReadyReplicas:       deploymentutil.GetReadyReplicaCountForReplicaSets(allRSs),
    		AvailableReplicas:   availableReplicas,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 05 23:39:52 UTC 2023
    - 24.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/extensions/v1beta1/generated.proto

      // +optional
      optional int32 replicas = 2;
    
      // Total number of non-terminated pods targeted by this deployment that have the desired template spec.
      // +optional
      optional int32 updatedReplicas = 3;
    
      // Total number of ready pods targeted by this deployment.
      // +optional
      optional int32 readyReplicas = 7;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go

    	"observedGeneration":  "The generation observed by the deployment controller.",
    	"replicas":            "Total number of non-terminated pods targeted by this deployment (their labels match the selector).",
    	"updatedReplicas":     "Total number of non-terminated pods targeted by this deployment that have the desired template spec.",
    	"readyReplicas":       "Total number of ready pods targeted by this deployment.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      // +optional
      optional int32 replicas = 2;
    
      // Total number of non-terminated pods targeted by this deployment that have the desired template spec.
      // +optional
      optional int32 updatedReplicas = 3;
    
      // Total number of ready pods targeted by this deployment.
      // +optional
      optional int32 readyReplicas = 7;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
Back to top