Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for currentNumberScheduled (0.38 sec)

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

    status:
      collisionCount: 9
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      currentNumberScheduled: 1
      desiredNumberScheduled: 3
      numberAvailable: 7
      numberMisscheduled: 2
      numberReady: 4
      numberUnavailable: 8
      observedGeneration: 5
    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/v1.30.0/apps.v1beta2.DaemonSet.yaml

    status:
      collisionCount: 9
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      currentNumberScheduled: 1
      desiredNumberScheduled: 3
      numberAvailable: 7
      numberMisscheduled: 2
      numberReady: 4
      numberUnavailable: 8
      observedGeneration: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.yaml

    status:
      collisionCount: 9
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      currentNumberScheduled: 1
      desiredNumberScheduled: 3
      numberAvailable: 7
      numberMisscheduled: 2
      numberReady: 4
      numberUnavailable: 8
      observedGeneration: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.DaemonSet.yaml

    status:
      collisionCount: 9
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      currentNumberScheduled: 1
      desiredNumberScheduled: 3
      numberAvailable: 7
      numberMisscheduled: 2
      numberReady: 4
      numberUnavailable: 8
      observedGeneration: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35K bytes
    - Viewed (0)
  5. pkg/apis/apps/validation/validation.go

    func validateDaemonSetStatus(status *apps.DaemonSetStatus, fldPath *field.Path) field.ErrorList {
    	allErrs := field.ErrorList{}
    	allErrs = append(allErrs, apivalidation.ValidateNonnegativeField(int64(status.CurrentNumberScheduled), fldPath.Child("currentNumberScheduled"))...)
    	allErrs = append(allErrs, apivalidation.ValidateNonnegativeField(int64(status.NumberMisscheduled), fldPath.Child("numberMisscheduled"))...)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 06 22:11:20 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.DaemonSet.yaml

    status:
      collisionCount: 9
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      currentNumberScheduled: 1
      desiredNumberScheduled: 3
      numberAvailable: 7
      numberMisscheduled: 2
      numberReady: 4
      numberUnavailable: 8
      observedGeneration: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.yaml

    status:
      collisionCount: 9
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      currentNumberScheduled: 1
      desiredNumberScheduled: 3
      numberAvailable: 7
      numberMisscheduled: 2
      numberReady: 4
      numberUnavailable: 8
      observedGeneration: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/apps/v1/generated.proto

      // The number of nodes that are running at least 1
      // daemon pod and are supposed to run the daemon pod.
      // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
      optional int32 currentNumberScheduled = 1;
    
      // The number of nodes that are running the daemon pod, but are
      // not supposed to run the daemon pod.
      // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1/generated.proto

      // The number of nodes that are running at least 1
      // daemon pod and are supposed to run the daemon pod.
      // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
      optional int32 currentNumberScheduled = 1;
    
      // The number of nodes that are running the daemon pod, but are
      // not supposed to run the daemon pod.
      // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:14:59 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go

    	return map_DaemonSetSpec
    }
    
    var map_DaemonSetStatus = map[string]string{
    	"":                       "DaemonSetStatus represents the current status of a daemon set.",
    	"currentNumberScheduled": "The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:14:59 UTC 2024
    - 32.5K bytes
    - Viewed (0)
Back to top