Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for VolumeNodeAffinity (0.45 sec)

  1. staging/src/k8s.io/api/core/v1/generated.pb.go

    func (m *VolumeNodeAffinity) Reset()      { *m = VolumeNodeAffinity{} }
    func (*VolumeNodeAffinity) ProtoMessage() {}
    func (*VolumeNodeAffinity) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6c07b07c062484ab, []int{220}
    }
    func (m *VolumeNodeAffinity) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // Defaults to "" (volume's root).
      // SubPathExpr and SubPath are mutually exclusive.
      // +optional
      optional string subPathExpr = 6;
    }
    
    // VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.
    message VolumeNodeAffinity {
      // required specifies hard node constraints that must be met.
      optional NodeSelector required = 1;
    }
    
    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. pkg/apis/core/types.go

    	// +featureGate=VolumeAttributesClass
    	// +optional
    	VolumeAttributesClassName *string
    }
    
    // VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.
    type VolumeNodeAffinity struct {
    	// Required specifies hard node constraints that must be met.
    	Required *NodeSelector
    }
    
    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. pkg/apis/core/validation/validation.go

    	}
    	return allErrs
    }
    
    // validateVolumeNodeAffinity tests that the PersistentVolume.NodeAffinity has valid data
    // returns:
    // - true if volumeNodeAffinity is set
    // - errorList if there are validation errors
    func validateVolumeNodeAffinity(nodeAffinity *core.VolumeNodeAffinity, fldPath *field.Path) (bool, field.ErrorList) {
    	allErrs := field.ErrorList{}
    
    	if nodeAffinity == nil {
    		return false, allErrs
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // depending on the mount result.
      // +featureGate=RecursiveReadOnlyMounts
      // +optional
      optional string recursiveReadOnly = 4;
    }
    
    // VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.
    message VolumeNodeAffinity {
      // required specifies hard node constraints that must be met.
      optional NodeSelector required = 1;
    }
    
    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. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            }
          },
          "required": [
            "name",
            "mountPath"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.VolumeNodeAffinity": {
          "description": "VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.",
          "properties": {
            "required": {
              "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelector",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	VolumeAttributesClassName *string `json:"volumeAttributesClassName,omitempty" protobuf:"bytes,10,opt,name=volumeAttributesClassName"`
    }
    
    // VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.
    type VolumeNodeAffinity struct {
    	// required specifies hard node constraints that must be met.
    	Required *NodeSelector `json:"required,omitempty" protobuf:"bytes,1,opt,name=required"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "x-kubernetes-list-type": "atomic"
              }
            },
            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.core.v1.VolumeNodeAffinity": {
            "description": "VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.",
            "properties": {
              "required": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	return map_VolumeMountStatus
    }
    
    var map_VolumeNodeAffinity = map[string]string{
    	"":         "VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.",
    	"required": "required specifies hard node constraints that must be met.",
    }
    
    func (VolumeNodeAffinity) SwaggerDoc() map[string]string {
    	return map_VolumeNodeAffinity
    }
    
    var map_VolumeProjection = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/api__v1_openapi.json

              }
            },
            "required": [
              "name",
              "mountPath"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.VolumeNodeAffinity": {
            "description": "VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.",
            "properties": {
              "required": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top