Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for creat (0.12 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Conn", Type, 9},
    		{"Connect", Func, 0},
    		{"ConnectEx", Func, 1},
    		{"ConvertSidToStringSid", Func, 0},
    		{"ConvertStringSidToSid", Func, 0},
    		{"CopySid", Func, 0},
    		{"Creat", Func, 0},
    		{"CreateDirectory", Func, 0},
    		{"CreateFile", Func, 0},
    		{"CreateFileMapping", Func, 0},
    		{"CreateHardLink", Func, 4},
    		{"CreateIoCompletionPort", Func, 0},
    		{"CreatePipe", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

      - ""
      resources:
      - configmaps
      verbs:
      - create
      - get
      - list
      - watch
      - update
    - apiGroups:
      - authentication.k8s.io
      resources:
      - tokenreviews
      verbs:
      - create
    - apiGroups:
      - authorization.k8s.io
      resources:
      - subjectaccessreviews
      verbs:
      - create
    - apiGroups:
      - networking.x-k8s.io
      - gateway.networking.k8s.io
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - Fix kubectl create --dryrun client ignores namespace ([#90502](https://github.com/kubernetes/kubernetes/pull/90502), [@zhouya0](https://github.com/zhouya0))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "path": {
                "default": "",
                "description": "path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod",
                "type": "string"
              },
              "readOnly": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. RELEASE.md

    *  The default Keras model saving format is now the Keras v3 format: calling `model.save("xyz.keras")` will no longer create a H5 file, it will create a native Keras model file. This will only be breaking for you if you were manually inspecting or modifying H5 files saved by Keras under a `.keras` extension. If this breaks you, simply add `save_format="h5"` to your `.save()` call to...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "verbs": {
                "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    		testName     string
    		claimSpec    core.PersistentVolumeClaimSpec
    		expectedFail bool
    	}{{
    		testName:  "test create from valid snapshot source",
    		claimSpec: *testDataSourceInSpec("test_snapshot", "VolumeSnapshot", "snapshot.storage.k8s.io"),
    	}, {
    		testName:  "test create from valid pvc source",
    		claimSpec: *testDataSourceInSpec("test_pvc", "PersistentVolumeClaim", ""),
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      and allow "consumer" routes for the referenced Service. ReferenceGrant is
                      not applicable for governing ParentRefs to Services - it is not possible to
                      create a "producer" route for a Service in a different namespace from the
                      Route.
    
    
                      There are two kinds of parent resources with "Core" support:
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

         For example, in the equation `iii->i` with input shape `[3, 3, 3]`, the
         generalized diagonal would consist of `3` elements at indices `(0, 0, 0)`,
         `(1, 1, 1)` and `(2, 2, 2)` to create a Tensor of shape `[3]`.
    
     (b) Reduction: Axes corresponding to labels appearing only in one input
         subscript but not in the output subscript are summed over prior to Tensor
         contraction.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg syscall (freebsd-arm64), const CFLUSH ideal-int
    pkg syscall (freebsd-arm64), const CLOCAL = 32768
    pkg syscall (freebsd-arm64), const CLOCAL ideal-int
    pkg syscall (freebsd-arm64), const CREAD = 2048
    pkg syscall (freebsd-arm64), const CREAD ideal-int
    pkg syscall (freebsd-arm64), const CS5 = 0
    pkg syscall (freebsd-arm64), const CS5 ideal-int
    pkg syscall (freebsd-arm64), const CS6 = 256
    pkg syscall (freebsd-arm64), const CS6 ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
Back to top