Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for createFn (0.29 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

      "description": "podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

        plural: wasmplugins
        singular: wasmplugin
      scope: Namespaced
      versions:
      - additionalPrinterColumns:
        - description: 'CreationTimestamp is a timestamp representing the server time
            when this object was created. It is not guaranteed to be set in happens-before
            order across separate operations. Clients may not set this value. It is represented
            in RFC3339 form and is in UTC. Populated by the system. Read-only. Null for
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - Fixed a bug in the TopologyManager. Previously, the TopologyManager would only guarantee alignment if container creation was serialized in some way. Alignment is now guaranteed under all scenarios of container creation. ([#87759](https://github.com/kubernetes/kubernetes/pull/87759), [@klueska](https://github.com/klueska)) [SIG Node]
    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. 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)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            * The most specific match as defined by the Route type.
                            * The oldest Route based on creation timestamp. For example, a Route with
                              a creation timestamp of "2020-09-08 01:02:03" is given precedence over
                              a Route with a creation timestamp of "2020-09-08 01:02:04".
                            * If everything else is equivalent, the Route appearing first in
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. 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)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          return ArraysAreCastCompatible(inferred, actual);
        }
      }];
    }
    
    def TF_EmptyOp : TF_Op<"Empty", []> {
      let summary = [{
    Creates a tensor with the given shape.
    
    This operation creates a tensor of `shape` and `dtype`.
      }];
    
      let arguments = (ins
        Arg<TF_Int32Tensor, [{1-D. Represents the shape of the output tensor.}]>:$shape,
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names",
                "type": "string"
              },
              "namespace": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  9. src/testdata/Isaac.Newton-Opticks.txt

    Now by the help of these Principles, all material Things seem to have
    been composed of the hard and solid Particles above-mention'd, variously
    associated in the first Creation by the Counsel of an intelligent Agent.
    For it became him who created them to set them in order. And if he did
    so, it's unphilosophical to seek for any other Origin of the World, or
    to pretend that it might arise out of a Chaos by the mere Laws of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top