Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for ResourceClaimParametersReference (0.48 sec)

  1. pkg/apis/resource/validation/validation_resourceclaimtemplate_test.go

    				template.Spec.Spec.ParametersRef = &resource.ResourceClaimParametersReference{
    					Kind: "foo",
    					Name: "bar",
    				}
    				return template
    			}(),
    		},
    		"good-parameters-apigroup": {
    			template: func() *resource.ResourceClaimTemplate {
    				template := testClaimTemplate(goodName, goodNS, goodClaimSpec)
    				template.Spec.Spec.ParametersRef = &resource.ResourceClaimParametersReference{
    					APIGroup: goodAPIGroup,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 09:18:10 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  2. pkg/apis/resource/validation/validation_resourceclaim_test.go

    				claim.Spec.ParametersRef = &resource.ResourceClaimParametersReference{
    					Kind: "foo",
    					Name: "bar",
    				}
    				return claim
    			}(),
    		},
    		"good-parameters-apigroup": {
    			claim: func() *resource.ResourceClaim {
    				claim := testClaim(goodName, goodNS, goodClaimSpec)
    				claim.Spec.ParametersRef = &resource.ResourceClaimParametersReference{
    					APIGroup: goodAPIGroup,
    					Kind:     "foo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 09:18:10 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/resource/v1alpha2/zz_generated.deepcopy.go

    func (in *ResourceClaimParametersReference) DeepCopyInto(out *ResourceClaimParametersReference) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceClaimParametersReference.
    func (in *ResourceClaimParametersReference) DeepCopy() *ResourceClaimParametersReference {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  4. pkg/apis/resource/zz_generated.deepcopy.go

    func (in *ResourceClaimParametersReference) DeepCopyInto(out *ResourceClaimParametersReference) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceClaimParametersReference.
    func (in *ResourceClaimParametersReference) DeepCopy() *ResourceClaimParametersReference {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 33.8K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/resource/v1alpha2/generated.proto

      // Items is the list of resource claims.
      repeated ResourceClaim items = 2;
    }
    
    // ResourceClaimParametersReference contains enough information to let you
    // locate the parameters for a ResourceClaim. The object must be in the same
    // namespace as the ResourceClaim.
    message ResourceClaimParametersReference {
      // APIGroup is the group for the resource being referenced. It is
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  6. pkg/apis/resource/types.go

    	// resources.
    	// +optional
    	Namespace string
    }
    
    // ResourceClaimParametersReference contains enough information to let you
    // locate the parameters for a ResourceClaim. The object must be in the same
    // namespace as the ResourceClaim.
    type ResourceClaimParametersReference struct {
    	// APIGroup is the group for the resource being referenced. It is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/resource/v1alpha2/generated.proto

      // Items is the list of node resource capacity objects.
      repeated ResourceClaimParameters items = 2;
    }
    
    // ResourceClaimParametersReference contains enough information to let you
    // locate the parameters for a ResourceClaim. The object must be in the same
    // namespace as the ResourceClaim.
    message ResourceClaimParametersReference {
      // APIGroup is the group for the resource being referenced. It is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 22:07:50 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/resource/v1alpha2/types.go

    	// +optional
    	Namespace string `json:"namespace,omitempty" protobuf:"bytes,4,opt,name=namespace"`
    }
    
    // ResourceClaimParametersReference contains enough information to let you
    // locate the parameters for a ResourceClaim. The object must be in the same
    // namespace as the ResourceClaim.
    type ResourceClaimParametersReference struct {
    	// APIGroup is the group for the resource being referenced. It is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 27 10:22:35 UTC 2024
    - 30K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/resource/v1alpha2/types_swagger_doc_generated.go

    }
    
    func (ResourceClaimParametersList) SwaggerDoc() map[string]string {
    	return map_ResourceClaimParametersList
    }
    
    var map_ResourceClaimParametersReference = map[string]string{
    	"":         "ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  10. pkg/scheduler/testing/wrappers.go

    func (wrapper *ResourceClaimWrapper) ParametersRef(name string) *ResourceClaimWrapper {
    	wrapper.ResourceClaim.Spec.ParametersRef = &resourcev1alpha2.ResourceClaimParametersReference{
    		Name:     name,
    		Kind:     "ResourceClaimParameters",
    		APIGroup: "resource.k8s.io",
    	}
    	return wrapper
    }
    
    // ResourceClassName sets the resource class name of the inner object.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 42.1K bytes
    - Viewed (0)
Back to top