Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 30 for handle1_ (0.15 sec)

  1. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

                "type": "string"
              },
              "handler": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  2. pkg/proxy/nftables/proxier_test.go

    		makeTestEndpointSlice("ns4", "ep4", 1, complexSubset8),
    		nil,
    	}
    
    	testCases := []struct {
    		// previousEndpoints and currentEndpoints are used to call appropriate
    		// handlers OnEndpoints* (based on whether corresponding values are nil
    		// or non-nil) and must be of equal length.
    		name                           string
    		previousEndpoints              []*discovery.EndpointSlice
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm6.go

    			// See issue 57952.
    			ctxt.Diag("mask register must be specified for .Z instructions: %v", p)
    		} else if k.Reg == REG_K0 {
    			// The mask register must not be K0. That restriction is already
    			// handled by the Yknot0 restriction in the opcode tables, so we
    			// won't ever reach here. But put something sensible here just in case.
    			ctxt.Diag("mask register must not be K0 for .Z instructions: %v", p)
    		}
    		evexZ = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. pkg/test/framework/features/allowlist.txt

    conformance_test,TestConformance/networking/traffic/6
    conformance_test,TestConformance/networking/virtualService/basic
    conformance_test,TestConformance/policy/attributemanifests/basic
    conformance_test,TestConformance/policy/handlers/basic
    conformance_test,TestConformance/policy/httpapispecbindings/basic
    conformance_test,TestConformance/policy/httpapispecs/basic
    conformance_test,TestConformance/policy/instance/basic
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
  5. pkg/proxy/ipvs/proxier_test.go

    		makeTestEndpointSlice("ns4", "ep4", 1, complexSubset8),
    		nil,
    	}
    
    	testCases := []struct {
    		// previousEndpoints and currentEndpoints are used to call appropriate
    		// handlers OnEndpoints* (based on whether corresponding values are nil
    		// or non-nil) and must be of equal length.
    		name                           string
    		previousEndpoints              []*discovery.EndpointSlice
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    public void ConfigurationProcess(String, Throwable); } org/codehaus/plexus/configuration/processor/ConfigurationProcess.class package org.codehaus.plexus.configuration.processor; public synchronized class ConfigurationProcess { protected java.util.Map handlers; public void ConfigurationProcess(); public void addConfigurationReso(ConfigurationResourc); public org.codehaus.plexus.configuration.PlexusConfiguration process(org.codehaus.plexus.configuration.PlexusConfiguration, java.util.Map) throws ConfigurationResourc,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 205.7K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    public void ConfigurationProcess(String, Throwable); } org/codehaus/plexus/configuration/processor/ConfigurationProcess.class package org.codehaus.plexus.configuration.processor; public synchronized class ConfigurationProcess { protected java.util.Map handlers; public void ConfigurationProcess(); public void addConfigurationReso(ConfigurationResourc); public org.codehaus.plexus.configuration.PlexusConfiguration process(org.codehaus.plexus.configuration.PlexusConfiguration, java.util.Map) throws ConfigurationResourc,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 205.7K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_test.go

    		kubelet.recorder,
    	)
    	kubelet.setNodeStatusFuncs = kubelet.defaultNodeStatusFuncs()
    
    	// enable active deadline handler
    	activeDeadlineHandler, err := newActiveDeadlineHandler(kubelet.statusManager, kubelet.recorder, kubelet.clock)
    	require.NoError(t, err, "Can't initialize active deadline handler")
    
    	kubelet.AddPodSyncLoopHandler(activeDeadlineHandler)
    	kubelet.AddPodSyncHandler(activeDeadlineHandler)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  9. src/net/http/transport_test.go

    				}
    			}
    
    			mu.Lock()
    			got := logbuf.String()
    			mu.Unlock()
    			want := fmt.Sprintf(`Dial
    Write("%s")
    Handler
    intentional write failure
    Retried.
    Dial
    Write("%s")
    Handler
    Write("%s")
    Handler
    `, tc.reqString, tc.reqString, tc.reqString)
    			if got != want {
    				t.Errorf("Log of events differs. Got:\n%s\nWant:\n%s", got, want)
    			}
    		})
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  10. pkg/printers/internalversion/printers.go

    	row := metav1.TableRow{
    		Object: runtime.RawExtension{Object: obj},
    	}
    
    	name := obj.Name
    	handler := obj.Handler
    	row.Cells = append(row.Cells, name, handler, translateTimestampSince(obj.CreationTimestamp))
    
    	return []metav1.TableRow{row}, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top