Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 175 for podrest (0.13 sec)

  1. guava/src/com/google/common/graph/Traverser.java

       * node(s) to any node reachable from the start node(s), and has no paths from any start node to
       * any other start node, such as a tree or forest.
       *
       * <p>{@code forTree()} is especially useful (versus {@code forGraph()}) in cases where the data
       * structure being traversed is, in addition to being a tree/forest, also defined <a
       * href="https://github.com/google/guava/wiki/GraphsExplained#non-recursiveness">recursively</a>.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 30 20:12:45 UTC 2023
    - 19.8K bytes
    - Viewed (0)
  2. platforms/jvm/jacoco/src/integTest/groovy/org/gradle/testing/jacoco/plugins/JacocoAggregationIntegrationTest.groovy

                        }
                    }
                """
            file("transitive/src/integTest/java/transitive/ModTest.java").java """
                    package transitive;
    
                    import org.junit.Assert;
                    import org.junit.Test;
    
                    public class ModTest {
                        @Test
                        public void testMod() {
                            Divisor divisor = new Divisor();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 16:03:36 UTC 2023
    - 26.3K bytes
    - Viewed (0)
  3. pkg/controlplane/instance.go

    	eventsrest "k8s.io/kubernetes/pkg/registry/events/rest"
    	flowcontrolrest "k8s.io/kubernetes/pkg/registry/flowcontrol/rest"
    	networkingrest "k8s.io/kubernetes/pkg/registry/networking/rest"
    	noderest "k8s.io/kubernetes/pkg/registry/node/rest"
    	policyrest "k8s.io/kubernetes/pkg/registry/policy/rest"
    	rbacrest "k8s.io/kubernetes/pkg/registry/rbac/rest"
    	resourcerest "k8s.io/kubernetes/pkg/registry/resource/rest"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  4. docs/hu/docs/index.md

    <div style="text-align: right; margin-right: 10%;">Brian Okken - <strong><a href="https://pythonbytes.fm/episodes/show/123/time-to-right-the-py-wrongs?time_in_sec=855" target="_blank">Python Bytes</a> podcast host</strong> <a href="https://twitter.com/brianokken/status/1112220079972728832" target="_blank"><small>(ref)</small></a></div>
    
    ---
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  5. docs/es/docs/index.md

    <div style="text-align: right; margin-right: 10%;">Brian Okken - <strong><a href="https://pythonbytes.fm/episodes/show/123/time-to-right-the-py-wrongs?time_in_sec=855" target="_blank">Python Bytes</a> podcast host</strong> <a href="https://twitter.com/brianokken/status/1112220079972728832" target="_blank"><small>(ref)</small></a></div>
    
    ---
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 19K bytes
    - Viewed (0)
  6. pkg/kube/client.go

    	// GetIstioPods retrieves the pod objects for Istio deployments
    	GetIstioPods(ctx context.Context, namespace string, opts metav1.ListOptions) ([]v1.Pod, error)
    
    	// GetProxyPods retrieves all the proxy pod objects: sidecar injected pods and gateway pods.
    	GetProxyPods(ctx context.Context, limit int64, token string) (*v1.PodList, error)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 39K bytes
    - Viewed (0)
  7. pkg/controller/deployment/util/deployment_util.go

    type RsListFunc func(string, metav1.ListOptions) ([]*apps.ReplicaSet, error)
    
    // podListFunc returns the PodList from the Pod namespace and the List metav1.ListOptions.
    type podListFunc func(string, metav1.ListOptions) (*v1.PodList, error)
    
    // ListReplicaSets returns a slice of RSes the given deployment targets.
    // Note that this does NOT attempt to reconcile ControllerRef (adopt/orphan),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  8. pkg/kubelet/volumemanager/cache/desired_state_of_world.go

    func (dsw *desiredStateOfWorld) GetPods() map[types.UniquePodName]bool {
    	dsw.RLock()
    	defer dsw.RUnlock()
    
    	podList := make(map[types.UniquePodName]bool)
    	for _, volumeObj := range dsw.volumesToMount {
    		for podName := range volumeObj.podsToMount {
    			podList[podName] = true
    		}
    	}
    	return podList
    }
    
    func (dsw *desiredStateOfWorld) GetVolumesToMount() []VolumeToMount {
    	dsw.RLock()
    	defer dsw.RUnlock()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  9. pkg/apis/core/v1/zz_generated.defaults.go

    	scheme.AddTypeDefaultingFunc(&v1.Pod{}, func(obj interface{}) { SetObjectDefaults_Pod(obj.(*v1.Pod)) })
    	scheme.AddTypeDefaultingFunc(&v1.PodList{}, func(obj interface{}) { SetObjectDefaults_PodList(obj.(*v1.PodList)) })
    	scheme.AddTypeDefaultingFunc(&v1.PodStatusResult{}, func(obj interface{}) { SetObjectDefaults_PodStatusResult(obj.(*v1.PodStatusResult)) })
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 14:49:26 UTC 2023
    - 37.8K bytes
    - Viewed (0)
  10. pkg/controlplane/instance_test.go

    	corerest "k8s.io/kubernetes/pkg/registry/core/rest"
    	discoveryrest "k8s.io/kubernetes/pkg/registry/discovery/rest"
    	networkingrest "k8s.io/kubernetes/pkg/registry/networking/rest"
    	noderest "k8s.io/kubernetes/pkg/registry/node/rest"
    	policyrest "k8s.io/kubernetes/pkg/registry/policy/rest"
    	"k8s.io/kubernetes/pkg/registry/registrytest"
    	schedulingrest "k8s.io/kubernetes/pkg/registry/scheduling/rest"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top