Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 231 for Namespaced (0.15 sec)

  1. pilot/pkg/networking/core/httproute_test.go

    	}
    }
    
    func buildHTTPServiceWithLabels(hostname string, v visibility.Instance, ip, namespace string, labels map[string]string, ports ...int) *model.Service {
    	svc := buildHTTPService(hostname, v, ip, namespace, ports...)
    	svc.Attributes.Labels = labels
    	return svc
    }
    
    func buildHTTPService(hostname string, v visibility.Instance, ip, namespace string, ports ...int) *model.Service {
    	service := &model.Service{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  2. pkg/apis/flowcontrol/validation/validation_test.go

    						Namespaces: nil,
    					}},
    				}},
    			},
    		},
    		expectedErrors: field.ErrorList{
    			field.Required(field.NewPath("spec").Child("rules").Index(0).Child("resourceRules").Index(0).Child("namespaces"), "resource rules that are not cluster scoped must supply at least one namespace"),
    		},
    	}, {
    		name: "ClusterScope is allowed, with no Namespaces",
    		flowSchema: &flowcontrol.FlowSchema{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "namespaces": [
                      "namespacesValue"
                    ],
                    "topologyKey": "topologyKeyValue",
                    "namespaceSelector": {
                      "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.StatefulSet.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "namespaces": [
                      "namespacesValue"
                    ],
                    "topologyKey": "topologyKeyValue",
                    "namespaceSelector": {
                      "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1beta1.CronJob.json

                              "values": [
                                "valuesValue"
                              ]
                            }
                          ]
                        },
                        "namespaces": [
                          "namespacesValue"
                        ],
                        "topologyKey": "topologyKeyValue",
                        "namespaceSelector": {
                          "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 62.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json

                              "values": [
                                "valuesValue"
                              ]
                            }
                          ]
                        },
                        "namespaces": [
                          "namespacesValue"
                        ],
                        "topologyKey": "topologyKeyValue",
                        "namespaceSelector": {
                          "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.json

                              "values": [
                                "valuesValue"
                              ]
                            }
                          ]
                        },
                        "namespaces": [
                          "namespacesValue"
                        ],
                        "topologyKey": "topologyKeyValue",
                        "namespaceSelector": {
                          "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "namespaces": [
                      "namespacesValue"
                    ],
                    "topologyKey": "topologyKeyValue",
                    "namespaceSelector": {
                      "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    			Name:      name,
    			Namespace: namespace,
    		},
    		Subsets: []corev1.EndpointSubset{{
    			Addresses: eas,
    			Ports:     eps,
    		}},
    	}
    	if _, err := controller.client.Kube().CoreV1().Endpoints(namespace).Update(context.TODO(), endpoint, metav1.UpdateOptions{}); err != nil {
    		t.Fatalf("failed to update endpoints %s in namespace %s (error %v)", name, namespace, err)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

                              "values": [
                                "valuesValue"
                              ]
                            }
                          ]
                        },
                        "namespaces": [
                          "namespacesValue"
                        ],
                        "topologyKey": "topologyKeyValue",
                        "namespaceSelector": {
                          "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
Back to top