Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for example2 (0.26 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"volumeID":  "volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md",
    	"fsType":    "fsType Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // volumeID used to identify the volume in cinder.
      // More info: https://examples.k8s.io/mysql-cinder-pd/README.md
      optional string volumeID = 1;
    
      // fsType Filesystem type to mount.
      // Must be a filesystem type supported by the host operating system.
      // Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
      // More info: https://examples.k8s.io/mysql-cinder-pd/README.md
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.proto

      // volumeID used to identify the volume in cinder.
      // More info: https://examples.k8s.io/mysql-cinder-pd/README.md
      optional string volumeID = 1;
    
      // fsType Filesystem type to mount.
      // Must be a filesystem type supported by the host operating system.
      // Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
      // More info: https://examples.k8s.io/mysql-cinder-pd/README.md
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// More info: https://examples.k8s.io/mysql-cinder-pd/README.md
    	VolumeID string `json:"volumeID" protobuf:"bytes,1,opt,name=volumeID"`
    	// fsType is the filesystem type to mount.
    	// Must be a filesystem type supported by the host operating system.
    	// Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
    	// More info: https://examples.k8s.io/mysql-cinder-pd/README.md
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * Add docs for [Schema Extra - Example](https://fastapi.tiangolo.com/tutorial/schema-extra-example/). PR [#1185](https://github.com/tiangolo/fastapi/pull/1185).
    
    ## 0.53.1
    
    * Fix included example after translations refactor. PR [#1182](https://github.com/tiangolo/fastapi/pull/1182).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.8.md

        - [Other notable changes](#other-notable-changes-19)
    <!-- END MUNGE: GENERATED_TOC -->
    
    <!-- NEW RELEASE NOTES ENTRY -->
    
    
    # v1.8.15
    
    [Documentation](https://docs.k8s.io) & [Examples](https://releases.k8s.io/release-1.8/examples)
    
    ## Downloads for v1.8.15
    
    
    filename | sha256 hash
    -------- | -----------
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).\n - `\"Object\"` is a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).\n - `\"Pods\"` is a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              },
              "readOnly": {
                "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "type": "boolean"
              },
              "secretFile": {
                "description": "secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it",
                "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  10. pkg/apis/core/types.go

    type GlusterfsPersistentVolumeSource struct {
    	// EndpointsName is the endpoint name that details Glusterfs topology.
    	// More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
    	EndpointsName string
    
    	// Path is the Glusterfs volume path.
    	// More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
    	Path string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
Back to top