Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for NodeStageVolume (0.23 sec)

  1. pkg/volume/csi/csi_client_test.go

    	return err
    }
    
    func (c *fakeCsiDriverClient) NodeStageVolume(ctx context.Context,
    	volID string,
    	publishContext map[string]string,
    	stagingTargetPath string,
    	fsType string,
    	accessMode api.PersistentVolumeAccessMode,
    	secrets map[string]string,
    	volumeContext map[string]string,
    	mountOptions []string,
    	fsGroup *int64,
    ) error {
    	c.t.Log("calling fake.NodeStageVolume...")
    	req := &csipbv1.NodeStageVolumeRequest{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  2. pkg/volume/csi/csi_attacher_test.go

    		},
    		{
    			testName:                       "fsgroup provided, driver supports volume mount group; expect fsgroup to be passed to NodeStageVolume",
    			volName:                        "test-vol1",
    			devicePath:                     "path1",
    			deviceMountPath:                "path2",
    			fsGroup:                        &testFSGroup,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      optional SecretReference controllerPublishSecretRef = 6;
    
      // nodeStageSecretRef is a reference to the secret object containing sensitive
      // information to pass to the CSI driver to complete the CSI NodeStageVolume
      // and NodeStageVolume and NodeUnstageVolume calls.
      // This field is optional, and may be empty if no secret is required. If the
      // secret object contains more than one secret, all secrets are passed.
      // +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)
  4. pkg/apis/core/types.go

    	// +optional
    	ControllerPublishSecretRef *SecretReference
    
    	// NodeStageSecretRef is a reference to the secret object containing sensitive
    	// information to pass to the CSI driver to complete the CSI NodeStageVolume
    	// and NodeStageVolume and NodeUnstageVolume calls.
    	// This field is optional, and may be empty if no secret is required. If the
    	// secret object contains more than one secret, all secrets are passed.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"nodeStageSecretRef":         "nodeStageSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeStageVolume and NodeStageVolume and NodeUnstageVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.26.md

    **CVSS Rating:** High (7.2) [CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H)
    
    ## Changes by Kind
    
    ### API Change
    
    - Retry NodeStageVolume calls if CSI node driver is not running ([#120330](https://github.com/kubernetes/kubernetes/pull/120330), [@rohitssingh](https://github.com/rohitssingh)) [SIG Apps, Storage and Testing]
    
    ### Feature
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      optional SecretReference controllerPublishSecretRef = 6;
    
      // nodeStageSecretRef is a reference to the secret object containing sensitive
      // information to pass to the CSI driver to complete the CSI NodeStageVolume
      // and NodeStageVolume and NodeUnstageVolume calls.
      // This field is optional, and may be empty if no secret is required. If the
      // secret object contains more than one secret, all secrets are passed.
      // +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)
  8. CHANGELOG/CHANGELOG-1.29.md

      request optionally sent by the CSI Client from this release onwards. ([#121303](https://github.com/kubernetes/kubernetes/pull/121303), [@humblec](https://github.com/humblec))
    - `NodeStageVolume` calls will now be retried if the CSI node driver is not running. ([#120330](https://github.com/kubernetes/kubernetes/pull/120330), [@rohitssingh](https://github.com/rohitssingh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types.go

    	// nodeStageSecretRef is a reference to the secret object containing sensitive
    	// information to pass to the CSI driver to complete the CSI NodeStageVolume
    	// and NodeStageVolume and NodeUnstageVolume calls.
    	// This field is optional, and may be empty if no secret is required. If the
    	// secret object contains more than one secret, all secrets are passed.
    	// +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)
  10. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                  }
                ],
                "description": "nodeStageSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeStageVolume and NodeStageVolume and NodeUnstageVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed."
              },
              "readOnly": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
Back to top