Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for numberMisscheduled (0.98 sec)

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

        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

        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

        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

        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

    	allErrs = append(allErrs, apivalidation.ValidateNonnegativeField(int64(status.NumberMisscheduled), fldPath.Child("numberMisscheduled"))...)
    	allErrs = append(allErrs, apivalidation.ValidateNonnegativeField(int64(status.DesiredNumberScheduled), fldPath.Child("desiredNumberScheduled"))...)
    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

        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

        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. staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go

    	"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/",
    	"numberMisscheduled":     "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
    - 32.5K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/apps/v1/generated.proto

      // 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/
      optional int32 numberMisscheduled = 2;
    
      // The total number of nodes that should be running the daemon
      // pod (including nodes correctly running 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)
  10. staging/src/k8s.io/api/apps/v1/generated.proto

      // 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/
      optional int32 numberMisscheduled = 2;
    
      // The total number of nodes that should be running the daemon
      // pod (including nodes correctly running 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)
Back to top