Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 50 for expectedIds (0.49 sec)

  1. common-protos/k8s.io/api/policy/v1beta1/generated.proto

      optional int32 currentHealthy = 4;
    
      // minimum desired number of healthy pods
      optional int32 desiredHealthy = 5;
    
      // total number of pods counted by this disruption budget
      optional int32 expectedPods = 6;
    
      // Conditions contain conditions for PDB. The disruption controller sets the
      // DisruptionAllowed condition. The following are known values for the reason field
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context_test.go

    	}
    	gotns1 := make([]string, 0)
    	for _, filter := range pc.envoyFiltersByNamespace["testns-1"] {
    		gotns1 = append(gotns1, filter.Keys()...)
    	}
    	if !reflect.DeepEqual(expectedns, gotns) {
    		t.Errorf("Envoy filters are not ordered as expected. expected: %v got: %v", expectedns, gotns)
    	}
    	if !reflect.DeepEqual(expectedns1, gotns1) {
    		t.Errorf("Envoy filters are not ordered as expected. expected: %v got: %v", expectedns1, gotns1)
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      const FloatingPoint<RawType> lhs(expected), rhs(actual);
    
      if (lhs.AlmostEquals(rhs)) {
        return AssertionSuccess();
      }
    
      ::std::stringstream expected_ss;
      expected_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2)
                  << expected;
    
      ::std::stringstream actual_ss;
      actual_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  4. pilot/pkg/model/sidecar_test.go

    			if !reflect.DeepEqual(got, tt.expected) {
    				gots, _ := json.MarshalIndent(got, "", "  ")
    				expecteds, _ := json.MarshalIndent(tt.expected, "", "  ")
    				t.Errorf("Got %v, expected %v", string(gots), string(expecteds))
    			}
    		})
    	}
    }
    
    func TestContainsEgressDependencies(t *testing.T) {
    	const (
    		svcName = "svc1.com"
    		nsName  = "ns"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  5. prow/config/calico.yaml

                type: object
              spec:
                description: HostEndpointSpec contains the specification for a HostEndpoint
                  resource.
                properties:
                  expectedIPs:
                    description: "The expected IP addresses (IPv4 and IPv6) of the endpoint.
                      If \"InterfaceName\" is not present, Calico will look for an interface
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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