Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for deepCopy (0.13 sec)

  1. pkg/apis/core/validation/validation_test.go

    	})
    	validPvSourceNoUpdate := validVolume.DeepCopy()
    	invalidPvSourceUpdateType := validVolume.DeepCopy()
    	invalidPvSourceUpdateType.Spec.PersistentVolumeSource = core.PersistentVolumeSource{
    		FlexVolume: &core.FlexPersistentVolumeSource{
    			Driver: "kubernetes.io/blue",
    			FSType: "ext4",
    		},
    	}
    	invalidPvSourceUpdateDeep := validVolume.DeepCopy()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Improves stability of GCS filesystem on Mac.
    *   Add time estimation to HloCostAnalysis.
    *   Fixed the bug in Estimator that params in constructor was not a deepcopy of
        the user provided one. This bugs inadvertently enabled user to mutate the
        params after the creation of Estimator, leading to potentially undefined
        behavior.
    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