Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mountOptions (0.31 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - Fixed memory leak in endpointSliceTracker ([#92838](https://github.com/kubernetes/kubernetes/pull/92838), [@tnqn](https://github.com/tnqn)) [SIG Apps and Network]
    - Fixed mountOptions in iSCSI and FibreChannel volume plugins. ([#89172](https://github.com/kubernetes/kubernetes/pull/89172), [@jsafrane](https://github.com/jsafrane)) [SIG Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    					CSI: &core.CSIPersistentVolumeSource{Driver: "test-driver", VolumeHandle: "test-123", ReadOnly: true},
    				},
    				AccessModes:  []core.PersistentVolumeAccessMode{core.ReadWriteOnce},
    				MountOptions: []string{"soft", "read-write"},
    			},
    		},
    		"inline-pvspec-valid-with-access-modes": {
    			isExpectedFailure: false,
    			isInlineSpec:      true,
    			pvSpec: &core.PersistentVolumeSpec{
    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