Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for ResourceClaimParametersReference (0.54 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/v1alpha2/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*v1alpha2.ResourceClaimParametersReference)(nil), (*resource.ResourceClaimParametersReference)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1alpha2_ResourceClaimParametersReference_To_resource_ResourceClaimParametersReference(a.(*v1alpha2.ResourceClaimParametersReference), b.(*resource.ResourceClaimParametersReference), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    func (m *ResourceClaimParametersReference) Reset()      { *m = ResourceClaimParametersReference{} }
    func (*ResourceClaimParametersReference) ProtoMessage() {}
    func (*ResourceClaimParametersReference) Descriptor() ([]byte, []int) {
    	return fileDescriptor_4312f5b44a31ec02, []int{22}
    }
    func (m *ResourceClaimParametersReference) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
Back to top