Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 68 for fullyLabeledReplicas (0.21 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/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: Thu Apr 18 08:52:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/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: Thu Apr 18 08:52:25 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  3. pkg/apis/extensions/v1beta1/zz_generated.conversion.go

    }
    
    func autoConvert_v1beta1_ReplicaSetStatus_To_apps_ReplicaSetStatus(in *v1beta1.ReplicaSetStatus, out *apps.ReplicaSetStatus, s conversion.Scope) error {
    	out.Replicas = in.Replicas
    	out.FullyLabeledReplicas = in.FullyLabeledReplicas
    	out.ReadyReplicas = in.ReadyReplicas
    	out.AvailableReplicas = in.AvailableReplicas
    	out.ObservedGeneration = in.ObservedGeneration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 95.7K 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/apps/v1beta2/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 controller with a Ready Condition.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. staging/src/k8s.io/api/testdata/v1.29.0/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: Fri Dec 15 04:12:07 UTC 2023
    - 53.1K bytes
    - Viewed (0)
  9. 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)
  10. staging/src/k8s.io/api/testdata/v1.29.0/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: Fri Dec 15 04:12:07 UTC 2023
    - 53.3K bytes
    - Viewed (0)
Back to top