Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for stateful (0.3 sec)

  1. RELEASE.md

            number). These 3 APIs will allow user to disable and switch back to
            legacy behavior if they prefer. In future (eg TF 2.10), we expect to
            totally remove the legacy code path (stateful random Ops), and these 3
            APIs will be removed as well.
        *   `tf.keras.callbacks.experimental.BackupAndRestore` is now available as
            `tf.keras.callbacks.BackupAndRestore`. The experimental endpoint is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "items": {
                "description": "Items is the list of stateful sets.",
                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.api.apps.v1.StatefulSet"
                    }
                  ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    				},
    			}, {
    				Name: "empty-dir",
    				VolumeSource: core.VolumeSource{
    					EmptyDir: &core.EmptyDirVolumeSource{},
    				},
    			}},
    		},
    	}, {
    		name:    "hostUsers=false - stateful volume",
    		success: true,
    		spec: &core.PodSpec{
    			SecurityContext: &core.PodSecurityContext{
    				HostUsers: &falseVar,
    			},
    			Volumes: []core.Volume{{
    				Name: "host-path",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top