Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 105 for resourceClaimName (0.28 sec)

  1. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *ClaimSource) DeepCopyInto(out *ClaimSource) {
    	*out = *in
    	if in.ResourceClaimName != nil {
    		in, out := &in.ResourceClaimName, &out.ResourceClaimName
    		*out = new(string)
    		**out = **in
    	}
    	if in.ResourceClaimTemplateName != nil {
    		in, out := &in.ResourceClaimTemplateName, &out.ResourceClaimTemplateName
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/zz_generated.conversion.go

    }
    
    func autoConvert_v1_ClaimSource_To_core_ClaimSource(in *v1.ClaimSource, out *core.ClaimSource, s conversion.Scope) error {
    	out.ResourceClaimName = (*string)(unsafe.Pointer(in.ResourceClaimName))
    	out.ResourceClaimTemplateName = (*string)(unsafe.Pointer(in.ResourceClaimTemplateName))
    	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)
  3. staging/src/k8s.io/api/core/v1/types.go

    // treat an empty object as if it has an unknown value.
    type ClaimSource struct {
    	// ResourceClaimName is the name of a ResourceClaim object in the same
    	// namespace as this pod.
    	ResourceClaimName *string `json:"resourceClaimName,omitempty" protobuf:"bytes,1,opt,name=resourceClaimName"`
    
    	// ResourceClaimTemplateName is the name of a ResourceClaimTemplate
    	// object in the same namespace as this pod.
    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. pkg/apis/core/validation/validation_test.go

    				},
    			},
    			Status: core.PodStatus{
    				ResourceClaimStatuses: []core.PodResourceClaimStatus{
    					{Name: "my-claim", ResourceClaimName: utilpointer.String("foo-my-claim-12345")},
    					{Name: "my-other-claim", ResourceClaimName: nil},
    					{Name: "my-other-claim", ResourceClaimName: nil},
    				},
    			},
    		},
    		core.Pod{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "foo",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    //
    // Exactly one of these fields should be set.  Consumers of this type must
    // treat an empty object as if it has an unknown value.
    type ClaimSource struct {
    	// ResourceClaimName is the name of a ResourceClaim object in the same
    	// namespace as this pod.
    	ResourceClaimName *string
    
    	// ResourceClaimTemplateName is the name of a ResourceClaimTemplate
    	// object in the same namespace as this pod.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"":                          "ClaimSource describes a reference to a ResourceClaim.\n\nExactly one of these fields should be set.  Consumers of this type must treat an empty object as if it has an unknown value.",
    	"resourceClaimName":         "ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

    //
    // Exactly one of these fields should be set.  Consumers of this type must
    // treat an empty object as if it has an unknown value.
    message ClaimSource {
      // ResourceClaimName is the name of a ResourceClaim object in the same
      // namespace as this pod.
      optional string resourceClaimName = 1;
    
      // ResourceClaimTemplateName is the name of a ResourceClaimTemplate
      // object in the same namespace as this pod.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.pb.go

    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.ResourceClaimTemplateName)))
    		i--
    		dAtA[i] = 0x12
    	}
    	if m.ResourceClaimName != nil {
    		i -= len(*m.ResourceClaimName)
    		copy(dAtA[i:], *m.ResourceClaimName)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.ResourceClaimName)))
    		i--
    		dAtA[i] = 0xa
    	}
    	return len(dAtA) - i, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/core/v1/generated.proto

    //
    // Exactly one of these fields should be set.  Consumers of this type must
    // treat an empty object as if it has an unknown value.
    message ClaimSource {
      // ResourceClaimName is the name of a ResourceClaim object in the same
      // namespace as this pod.
      optional string resourceClaimName = 1;
    
      // ResourceClaimTemplateName is the name of a ResourceClaimTemplate
      // object in the same namespace as this pod.
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "properties": {
              "resourceClaimName": {
                "description": "ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.",
                "type": "string"
              },
              "resourceClaimTemplateName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top