Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 1,030 for doPing (0.3 sec)

  1. pkg/kubelet/pluginmanager/reconciler/reconciler_test.go

    // Populates desiredStateOfWorld cache with one plugin.
    // Calls Run()
    // Verifies the actual state of world contains that plugin
    func Test_Run_Positive_Register(t *testing.T) {
    	// Skip tests that fail on Windows, as discussed during the SIG Testing meeting from January 10, 2023
    	if runtime.GOOS == "windows" {
    		t.Skip("Skipping test that fails on Windows")
    	}
    
    	defer cleanup(t)
    
    	dsw := cache.NewDesiredStateOfWorld()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 14:21:15 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go

    	"maxUnavailable": "maxUnavailable is the maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex:...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 05:34:30 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  3. platforms/core-runtime/logging/src/integTest/groovy/org/gradle/internal/logging/console/AbstractConsoleBuildPhaseFunctionalTest.groovy

                include "a", "b", "c", "d"
            """
            buildFile << """
                ${server.callFromBuild('root-build-script')}
                task hello {
                    dependsOn {
                        // call during task graph calculation
                        ${server.callFromBuild('task-graph')}
                        null
                    }
                    doFirst {
                        ${server.callFromBuild('task1')}
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 07:25:15 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/ResolutionFailureHandler.java

    import java.util.List;
    import java.util.Optional;
    import java.util.Set;
    
    /**
     * Provides a central location for handling failures encountered during
     * each stage of the variant selection process during dependency resolution.
     *
     * All variant selection failures encountered during selection by the {@link GraphVariantSelector} or
     * {@link AttributeMatchingArtifactVariantSelector}
     * should be routed through this class.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/dwarf.go

    // a call to "RegisterChildDIEOffsets", at which point the offsets
    // needed to apply fixups are captured. Finally, once the parallel
    // portion of the compilation is done, fixups can actually be applied
    // during the "Finalize" method (this can't be done during the
    // parallel portion of the compile due to the possibility of data
    // races).
    //
    // This table is also used to record the "precursor" function node for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 20:40:28 UTC 2023
    - 22K bytes
    - Viewed (0)
  6. pkg/apis/autoscaling/types.go

    	// If not set, the default value MaxPolicySelect is used.
    	// +optional
    	SelectPolicy *ScalingPolicySelect
    	// policies is a list of potential scaling polices which can used during scaling.
    	// At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
    	// +optional
    	Policies []HPAScalingPolicy
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 23.8K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/phases/upgrade/staticpods.go

    	BackupManifestPath(component string) string
    	// BackupManifestDir should point to the backup directory used for backuping manifests during the transition
    	BackupManifestDir() string
    	// BackupEtcdDir should point to the backup directory used for backuping manifests during the transition
    	BackupEtcdDir() string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 10:07:41 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/batch/v1/generated.proto

      // database by the API server during CronJob validation and the controller manager during execution.
      // If no system-wide time zone database can be found a bundled version of the database is used instead.
      // If the time zone name becomes invalid during the lifetime of a CronJob or due to a change in host
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modfetch/codehost/vcs.go

    	badLocalRevRE *lazyregexp.Regexp                                                                  // regexp of names that must not be served out of local cache without doing fetch first
    	statLocal     func(rev, remote string) []string                                                   // cmd to stat local rev
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  10. architecture/networking/pilot.md

    #### Optimizations
    
    A naive implementation would simply regenerate all resources, of all subscribed types, for each client, on any configuration change. However, this scales poorly. As a result, we have many levels of optimizations to avoid doing this work.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 17:53:24 UTC 2024
    - 19.1K bytes
    - Viewed (0)
Back to top