Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for fullyLabeledReplicas (0.48 sec)

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

    status:
      availableReplicas: 5
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      fullyLabeledReplicas: 2
      observedGeneration: 3
      readyReplicas: 4
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.json

                  "resourceClaimTemplateName": "resourceClaimTemplateNameValue"
                }
              }
            ]
          }
        }
      },
      "status": {
        "replicas": 1,
        "fullyLabeledReplicas": 2,
        "readyReplicas": 4,
        "availableReplicas": 5,
        "observedGeneration": 3,
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.json

                  "resourceClaimTemplateName": "resourceClaimTemplateNameValue"
                }
              }
            ]
          }
        }
      },
      "status": {
        "replicas": 1,
        "fullyLabeledReplicas": 2,
        "readyReplicas": 4,
        "availableReplicas": 5,
        "observedGeneration": 3,
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apps/v1/types.go

    	// The number of pods that have labels matching the labels of the pod template of the replicaset.
    	// +optional
    	FullyLabeledReplicas int32 `json:"fullyLabeledReplicas,omitempty" protobuf:"varint,2,opt,name=fullyLabeledReplicas"`
    
    	// readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.json

                  "resourceClaimTemplateName": "resourceClaimTemplateNameValue"
                }
              }
            ]
          }
        }
      },
      "status": {
        "replicas": 1,
        "fullyLabeledReplicas": 2,
        "readyReplicas": 4,
        "availableReplicas": 5,
        "observedGeneration": 3,
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.json

                  "resourceClaimTemplateName": "resourceClaimTemplateNameValue"
                }
              }
            ]
          }
        }
      },
      "status": {
        "replicas": 1,
        "fullyLabeledReplicas": 2,
        "readyReplicas": 4,
        "availableReplicas": 5,
        "observedGeneration": 3,
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.yaml

    status:
      availableReplicas: 5
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      fullyLabeledReplicas: 2
      observedGeneration: 3
      readyReplicas: 4
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.yaml

    status:
      availableReplicas: 5
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      fullyLabeledReplicas: 2
      observedGeneration: 3
      readyReplicas: 4
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.yaml

    status:
      availableReplicas: 5
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      fullyLabeledReplicas: 2
      observedGeneration: 3
      readyReplicas: 4
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.9K bytes
    - Viewed (0)
  10. pkg/apis/core/validation/validation_test.go

    		name:                 "invalid replicas",
    		replicas:             -1,
    		fullyLabeledReplicas: 3,
    		readyReplicas:        2,
    		availableReplicas:    1,
    		observedGeneration:   2,
    		expectedErr:          true,
    	}, {
    		name:                 "invalid fullyLabeledReplicas",
    		replicas:             3,
    		fullyLabeledReplicas: -1,
    		readyReplicas:        2,
    		availableReplicas:    1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top