Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for mutable_s (0.28 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

    - Relaxed API validation to allow pod node selector to be mutable for gated pods (additions only, no deletions or mutations). ([#116161](https://github.com/kubernetes/kubernetes/pull/116161), [@danielvegamyhre](https://github.com/danielvegamyhre))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    			}
    		}
    
    		// Note: Unlike NodeAffinity and NodeSelector, we cannot make PodAffinity/PodAntiAffinity mutable due to the presence of the matchLabelKeys/mismatchLabelKeys feature.
    		// Those features automatically generate the matchExpressions in labelSelector for PodAffinity/PodAntiAffinity when the Pod is created.
    		// When we make them mutable, we need to make sure things like how to handle/validate matchLabelKeys,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// Name of VolumeAttributesClass to which this persistent volume belongs. Empty value
    	// is not allowed. When this field is not set, it indicates that this volume does not belong to any
    	// VolumeAttributesClass. This field is mutable and can be changed by the CSI driver
    	// after a volume has been updated successfully to a new class.
    	// For an unbound PersistentVolume, the volumeAttributesClassName will be matched with unbound
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    "volumeAttributesClassName":     "Name of VolumeAttributesClass to which this persistent volume belongs. Empty value is not allowed. When this field is not set, it indicates that this volume does not belong to any VolumeAttributesClass. This field is mutable and can be changed by the CSI driver after a volume has been updated successfully to a new class. For an unbound PersistentVolume, the volumeAttributesClassName will be matched with unbound PersistentVolumeClaims during the binding process. This is...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // Name of VolumeAttributesClass to which this persistent volume belongs. Empty value
      // is not allowed. When this field is not set, it indicates that this volume does not belong to any
      // VolumeAttributesClass. This field is mutable and can be changed by the CSI driver
      // after a volume has been updated successfully to a new class.
      // For an unbound PersistentVolume, the volumeAttributesClassName will be matched with unbound
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. ChangeLog.md

    - [`KT-25668`](https://youtrack.jetbrains.com/issue/KT-25668) False-positive error on restricted suspending function call with callable reference
    - [`KT-18055`](https://youtrack.jetbrains.com/issue/KT-18055) SMARTCAST_IMPOSSIBLE on mutable data class variable with a read-only property
    - [`KT-15904`](https://youtrack.jetbrains.com/issue/KT-15904) Improve error message when type of generic extension call is inferred from receiver
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// Name of VolumeAttributesClass to which this persistent volume belongs. Empty value
    	// is not allowed. When this field is not set, it indicates that this volume does not belong to any
    	// VolumeAttributesClass. This field is mutable and can be changed by the CSI driver
    	// after a volume has been updated successfully to a new class.
    	// For an unbound PersistentVolume, the volumeAttributesClassName will be matched with unbound
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top