Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 59 for Ingresses (0.15 sec)

  1. pkg/test/framework/components/echo/echotest/run.go

    	istioInstance := istio.GetOrFail(t.rootCtx, t.rootCtx)
    	t.toEachDeployment(t.rootCtx, func(ctx framework.TestContext, dstInstances echo.Instances) {
    		// Build and apply per-destination config
    		callers := istioInstance.Ingresses().Callers()
    		t.cfg.Context(ctx).BuildFromAndTo(callers, dstInstances.Services()).Apply()
    
    		t.setupPair(ctx, callers, echo.Services{dstInstances})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 22:08:42 UTC 2023
    - 13K bytes
    - Viewed (0)
  2. api/discovery/aggregated_v2.json

                    "get",
                    "list",
                    "patch",
                    "update",
                    "watch"
                  ]
                },
                {
                  "resource": "ingresses",
                  "responseKind": {
                    "group": "",
                    "kind": "Ingress",
                    "version": ""
                  },
                  "scope": "Namespaced",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. api/discovery/aggregated_v2beta1.json

                    "get",
                    "list",
                    "patch",
                    "update",
                    "watch"
                  ]
                },
                {
                  "resource": "ingresses",
                  "responseKind": {
                    "group": "",
                    "kind": "Ingress",
                    "version": ""
                  },
                  "scope": "Namespaced",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/networking/v1beta1/types_swagger_doc_generated.go

    	"backend":          "backend is the default...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/networking/v1beta1/generated.proto

      // must be given precedence over this field. The controller may emit a
      // warning if the field and annotation have different values.
      // Implementations of this API should ignore Ingresses without a class
      // specified. An IngressClass resource may be marked as default, which can
      // be used to set a default value for this field. For more information,
      // refer to the IngressClass documentation.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/networking/v1beta1/generated.proto

      // must be given precedence over this field. The controller may emit a
      // warning if the field and annotation have different values.
      // Implementations of this API should ignore Ingresses without a class
      // specified. An IngressClass resource may be marked as default, which can
      // be used to set a default value for this field. For more information,
      // refer to the IngressClass documentation.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  7. tests/integration/pilot/ingress_test.go

    					ingressHostFound := false
    					actualHosts := []string{}
    					retry.UntilSuccessOrFail(t, func() error {
    						ing, err := t.Clusters().Default().Kube().NetworkingV1().Ingresses(apps.Namespace.Name()).Get(context.Background(), "ingress", metav1.GetOptions{})
    						if err != nil {
    							return err
    						}
    						if len(ing.Status.LoadBalancer.Ingress) < 1 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/networking/v1beta1/types.go

    	// must be given precedence over this field. The controller may emit a
    	// warning if the field and annotation have different values.
    	// Implementations of this API should ignore Ingresses without a class
    	// specified. An IngressClass resource may be marked as default, which can
    	// be used to set a default value for this field. For more information,
    	// refer to the IngressClass documentation.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:30 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  9. pkg/config/schema/collections/collections.gen.go

    		ValidateProto: validation.EmptyValidate,
    	}.MustBuild()
    
    	Ingress = resource.Builder{
    		Identifier: "Ingress",
    		Group:      "networking.k8s.io",
    		Kind:       "Ingress",
    		Plural:     "ingresses",
    		Version:    "v1",
    		Proto:      "k8s.io.api.networking.v1.IngressSpec", StatusProto: "k8s.io.api.networking.v1.IngressStatus",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  10. pkg/apis/networking/types.go

    	// must be given precedence over this field. The controller may emit a
    	// warning if the field and annotation have different values.
    	// Implementations of this API should ignore Ingresses without a class
    	// specified. An IngressClass resource may be marked as default, which can
    	// be used to set a default value for this field. For more information,
    	// refer to the IngressClass documentation.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 27.7K bytes
    - Viewed (0)
Back to top