Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for pod6 (0.14 sec)

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

                      on which this patch configuration should be applied.
                    properties:
                      labels:
                        additionalProperties:
                          type: string
                        description: One or more labels that indicate a specific set of
                          pods/VMs on which the configuration should be applied.
    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. pkg/apis/core/validation/validation_test.go

    		name            string
    		pod             *core.Pod
    		wantFieldErrors field.ErrorList
    	}{{
    		name: "create a Pod with nodeName and schedulingGates, feature enabled",
    		pod: &core.Pod{
    			ObjectMeta: metav1.ObjectMeta{Name: "pod", Namespace: "ns"},
    			Spec: core.PodSpec{
    				NodeName: "node",
    				SchedulingGates: []core.PodSchedulingGate{
    					{Name: "foo"},
    				},
    			},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. RELEASE.md

            multiple of the number of replicas.
        *   `tf.data.Dataset` now supports automatic data distribution and sharding
            in distributed environments, including on TPU pods.
        *   Distribution policies for `tf.data.Dataset` can now be tuned with 1.
            `tf.data.experimental.AutoShardPolicy(OFF, AUTO, FILE, DATA)` 2.
            `tf.data.experimental.ExternalStatePolicy(WARN, IGNORE, FAIL)`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top