Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 51 for Namespace$2 (0.25 sec)

  1. pilot/pkg/security/authz/builder/testdata/http/extended-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: Mon Mar 25 10:39:25 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. tests/integration/security/util/framework.go

    	// Namespace1 is used as the default namespace for reachability tests and other tests which can reuse the same config for echo instances
    	Namespace1 namespace.Instance
    	// Namespace2 is used by most authorization test cases within authorization_test.go
    	Namespace2 namespace.Instance
    	// Namespace3 is used by TestAuthorization_Conditions and there is one C echo instance deployed
    	Namespace3    namespace.Instance
    	A, B, C, D, E echo.Instances
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/operator/output/operator-dump.yaml

                  memory: 256Mi
                requests:
                  cpu: 50m
                  memory: 128Mi
              env:
                - name: WATCH_NAMESPACE
                  value: "istio-test-namespace1,istio-test-namespace2"
                - name: LEADER_ELECTION_NAMESPACE
                  value: "operator-test-namespace"
                - name: POD_NAME
                  valueFrom:
                    fieldRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    	foo1 := &example.Pod{ObjectMeta: metav1.ObjectMeta{Namespace: "1", Name: "foo"}}
    	bar2 := &example.Pod{ObjectMeta: metav1.ObjectMeta{Namespace: "2", Name: "bar"}} // this should not match
    	foo3 := &example.Pod{ObjectMeta: metav1.ObjectMeta{Namespace: "3", Name: "foo"}}
    	foo4 := &example.Pod{ObjectMeta: metav1.ObjectMeta{Namespace: "4", Name: "foo"}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/operator/output/operator-init.yaml

                  memory: 256Mi
                requests:
                  cpu: 50m
                  memory: 128Mi
              env:
                - name: WATCH_NAMESPACE
                  value: "istio-test-namespace1,istio-test-namespace2"
                - name: LEADER_ELECTION_NAMESPACE
                  value: "operator-test-namespace"
                - name: POD_NAME
                  valueFrom:
                    fieldRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  6. pkg/registry/rbac/validation/rule_test.go

    			effectiveRules: []rbacv1.PolicyRule{ruleReadPods, ruleReadServices},
    		},
    		{
    			StaticRoles:    staticRoles1,
    			user:           &user.DefaultInfo{Name: "foobar"},
    			namespace:      "namespace2",
    			effectiveRules: nil,
    		},
    		{
    			StaticRoles: staticRoles1,
    			// Same as above but without a namespace. Only cluster rules should apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/testdata/route-binding.yaml

      rules:
      - backendRefs:
        - name: httpbin
          port: 86
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: bind-cross-namespace
      namespace: group-namespace2
    spec:
      parentRefs:
      - name: gateway
        namespace: istio-system
        sectionName: slctr-labels
      rules:
      - backendRefs:
        - name: httpbin
          port: 87
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  8. tools/bug-report/pkg/config/config.go

    	Namespace ResourceType = iota
    	Deployment
    	Pod
    	Label
    	Annotation
    	Container
    )
    
    // SelectionSpec is a spec for pods that will be Include in the capture
    // archive. The format is:
    //
    //	Namespace1,Namespace2../Deployments/Pods/Label1,Label2.../Annotation1,Annotation2.../ContainerName1,ContainerName2...
    //
    // Namespace, pod and container names are pattern matching while labels
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 12:07:50 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  9. plugin/pkg/admission/podnodeselector/admission.go

    // If the file is not supplied, it defaults to ""
    // The format in a file:
    // podNodeSelectorPluginConfig:
    //
    //	clusterDefaultNodeSelector: <node-selectors-labels>
    //	namespace1: <node-selectors-labels>
    //	namespace2: <node-selectors-labels>
    func readConfig(config io.Reader) *pluginConfig {
    	defaultConfig := &pluginConfig{}
    	if config == nil || reflect.ValueOf(config).IsNil() {
    		return defaultConfig
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string kind = 1;
    
      // Namespace of the referent.
      // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
      // +optional
      optional string namespace = 2;
    
      // Name of the referent.
      // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
      // +optional
      optional string name = 3;
    
      // UID of the referent.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
Back to top