Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 51 for Namespace$2 (0.24 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/NamespaceIdTest.groovy

            NamespaceId id1 = new NamespaceId(namespace1, name1)
            NamespaceId id2 = new NamespaceId(namespace2, name2)
    
            expect:
            ! id1.equals(id2)
            id1.hashCode() != id2.hashCode()
    
            where:
            namespace1        | name1        | namespace2        | name2
            "some-namespace1" | "some-name"  | "some-namespace2" | "some-name"
            "some-namespace"  | "some-name1" | "some-namespace"  | "some-name2"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/namespace/matcher_test.go

    			attr:           admission.NewAttributesRecord(&namespace2, nil, schema.GroupVersionKind{}, namespace2.Name, namespace2.Name, schema.GroupVersionResource{Resource: "namespaces"}, "", admission.Update, &metav1.UpdateOptions{}, false, nil),
    			expectedLabels: namespace2Labels,
    		},
    		{
    			name:           "request is for deleting namespace, the labels should be from the cache",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 26 00:41:14 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  3. operator/cmd/mesh/operator_test.go

    			tag:               "1.2.3",
    			imagePullSecrets:  []string{"imagePullSecret1,imagePullSecret2"},
    			operatorNamespace: "operator-test-namespace",
    			watchedNamespaces: "istio-test-namespace1,istio-test-namespace2",
    		},
    	}
    
    	cmd := "operator dump --hub " + odArgs.common.hub
    	cmd += " --tag " + odArgs.common.tag
    	cmd += " --imagePullSecrets " + strings.Join(odArgs.common.imagePullSecrets, ",")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 29 14:15:33 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // care that if this is left empty the binding must not match any cluster-scoped
      // resources, which will result in an error.
      //
      // +optional
      optional string namespace = 2;
    
      // selector can be used to match multiple param objects based on their labels.
      // Supply selector: {} to match all resources of the ParamKind.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // care that if this is left empty the binding must not match any cluster-scoped
      // resources, which will result in an error.
      //
      // +optional
      optional string namespace = 2;
    
      // selector can be used to match multiple param objects based on their labels.
      // Supply selector: {} to match all resources of the ParamKind.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // added to the cluster. This is usually done by configuring the cluster infra provider.
      bool enabled = 1;
    
      // The namespace of the CNI daemonset, incase it's not the same as istiod.
      string namespace = 2;
    }
    
    // Controls legacy k8s ingress. Only one pilot profile should enable ingress support.
    message PilotIngressConfig {
      // Sets the type ingress service for Pilot.
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  7. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    		"/pod1-c0": getTestContainerInfo(seedPod1Container, pName1, namespace0, cName10),
    		// Pod2 - Namespace2
    		"/pod2-i":                        getTestContainerInfo(seedPod2Infra, pName2, namespace2, kubelettypes.PodInfraContainerName),
    		"/pod2-c0":                       getTestContainerInfo(seedPod2Container, pName2, namespace2, cName20),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/http/multiple-policies-in.yaml

    ---
    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: httpbin-7
      namespace: foo
    spec:
      rules:
        - from:
            - source:
                namespaces: ["namespaces1", "namespaces2"]
    ---
    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: httpbin-8
      namespace: foo
    spec:
      rules:
        - from:
            - source:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 01 19:25:01 UTC 2021
    - 2K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/service-no-port-name.yaml

        - protocol: TCP
          port: 8080
          targetPort: 8080
        - protocol: TCP
          port: 8081
          targetPort: 8081
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: my-service2
      namespace: my-namespace2
    spec:
      selector:
        app: my-service2
      ports:
        - name: foo
          protocol: TCP
          port: 8080
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 574 bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/http/multiple-policies-out.yaml

                            regex: .*/ns/namespaces1/.*
                    - authenticated:
                        principalName:
                          safeRegex:
                            regex: .*/ns/namespaces2/.*
          ns[foo]-policy[httpbin-8]-rule[0]:
            permissions:
            - andRules:
                rules:
                - any: true
            principals:
            - andIds:
                ids:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top