Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for tims (0.21 sec)

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

                                          maximum: 4294967295
                                          minimum: 0
                                          type: integer
                                        time:
                                          description: The time duration a connection
                                            needs to be idle before keep-alive probes
                                            start being sent.
    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
                                          type: integer
                                        time:
                                          description: The time duration a connection
                                            needs to be idle before keep-alive probes
                                            start being sent.
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                  lastTransitionTime is the last time the condition transitioned from one status to another.
                                  This should be when the underlying condition changed.  If that is not known, then using the time when the API field changed is acceptable.
                                format: date-time
                                type: string
                              message:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

              }
            },
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.Time": {
            "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.  Wrappers are provided for many of the factory methods that the time package offers.",
            "format": "date-time",
            "type": "string"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent": {
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    # tensor 't' shape is [1, 2, 3, 4]
    
    # 'dims' is [3] or 'dims' is [-1]
    reverse(t, dims) ==> [[[[ 3,  2,  1,  0],
                            [ 7,  6,  5,  4],
                            [ 11, 10, 9, 8]],
                           [[15, 14, 13, 12],
                            [19, 18, 17, 16],
                            [23, 22, 21, 20]]]]
    
    # 'dims' is '[1]' (or 'dims' is '[-3]')
    reverse(t, dims) ==> [[[[12, 13, 14, 15],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. RELEASE.md

          the inputs received by the layer and the eviction policy. When this layer
          is used with an `UpdateEmbeddingCallback`, which is a time-based callback,
          the vocabulary lookup tensor is updated at the time interval set in the
          `UpdateEmbeddingCallback` based on the most up-to-date vocabulary hash
          table maintained by the layer. If this layer is not used in conjunction
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    					State: core.ContainerState{
    						Terminated: &core.ContainerStateTerminated{
    							ContainerID: "docker://numbers",
    							Reason:      "Completed",
    							StartedAt:   metav1.NewTime(time.Now()),
    							FinishedAt:  metav1.NewTime(time.Now()),
    						},
    					},
    				}},
    			},
    		},
    		core.Pod{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "foo",
    			},
    			Status: core.PodStatus{
    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. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.scan.time.BuildScanBuildStartedTime> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (BuildScanBuildStartedTime.java:0)
    Class <org.gradle.internal.scan.time.BuildScanClock> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (BuildScanClock.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top