Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for dataSourceRef (0.34 sec)

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

    	}
    	if spec.DataSourceRef != nil {
    		allErrs = append(allErrs, validateDataSourceRef(spec.DataSourceRef, fldPath.Child("dataSourceRef"), opts.AllowInvalidAPIGroupInDataSourceOrRef)...)
    	}
    	if spec.DataSourceRef != nil && spec.DataSourceRef.Namespace != nil && len(*spec.DataSourceRef.Namespace) > 0 {
    		if spec.DataSource != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified.
      // If the namespace is specified, then dataSourceRef will not be copied to dataSource.
      // +optional
      optional TypedLocalObjectReference dataSource = 7;
    
      // dataSourceRef specifies the object from which to populate the volume with data, if a non-empty
    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. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"dataSourceRef":             "dataSourceRef specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any object...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// When the AnyVolumeDataSource feature gate is enabled, dataSource contents will be copied to dataSourceRef,
    	// and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified.
    	// If the namespace is specified, then dataSourceRef will not be copied to dataSource.
    	// +optional
    	DataSource *TypedLocalObjectReference
    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/generated.proto

      // and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified.
      // If the namespace is specified, then dataSourceRef will not be copied to dataSource.
      // +optional
      optional TypedLocalObjectReference dataSource = 7;
    
      // dataSourceRef specifies the object from which to populate the volume with data, if a non-empty
    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/api/core/v1/types.go

    	// and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified.
    	// If the namespace is specified, then dataSourceRef will not be copied to dataSource.
    	// +optional
    	DataSource *TypedLocalObjectReference `json:"dataSource,omitempty" protobuf:"bytes,7,opt,name=dataSource"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "dataSourceRef": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  8. pkg/apis/core/v1/zz_generated.conversion.go

    	out.VolumeMode = (*core.PersistentVolumeMode)(unsafe.Pointer(in.VolumeMode))
    	out.DataSource = (*core.TypedLocalObjectReference)(unsafe.Pointer(in.DataSource))
    	out.DataSourceRef = (*core.TypedObjectReference)(unsafe.Pointer(in.DataSourceRef))
    	out.VolumeAttributesClassName = (*string)(unsafe.Pointer(in.VolumeAttributesClassName))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.26.md

    - Added a new namespace alpha field to `DataSourceRef` field in `PersistentVolumeClaim` API. ([#113186](https://github.com/kubernetes/kubernetes/pull/113186), [@ttakahashi21](https://github.com/ttakahashi21))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
Back to top