Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 695 for WATCH (0.08 sec)

  1. cluster/addons/rbac/cluster-loadbalancing/glbc/roles.yaml

      resources: ["customresourcedefinitions"]
      verbs: ["get", "list", "watch", "update", "create", "patch"]
    - apiGroups: ["cloud.google.com"]
      resources: ["backendconfigs"]
      verbs: ["get", "list", "watch", "update", "create", "patch"]
    - apiGroups: ["networking.gke.io"]
      resources: ["servicenetworkendpointgroups","gcpingressparams"]
      verbs: ["get", "list", "watch", "update", "create", "patch"]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 15 13:39:59 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/test/integration/fixtures/resources.go

    	if err != nil {
    		return false, err
    	}
    
    	// Wait for all versions of watch cache to be primed and also make sure we consumed the DELETE event for all
    	// versions so that any new watch with ResourceVersion=0 does not get those events. This is source of some flaky tests.
    	// When a client creates a watch with resourceVersion=0, it will get an ADD event for any existing objects
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 19 02:01:40 UTC 2021
    - 21.4K bytes
    - Viewed (0)
  3. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/vfs/impl/WatchingVirtualFileSystem.java

    import org.gradle.internal.watch.vfs.BuildLifecycleAwareVirtualFileSystem;
    import org.gradle.internal.watch.vfs.BuildStartedFileSystemWatchingBuildOperationType;
    import org.gradle.internal.watch.vfs.FileChangeListeners;
    import org.gradle.internal.watch.vfs.FileSystemWatchingStatistics;
    import org.gradle.internal.watch.vfs.VfsLogging;
    import org.gradle.internal.watch.vfs.WatchLogging;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 16:22:15 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  4. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/DefaultFileWatcherProbeRegistry.java

                        }
                        LOGGER.debug("Watch probe has been armed for hierarchy: {}", watchableHierarchy);
                        break;
                    case ARMED:
                        LOGGER.debug("Watch probe for hierarchy is already armed: {}", watchableHierarchy);
                        break;
                    case TRIGGERED:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:38:01 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  5. platforms/core-execution/file-watching/src/test/groovy/org/gradle/internal/watch/registry/impl/HierarchicalFileWatcherUpdaterTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.internal.watch.registry.impl
    
    import net.rubygrapefruit.platform.file.FileWatcher
    import org.gradle.internal.file.FileMetadata.AccessType
    import org.gradle.internal.snapshot.MissingFileSnapshot
    import org.gradle.internal.watch.registry.FileWatcherUpdater
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 13:24:54 UTC 2024
    - 12K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/request/requestinfo_test.go

    		{"GET", "/api/v1/watch/pods", "watch", "api", "", "v1", namespaceAll, "pods", "", "", []string{"pods"}},
    		{"GET", "/api/v1/pods?watch=true", "watch", "api", "", "v1", namespaceAll, "pods", "", "", []string{"pods"}},
    		{"GET", "/api/v1/pods?watch=false", "list", "api", "", "v1", namespaceAll, "pods", "", "", []string{"pods"}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 15 12:19:21 UTC 2018
    - 11.3K bytes
    - Viewed (0)
  7. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/namespace-roles.yaml

        name: system:controller:bootstrap-signer
        namespace: kube-public
      rules:
      - apiGroups:
        - ""
        resources:
        - configmaps
        verbs:
        - get
        - list
        - watch
      - apiGroups:
        - ""
        resourceNames:
        - cluster-info
        resources:
        - configmaps
        verbs:
        - update
      - apiGroups:
        - ""
        - events.k8s.io
        resources:
        - events
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Nov 16 01:37:43 UTC 2019
    - 3.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/cacher/metrics/metrics.go

    			Help:           "Number of LIST requests served from watch cache",
    			StabilityLevel: compbasemetrics.ALPHA,
    		},
    		[]string{"resource_prefix", "index"},
    	)
    	listCacheNumFetched = compbasemetrics.NewCounterVec(
    		&compbasemetrics.CounterOpts{
    			Namespace:      namespace,
    			Name:           "cache_list_fetched_objects_total",
    			Help:           "Number of objects read from watch cache in the course of serving a LIST request",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 07:39:23 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  9. api/discovery/apis__storage.k8s.io__v1.json

          "storageVersionHash": "hL6j/rwBV5w=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "CSINode",
          "name": "csinodes",
          "namespaced": false,
          "singularName": "csinode",
          "storageVersionHash": "Pe62DkZtjuo=",
          "verbs": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  10. pkg/volume/util/recyclerclient/recycler_client_test.go

    	// the pod. (see newPodEvent and newEvent below).
    	eventSequence []watch.Event
    
    	// Expected output.
    	// expectedEvents is list of events that were sent to the volume that was
    	// recycled.
    	expectedEvents []mockEvent
    	expectedError  string
    }
    
    func newPodEvent(eventtype watch.EventType, name string, phase v1.PodPhase, message string) watch.Event {
    	return watch.Event{
    		Type:   eventtype,
    		Object: newPod(name, phase, message),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 8.5K bytes
    - Viewed (0)
Back to top