Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for othernamespace (0.33 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/admission_test.go

    			Kind:       "ConfigMap",
    		},
    		ObjectMeta: metav1.ObjectMeta{
    			Name:            "replicas-test.example.com",
    			Namespace:       "othernamespace",
    			ResourceVersion: "1",
    		},
    		Data: map[string]string{
    			"coolkey": "othernamespace",
    		},
    	}
    	require.NoError(t, testContext.UpdateAndWait(&nativeTypeParamPolicy, &namespaceParamBinding, configMapParam, configMapParam2, configMapParam3))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 01:39:01 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  2. pilot/pkg/model/telemetry_logging_test.go

    			assert.Equal(t, tt.excepted, got)
    		})
    	}
    }
    
    func TestAccessLoggingCache(t *testing.T) {
    	sidecar := &Proxy{ConfigNamespace: "default", Metadata: &NodeMetadata{Labels: map[string]string{"app": "test"}}}
    	otherNamespace := &Proxy{ConfigNamespace: "common", Metadata: &NodeMetadata{Labels: map[string]string{"app": "test"}}}
    	cfgs := &tpb.Telemetry{
    		AccessLogging: []*tpb.AccessLogging{
    			{
    				Providers: []*tpb.ProviderRef{
    					{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java

                        state = State.DESCRIPTION;
                        buffer = new StringBuffer();
                    } else if (state == State.INFO && isOtherNamespace(qName)) {
                        buffer = new StringBuffer();
                        state = State.EXTRA_INFO;
                    } else if ("configurations".equals(qName)) {
                        configurationStarted(attributes);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 65K bytes
    - Viewed (0)
Back to top