Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 95 of 95 for expectedNodes (0.31 sec)

  1. api/openapi-spec/v3/apis__policy__v1_openapi.json

                "default": 0,
                "description": "Number of pod disruptions that are currently allowed.",
                "format": "int32",
                "type": "integer"
              },
              "expectedPods": {
                "default": 0,
                "description": "total number of pods counted by this disruption budget",
                "format": "int32",
                "type": "integer"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "minimum desired number of healthy pods",
    							Default:     0,
    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    					"expectedPods": {
    						SchemaProps: spec.SchemaProps{
    							Description: "total number of pods counted by this disruption budget",
    							Default:     0,
    							Type:        []string{"integer"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            },
            "disruptionsAllowed": {
              "description": "Number of pod disruptions that are currently allowed.",
              "format": "int32",
              "type": "integer"
            },
            "expectedPods": {
              "description": "total number of pods counted by this disruption budget",
              "format": "int32",
              "type": "integer"
            },
            "observedGeneration": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            },
            "disruptionsAllowed": {
              "description": "Number of pod disruptions that are currently allowed.",
              "format": "int32",
              "type": "integer"
            },
            "expectedPods": {
              "description": "total number of pods counted by this disruption budget",
              "format": "int32",
              "type": "integer"
            },
            "observedGeneration": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

            },
            "disruptionsAllowed": {
              "description": "Number of pod disruptions that are currently allowed.",
              "format": "int32",
              "type": "integer"
            },
            "expectedPods": {
              "description": "total number of pods counted by this disruption budget",
              "format": "int32",
              "type": "integer"
            },
            "observedGeneration": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top