Search Options

Results per page
Sort
Preferred Languages
Advance

Results 261 - 270 of 1,092 for vers (0.08 sec)

  1. cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml

        addonmanager.kubernetes.io/mode: Reconcile
    rules:
      - apiGroups: [""]
        resources: ["nodes"]
        verbs: ["list", "watch"]
      - apiGroups: [""]
        resources: ["replicationcontrollers/scale"]
        verbs: ["get", "update"]
      - apiGroups: ["apps"]
        resources: ["deployments/scale", "replicasets/scale"]
        verbs: ["get", "update"]
    # Remove the configmaps rule once below issue is fixed:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/round_trip_test.go

    	if in == nil {
    		return nil
    	}
    	return &authorizationv1.ResourceAttributes{
    		Namespace:   in.Namespace,
    		Verb:        in.Verb,
    		Group:       in.Group,
    		Version:     in.Version,
    		Resource:    in.Resource,
    		Subresource: in.Subresource,
    		Name:        in.Name,
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    		return
    	}
    
    	deprecated := crdInfo.deprecated[requestInfo.APIVersion]
    	for _, w := range crdInfo.warnings[requestInfo.APIVersion] {
    		warning.AddWarning(req.Context(), "", w)
    	}
    
    	verb := strings.ToUpper(requestInfo.Verb)
    	resource := requestInfo.Resource
    	subresource := requestInfo.Subresource
    	scope := metrics.CleanScope(requestInfo)
    	supportedTypes := []string{
    		string(types.JSONPatchType),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  4. platforms/software/platform-base/src/main/java/org/gradle/platform/base/internal/BinaryTasksCollectionWrapper.java

            return (BinaryTasksCollection) super.getDelegate();
        }
    
        @Override
        public String taskName(String verb) {
            return getDelegate().taskName(verb);
        }
    
        @Override
        public String taskName(String verb, String object) {
            return getDelegate().taskName(verb, object);
        }
    
        @Override
        public Task getBuild() {
            return getDelegate().getBuild();
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  5. api/discovery/apis__internal.apiserver.k8s.io__v1alpha1.json

          "storageVersionHash": "c8YZt5U0nPk=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "StorageVersion",
          "name": "storageversions/status",
          "namespaced": false,
          "singularName": "",
          "verbs": [
            "get",
            "patch",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 703 bytes
    - Viewed (0)
  6. pkg/apis/flowcontrol/validation/validation.go

    	var allErrs field.ErrorList
    
    	if len(rule.Verbs) == 0 {
    		allErrs = append(allErrs, field.Required(fldPath.Child("verbs"), "verbs must contain at least one value"))
    	} else if hasWildcard(rule.Verbs) {
    		if len(rule.Verbs) > 1 {
    			allErrs = append(allErrs, field.Invalid(fldPath.Child("verbs"), rule.Verbs, "if '*' is present, must not specify other verbs"))
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 26.7K bytes
    - Viewed (0)
  7. api/discovery/apis__apiregistration.k8s.io__v1.json

          "storageVersionHash": "InPBPD7+PqM=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "APIService",
          "name": "apiservices/status",
          "namespaced": false,
          "singularName": "",
          "verbs": [
            "get",
            "patch",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 27 19:53:45 UTC 2023
    - 730 bytes
    - Viewed (0)
  8. callbacks/query.go

    											vars := onStmt.Vars
    											for idx, v := range vars {
    												bindvar := strings.Builder{}
    												onStmt.Vars = vars[0 : idx+1]
    												db.Dialector.BindVarTo(&bindvar, &onStmt, v)
    												onSQL = strings.Replace(onSQL, bindvar.String(), "?", 1)
    											}
    
    											exprs = append(exprs, clause.Expr{SQL: onSQL, Vars: vars})
    										}
    									}
    								}
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 09:51:44 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  9. src/fmt/errors.go

    //
    // If the format specifier includes a %w verb with an error operand,
    // the returned error will implement an Unwrap method returning the operand.
    // If there is more than one %w verb, the returned error will implement an
    // Unwrap method returning a []error containing all the %w operands in the
    // order they appear in the arguments.
    // It is invalid to supply the %w verb with an operand that does not implement
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  10. pkg/kubelet/envvars/envvars_test.go

    		{Name: "SCTP_1_PORT_777_SCTP_ADDR", Value: "1.2.3.4"},
    	}
    	if len(vars) != len(expected) {
    		t.Errorf("Expected %d env vars, got: %+v", len(expected), vars)
    		return
    	}
    	for i := range expected {
    		if !reflect.DeepEqual(vars[i], expected[i]) {
    			t.Errorf("expected %#v, got %#v", vars[i], expected[i])
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 27 05:56:27 UTC 2018
    - 5.8K bytes
    - Viewed (0)
Back to top