Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 147 for dataSourceRef (0.26 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. pkg/apis/core/validation/validation_test.go

    		claimSpec    *core.PersistentVolumeClaimSpec
    	}{{
    		testName:     "Feature gate enabled and valid xns DataSourceRef specified",
    		expectedFail: false,
    		claimSpec:    pvcSpecWithCrossNamespaceSource(&snapAPIGroup, snapKind, &goodNS, goodName, false),
    	}, {
    		testName:     "Feature gate enabled and xns DataSourceRef with PVC source specified",
    		expectedFail: false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "dataSourceRef": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. pkg/apis/core/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.DataSource != nil {
    		in, out := &in.DataSource, &out.DataSource
    		*out = new(TypedLocalObjectReference)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.DataSourceRef != nil {
    		in, out := &in.DataSourceRef, &out.DataSourceRef
    		*out = new(TypedObjectReference)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.VolumeAttributesClassName != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.DataSource != nil {
    		in, out := &in.DataSource, &out.DataSource
    		*out = new(TypedLocalObjectReference)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.DataSourceRef != nil {
    		in, out := &in.DataSourceRef, &out.DataSourceRef
    		*out = new(TypedObjectReference)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.VolumeAttributesClassName != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  9. 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)
  10. api/openapi-spec/v3/api__v1_openapi.json

              },
              "dataSourceRef": {
                "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