Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 695 for WATCH (0.14 sec)

  1. api/discovery/apis__networking.k8s.io__v1.json

          "storageVersionHash": "l/iqIbDgFyQ=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "Ingress",
          "name": "ingresses",
          "namespaced": true,
          "shortNames": [
            "ing"
          ],
          "singularName": "ingress",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/api_object_versioner.go

    	}
    	return strconv.ParseUint(version, 10, 64)
    }
    
    // ParseResourceVersion takes a resource version argument and converts it to
    // the etcd version. For watch we should pass to helper.Watch(). Because resourceVersion is
    // an opaque value, the default watch behavior for non-zero watch is to watch
    // the next value (if you pass "1", you will see updates from "2" onwards).
    func (a APIObjectVersioner) ParseResourceVersion(resourceVersion string) (uint64, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 11 15:19:32 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  3. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/namespace_policy.go

    			rbacv1helpers.NewRule("create", "get", "list", "watch").Groups(legacyGroup).Resources("configmaps").RuleOrDie(),
    		},
    	})
    	addNamespaceRole(metav1.NamespaceSystem, rbacv1.Role{
    		// role for the token-cleaner to be able to remove secrets, but only in kube-system
    		ObjectMeta: metav1.ObjectMeta{Name: saRolePrefix + "token-cleaner"},
    		Rules: []rbacv1.PolicyRule{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 16 11:54:27 UTC 2020
    - 7.4K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__coordination.k8s.io__v1_openapi.json

              "in": "query",
              "name": "watch",
              "schema": {
                "type": "boolean",
                "uniqueItems": true
              }
            }
          ]
        },
        "/apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases": {
          "get": {
            "description": "watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 136.6K bytes
    - Viewed (0)
  5. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/vfs/impl/DefaultFileSystemWatchingStatistics.java

     * limitations under the License.
     */
    
    package org.gradle.internal.watch.vfs.impl;
    
    import com.google.common.collect.EnumMultiset;
    import com.google.common.collect.Multiset;
    import org.gradle.internal.file.FileType;
    import org.gradle.internal.snapshot.SnapshotHierarchy;
    import org.gradle.internal.watch.registry.FileWatcherRegistry;
    import org.gradle.internal.watch.vfs.FileSystemWatchingStatistics;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:38:01 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  6. cluster/addons/cloud-controller-manager/cloud-node-controller-role.yaml

      - delete
      - get
      - update
    - apiGroups:
      - "authentication.k8s.io"
      resources:
      - tokenreviews
      verbs:
      - create
    - apiGroups:
      - "*"
      resources:
      - "*"
      verbs:
      - list
      - watch
    - apiGroups:
      - ""
      resources:
      - serviceaccounts/token
      verbs:
      - create
    - apiGroups:
      - authentication.k8s.io
      resources:
      - subjectaccessreviews
      verbs:
      - create
    - apiGroups:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 08 14:40:04 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            ],
            "description": "list or watch objects of kind ConfigMap",
            "operationId": "listCoreV1ConfigMapForAllNamespaces",
            "produces": [
              "application/json",
              "application/yaml",
              "application/vnd.kubernetes.protobuf",
              "application/json;stream=watch",
              "application/vnd.kubernetes.protobuf;stream=watch"
            ],
            "responses": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

              "in": "query",
              "name": "watch",
              "schema": {
                "type": "boolean",
                "uniqueItems": true
              }
            }
          ]
        },
        "/apis/flowcontrol.apiserver.k8s.io/v1beta3/watch/flowschemas/{name}": {
          "get": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

              "in": "query",
              "name": "watch",
              "schema": {
                "type": "boolean",
                "uniqueItems": true
              }
            }
          ]
        },
        "/apis/flowcontrol.apiserver.k8s.io/v1/watch/flowschemas/{name}": {
          "get": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  10. pkg/kube/kubetypes/types.go

    	"k8s.io/apimachinery/pkg/types"
    	"k8s.io/apimachinery/pkg/watch"
    
    	"istio.io/istio/pkg/cluster"
    	"istio.io/istio/pkg/util/sets"
    )
    
    type InformerOptions struct {
    	// A selector to restrict the list of returned objects by their labels.
    	LabelSelector string
    	// A selector to restrict the list of returned objects by their fields.
    	FieldSelector string
    	// Namespace to watch.
    	Namespace string
    	// Cluster name for watch error handlers
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top