Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 151 for hostnames (0.33 sec)

  1. pilot/pkg/config/kube/gateway/conversion.go

    			}
    		}
    
    		// Next check the hostnames are a match. This is a bi-directional wildcard match. Only one route
    		// hostname must match for it to be allowed (but the others will be filtered at runtime)
    		// If either is empty its treated as a wildcard which always matches
    
    		if len(hostnames) == 0 {
    			hostnames = []k8s.Hostname{"*"}
    		}
    		if len(parent.Hostnames) > 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/route/route.go

    				// Ignore 0 weighted clusters if there are other clusters in the route.
    				continue
    			}
    			destinationweight, hostname := processWeightedDestination(dst, serviceRegistry, listenerPort, hashByDestination, action)
    			weighted = append(weighted, destinationweight)
    			hostnames = append(hostnames, hostname)
    		}
    		action.ClusterSpecifier = &route.RouteAction_WeightedClusters{
    			WeightedClusters: &route.WeightedCluster{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  3. tests/integration/ambient/baseline_test.go

    				return
    			}
    			var singleHost echo.Checker = func(result echo.CallResult, _ error) error {
    				hostnames := make([]string, len(result.Responses))
    				for i, r := range result.Responses {
    					hostnames[i] = r.Hostname
    				}
    				unique := sets.SortedList(sets.New(hostnames...))
    				if len(unique) != 1 {
    					return fmt.Errorf("excepted only one destination, got: %v", unique)
    				}
    				return nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.ReplicaSet.json

                "effect": "effectValue",
                "tolerationSeconds": 5
              }
            ],
            "hostAliases": [
              {
                "ip": "ipValue",
                "hostnames": [
                  "hostnamesValue"
                ]
              }
            ],
            "priorityClassName": "priorityClassNameValue",
            "priority": 25,
            "dnsConfig": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.ReplicaSet.json

                "effect": "effectValue",
                "tolerationSeconds": 5
              }
            ],
            "hostAliases": [
              {
                "ip": "ipValue",
                "hostnames": [
                  "hostnamesValue"
                ]
              }
            ],
            "priorityClassName": "priorityClassNameValue",
            "priority": 25,
            "dnsConfig": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PodTemplate.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 49.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.Deployment.json

                "effect": "effectValue",
                "tolerationSeconds": 5
              }
            ],
            "hostAliases": [
              {
                "ip": "ipValue",
                "hostnames": [
                  "hostnamesValue"
                ]
              }
            ],
            "priorityClassName": "priorityClassNameValue",
            "priority": 25,
            "dnsConfig": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.ReplicaSet.json

                "effect": "effectValue",
                "tolerationSeconds": 5
              }
            ],
            "hostAliases": [
              {
                "ip": "ipValue",
                "hostnames": [
                  "hostnamesValue"
                ]
              }
            ],
            "priorityClassName": "priorityClassNameValue",
            "priority": 25,
            "dnsConfig": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

                "effect": "effectValue",
                "tolerationSeconds": 5
              }
            ],
            "hostAliases": [
              {
                "ip": "ipValue",
                "hostnames": [
                  "hostnamesValue"
                ]
              }
            ],
            "priorityClassName": "priorityClassNameValue",
            "priority": 25,
            "dnsConfig": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
Back to top