Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 186 for someConf (0.29 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/etcd3/testserver/test_server.go

    	ports := []int{}
    	for i := 0; i < count; i++ {
    		l, err := net.Listen("tcp", ":0")
    		if err != nil {
    			return nil, fmt.Errorf("could not bind to a port: %v", err)
    		}
    		// It is possible but unlikely that someone else will bind this port before we get a chance to use it.
    		defer l.Close()
    		ports = append(ports, l.Addr().(*net.TCPAddr).Port)
    	}
    	return ports, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 06 11:40:40 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  2. pkg/test/framework/components/istioctl/kube.go

    	rootCmd.SetOut(&out)
    	rootCmd.SetErr(&err)
    	// istioctl will overwrite logs which we don't want.
    	// It happens to do this via PersistentPreRunE, which we can disable.
    	// We add an additional check in case someone refactors this away, to ensure we don't wipe out non-logging code.
    	if fmt.Sprintf("%p", rootCmd.PersistentPreRunE) != fmt.Sprintf("%p", cmd.ConfigureLogging) {
    		log.Fatalf("istioctl PersistentPreRunE is not configuring logging")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 29 02:29:02 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/schema/extract/ManagedProxyClassGeneratorTest.groovy

            then:
            impl.someLong(12L) == 13L
            impl.someBoolean(true) == false
            impl.someChar('a' as char) == 'b' as char
            impl.someThing(1, 4) == 5
            impl.dontReturn(1 as short, 4 as byte)
        }
    
        static interface TypeWithPrimitiveMethods {
            long someLong(long l)
            boolean someBoolean(boolean b)
            char someChar(char ch)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  4. src/internal/coverage/pkid.go

    // init function of the package is complete.
    //
    // Hardcoding is unfortunate because it means that the tool that does
    // coverage instrumentation has to keep a list of runtime packages,
    // meaning that if someone makes changes to the pkg "runtime"
    // dependencies, unexpected behavior will result for coverage builds.
    // The coverage runtime will detect and report the unexpected
    // behavior; look for an error of this form:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. manifests/charts/UPDATING-CHARTS.md

    due to design choices in Helm.
    The underlying Kubernetes resources we configure have 1000s of fields; given enough users and bespoke use cases,
    eventually someone will want to customize every one of those fields.
    If all fields are exposed in `values.yaml`, we end up with an massive API that is also likely worse than just using the Kubernetes API directly.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 27 18:28:55 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  6. src/runtime/signal_darwin_amd64.go

    		// than it does for an attempt to access a valid but unmapped address.
    		// OS X 10.9.2 mishandles the malformed address case, making it look like
    		// a user-generated signal (like someone ran kill -SEGV ourpid).
    		// We pass user-generated signals to os/signal, or else ignore them.
    		// Doing that here - and returning to the faulting code - results in an
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 23:07:11 UTC 2022
    - 4K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/inl.go

    // In the example for InlTree above, the code for println within h
    // would have an innermost position with line number 12, whether
    // h was not inlined, inlined into g, g-then-f, or g-then-f-then-main.
    // This corresponds to what someone debugging main, f, g, or h might
    // expect to see while single-stepping.
    func (ctxt *Link) InnermostPos(xpos src.XPos) src.Pos {
    	return ctxt.PosTable.Pos(xpos)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 22:47:15 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/AbstractClassBackedManagedTypeIntegrationTest.groovy

                    abstract String getName()
                    abstract void setName(String name)
                }
    
                class RulePlugin extends RuleSource {
                    @Model
                    void someone(Person person) {
                    }
    
                    @Mutate
                    void tasks(ModelMap<Task> tasks, Person person) {
                        println person.unknown
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi_test.go

    				VolumeName:       "some" + filterName + "Vol",
    				StorageClassName: &filterName,
    			},
    		},
    		{
    			ObjectMeta: metav1.ObjectMeta{Name: "someNon" + filterName + "Vol"},
    			Spec: v1.PersistentVolumeClaimSpec{
    				VolumeName:       "someNon" + filterName + "Vol",
    				StorageClassName: &filterName,
    			},
    		},
    		{
    			ObjectMeta: metav1.ObjectMeta{Name: "pvcWithDeletedPV"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 36.8K bytes
    - Viewed (0)
  10. docs/contribute/code_of_conduct.md

    may not be able to satisfy everyone, we all agree that everyone is equal.
    
    Whenever a participant has made a mistake, we expect them to take responsibility for it. If someone
    has been harmed or offended, it is our responsibility to listen carefully and respectfully, and do
    our best to right the wrong.
    
    Although this list cannot be exhaustive, we explicitly honor diversity in age, culture, ethnicity,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 5.1K bytes
    - Viewed (0)
Back to top