Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for lobster (0.13 sec)

  1. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"lithuania":                            "\U0001f1f1\U0001f1f9",
    	"lizard":                               "\U0001f98e",
    	"llama":                                "\U0001f999",
    	"lobster":                              "\U0001f99e",
    	"lock":                                 "\U0001f512",
    	"lock_with_ink_pen":                    "\U0001f50f",
    	"lollipop":                             "\U0001f36d",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  2. pkg/controller/statefulset/stateful_set_control_test.go

    	setInformer := informerFactory.Apps().V1().StatefulSets()
    	revisionInformer := informerFactory.Apps().V1().ControllerRevisions()
    
    	return &fakeObjectManager{
    		podInformer.Lister(),
    		claimInformer.Lister(),
    		setInformer.Lister(),
    		podInformer.Informer().GetIndexer(),
    		claimInformer.Informer().GetIndexer(),
    		setInformer.Informer().GetIndexer(),
    		revisionInformer.Informer().GetIndexer(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    	// Check this before trusting a response from the lister.
    	serviceHasSynced cache.InformerSynced
    	// nodeLister knows how to list nodes
    	nodeLister corelisters.NodeLister
    	// nodeHasSynced indicates whether nodes have been sync'd at least once.
    	// Check this before trusting a response from the node lister.
    	nodeHasSynced cache.InformerSynced
    	// a list of node labels to register
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    hagebostad.no
    hægebostad.no
    hoyanger.no
    høyanger.no
    hoylandet.no
    høylandet.no
    ha.no
    hå.no
    ibestad.no
    inderoy.no
    inderøy.no
    iveland.no
    jevnaker.no
    jondal.no
    jolster.no
    jølster.no
    karasjok.no
    karasjohka.no
    kárášjohka.no
    karlsoy.no
    galsa.no
    gálsá.no
    karmoy.no
    karmøy.no
    kautokeino.no
    guovdageaidnu.no
    klepp.no
    klabu.no
    klæbu.no
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  5. pkg/volume/util/operationexecutor/operation_generator.go

    	}
    
    	// For attachable volume types, lets check if volume is attached by reading from node lister.
    	// This would avoid exponential back-off and creation of goroutine unnecessarily. We still
    	// verify status of attached volume by directly reading from API server later on.This is necessarily
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_pods.go

    	}
    
    	// If the pod originates from the kube-api, when we know that the kube-apiserver is responding and the kubelet's credentials are valid.
    	// Knowing this, it is reasonable to wait until the service lister has synchronized at least once before attempting to build
    	// a service env var map.  This doesn't present the race below from happening entirely, but it does prevent the "obvious"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  7. pkg/scheduler/internal/queue/scheduling_queue_test.go

    			logger, _ := ktesting.NewTestContext(t)
    			cs := fake.NewSimpleClientset(tt.podInfo.Pod)
    			informerFactory := informers.NewSharedInformerFactory(cs, 0)
    			podLister := informerFactory.Core().V1().Pods().Lister()
    
    			// Build a PriorityQueue.
    			q := NewPriorityQueue(newDefaultQueueSort(), informerFactory, WithPodLister(podLister))
    			ctx, cancel := context.WithCancel(context.Background())
    			defer cancel()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods_test.go

    		container                                  *v1.Container          // the container to use
    		nilLister                                  bool                   // whether the lister should be nil
    		staticPod                                  bool                   // whether the pod should be a static pod (versus an API pod)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
Back to top