Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for pollable (0.27 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                          maximum: 4294967295
                          minimum: 0
                          nullable: true
                          type: integer
                        mirrorPercent:
                          maximum: 4294967295
                          minimum: 0
                          nullable: true
                          type: integer
                        mirrorPercentage:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                          maximum: 4294967295
                          minimum: 0
                          nullable: true
                          type: integer
                        mirrorPercent:
                          maximum: 4294967295
                          minimum: 0
                          nullable: true
                          type: integer
                        mirrorPercentage:
    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. pkg/apis/core/validation/validation_test.go

    				Name: "foo",
    			},
    			Status: core.PodStatus{
    				InitContainerStatuses: []core.ContainerStatus{{
    					ContainerID: "docker://numbers",
    					Image:       "alpine",
    					ImageID:     "docker-pullable://nginx@sha256:d0gf00d",
    					Name:        "init",
    					Ready:       true,
    					State: core.ContainerState{
    						Terminated: &core.ContainerStateTerminated{
    							ContainerID: "docker://numbers",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. RELEASE.md

        *   Add lite.experimental.authoring.compatible API
            *   A Python decorator to provide a way to check TFLite compatibility
                issue of `tf.function`. This returns a callable object which
                validates TFLite compatibility. If an incompatible operation is
                encountered during execution, an exception will be raised with
                information about the incompatible ops.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          return getArgsMutable();
        }
    
        // Returns the callee of this operation.
        CallInterfaceCallable getCallableForCallee() { return getFAttr(); }
        // Sets the callee from the callable.
        void setCalleeFromCallable(CallInterfaceCallable callee);
    
        // returns the callee of this operation.
        func::FuncOp func() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top