Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for revoked (0.2 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error)
    pkg syscall (darwin-arm64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error)
    pkg syscall (darwin-arm64), func Revoke(string) error
    pkg syscall (darwin-arm64), func RouteRIB //deprecated
    pkg syscall (darwin-arm64), func RouteRIB(int, int) ([]uint8, error)
    pkg syscall (darwin-arm64), func Seek(int, int64, int) (int64, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    			t.Errorf("expected healthcheck port [%q]=345: got %v", nsn, healthCheckNodePorts)
    		}
    	}
    
    	// Remove some stuff
    	// oneService is a modification of services[0] with removed first port.
    	oneService := makeTestService("somewhere-else", "cluster-ip", func(svc *v1.Service) {
    		svc.Spec.Type = v1.ServiceTypeClusterIP
    		svc.Spec.ClusterIP = "172.30.55.4"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  3. docs/en/docs/release-notes.md

    * ✏️ Fix typos and rewordings in `docs/en/docs/tutorial/body-nested-models.md`. PR [#10468](https://github.com/tiangolo/fastapi/pull/10468) by [@yogabonito](https://github.com/yogabonito).
    * 📝 Update docs, remove references to removed `pydantic.Required` in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#10469](https://github.com/tiangolo/fastapi/pull/10469) by [@yogabonito](https://github.com/yogabonito).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation.go

    	}
    	for _, old := range oldPod.Spec.EphemeralContainers {
    		if new, ok := newContainerIndex[old.Name]; !ok {
    			allErrs = append(allErrs, field.Forbidden(specPath, fmt.Sprintf("existing ephemeral containers %q may not be removed\n", old.Name)))
    		} else if !apiequality.Semantic.DeepEqual(old, *new) {
    			specDiff := cmp.Diff(old, *new)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

        - jsonPath: .metadata.creationTimestamp
          name: Age
          type: date
        deprecated: true
        deprecationWarning: The v1alpha2 version of ReferenceGrant has been deprecated
          and will be removed in a future release of the API. Please upgrade to v1beta1.
        name: v1alpha2
        schema:
          openAPIV3Schema:
            description: "ReferenceGrant identifies kinds of resources in other namespaces
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
Back to top