Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 67 for subresource (0.2 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.json

            "operation": "operationValue",
            "apiVersion": "apiVersionValue",
            "time": "2004-01-01T01:01:01Z",
            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "parallelism": 1,
        "completions": 2,
        "activeDeadlineSeconds": 3,
        "podFailurePolicy": {
          "rules": [
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 55.3K bytes
    - Viewed (0)
  2. plugin/pkg/admission/noderestriction/admission_test.go

    	nodeExpansionFailed := api.PersistentVolumeClaimNodeResizeFailed
    
    	tests := []struct {
    		name                    string
    		resource                schema.GroupVersionResource
    		subresource             string
    		newObj                  runtime.Object
    		oldObj                  runtime.Object
    		expansionFeatureEnabled bool
    		recoveryFeatureEnabled  bool
    		expectError             string
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.json

            "operation": "operationValue",
            "apiVersion": "apiVersionValue",
            "time": "2004-01-01T01:01:01Z",
            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "volumes": [
          {
            "name": "nameValue",
            "hostPath": {
              "path": "pathValue",
              "type": "typeValue"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 52K bytes
    - Viewed (0)
  4. plugin/pkg/admission/limitranger/admission_test.go

    	attributesTest1 := admission.NewAttributesRecord(nil, nil, api.Kind("kind").WithVersion("version"), "test1", "name", api.Resource("resource").WithVersion("version"), "subresource", admission.Create, &metav1.CreateOptions{}, false, nil)
    
    	wg := sync.WaitGroup{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.pb.go

    }
    
    func (m *ObjectReference) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	i -= len(m.Subresource)
    	copy(dAtA[i:], m.Subresource)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Subresource)))
    	i--
    	dAtA[i] = 0x42
    	i -= len(m.ResourceVersion)
    	copy(dAtA[i:], m.ResourceVersion)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ResourceVersion)))
    	i--
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 81.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

            "operation": "operationValue",
            "apiVersion": "apiVersionValue",
            "time": "2004-01-01T01:01:01Z",
            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "volumes": [
          {
            "name": "nameValue",
            "hostPath": {
              "path": "pathValue",
              "type": "typeValue"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    	if hasStatusEnabled(crd.Subresources) {
    		return true
    	}
    	for _, v := range crd.Versions {
    		if hasStatusEnabled(v.Subresources) {
    			return true
    		}
    	}
    	return false
    }
    
    // hasStatusEnabled returns true if given CRD Subresources has non-nil Status set.
    func hasStatusEnabled(subresources *apiextensions.CustomResourceSubresources) bool {
    	if subresources != nil && subresources.Status != nil {
    		return true
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// regular update using the same manager name.
    	// Note that the APIVersion field is not related to the Subresource field and
    	// it always corresponds to the version of the main resource.
    	Subresource string `json:"subresource,omitempty" protobuf:"bytes,8,opt,name=subresource"`
    }
    
    // ManagedFieldsOperationType is the type of operation which lead to a ManagedFieldsEntry being created.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  9. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      optional string fieldsType = 6;
    
      // FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
      // +optional
      optional FieldsV1 fieldsV1 = 7;
    
      // Subresource is the name of the subresource used to update that object, or
      // empty string if the object was updated through the main resource. The
      // value of this field is used to distinguish between managers, even if they
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      optional string fieldsType = 6;
    
      // FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
      // +optional
      optional FieldsV1 fieldsV1 = 7;
    
      // Subresource is the name of the subresource used to update that object, or
      // empty string if the object was updated through the main resource. The
      // value of this field is used to distinguish between managers, even if they
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
Back to top