Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 130 for egress (0.62 sec)

  1. pkg/proxy/nftables/proxier_test.go

    				Protocol: v1.ProtocolTCP,
    				NodePort: int32(svcNodePort),
    			}}
    			svc.Status.LoadBalancer.Ingress = []v1.LoadBalancerIngress{
    				{IP: svcLBIP1},
    				{IP: svcLBIP2},
    			}
    			svc.Spec.LoadBalancerSourceRanges = []string{
    				"192.168.0.0/24",
    
    				// Regression test that excess whitespace gets ignored
    				" 203.0.113.0/25",
    			}
    		}),
    	)
    
    	epIP := "10.180.0.1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers_test.go

    		}
    		if !reflect.DeepEqual(test.expected, rows) {
    			t.Errorf("%d mismatch: %s", i, cmp.Diff(test.expected, rows))
    		}
    	}
    }
    
    func TestPrintIngress(t *testing.T) {
    	ingress := networking.Ingress{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:              "test1",
    			CreationTimestamp: metav1.Time{Time: time.Now().Add(time.Duration(-10 * 365 * 24 * time.Hour))},
    		},
    		Spec: networking.IngressSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_test.go

    				TargetPort:  7443,
    			},
    		},
    	}
    
    	ingress := &networking.IstioIngressListener{
    		CaptureMode:     networking.CaptureMode_NONE,
    		DefaultEndpoint: "127.0.0.1:7020",
    		Port: &networking.SidecarPort{
    			Number:   7443,
    			Name:     "grpc-core",
    			Protocol: "GRPC",
    		},
    	}
    	svc := findOrCreateService(instances, ingress, "sidecar", "sidecarns")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/proxier_test.go

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package ipvs
    
    import (
    	"bytes"
    	"context"
    	"fmt"
    	"net"
    	"reflect"
    	"sort"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  5. cluster/gce/gci/configure-helper.sh

        verbs: ["watch"]
        resources:
          - group: "" # core
            resources: ["endpoints", "services", "services/status"]
      - level: None
        # Ingress controller reads 'configmaps/ingress-uid' through the unsecured port.
        # TODO(#46983): Change this to the ingress controller service account.
        users: ["system:unsecured"]
        namespaces: ["kube-system"]
        verbs: ["get"]
        resources:
          - group: "" # core
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  6. pkg/test/framework/features/allowlist.txt

    conformance_test,TestConformance/config/quotaspecbinding/basic
    conformance_test,TestConformance/config/template/basic
    conformance_test,TestConformance/k8s/ingress/basic
    conformance_test,TestConformance/k8s/ingress/merge
    conformance_test,TestConformance/k8s/ingress/merge/0
    conformance_test,TestConformance/k8s/ingress/merge/1
    conformance_test,TestConformance/networking/destinationRule/basic
    conformance_test,TestConformance/networking/envoyFilter/basic
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // UKHomeOffice : https://www.gov.uk/government/organisations/home-office
    // Submitted by Jon Shanks <******@****.***>
    homeoffice.gov.uk
    
    // GlobeHosting, Inc.
    // Submitted by Zoltan Egresi <egresi@globehosting.com>
    ro.im
    
    // GoIP DNS Services : http://www.goip.de
    // Submitted by Christian Poulter <******@****.***>
    goip.de
    
    // Google, Inc.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  8. pkg/controller/daemon/daemon_controller_test.go

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package daemon
    
    import (
    	"context"
    	"errors"
    	"fmt"
    	"reflect"
    	"sort"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    #include <cmath>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

                  }
                ],
                "description": "object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object)."
              },
              "pods": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.autoscaling.v2.PodsMetricSource"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
Back to top