Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 88 for ManagedFieldsEntry (0.3 sec)

  1. api/openapi-spec/v3/apis__authentication.k8s.io__v1_openapi.json

            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry": {
            "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.",
            "properties": {
              "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:25 UTC 2023
    - 41.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_filter.go

    	flowcontrol "k8s.io/api/flowcontrol/v1"
    	flowcontrolclient "k8s.io/client-go/kubernetes/typed/flowcontrol/v1"
    )
    
    // ConfigConsumerAsFieldManager is how the config consuminng
    // controller appears in an ObjectMeta ManagedFieldsEntry.Manager
    const ConfigConsumerAsFieldManager = "api-priority-and-fairness-config-consumer-v1"
    
    // Interface defines how the API Priority and Fairness filter interacts with the underlying system.
    type Interface interface {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 8K bytes
    - Viewed (0)
  3. pkg/apis/resource/validation/validation_resourceslice_test.go

    				}
    				return slice
    			}(),
    		},
    		"managed-fields": {
    			slice: func() *resource.ResourceSlice {
    				slice := testResourceSlice(goodName, goodName, driverName)
    				slice.ManagedFields = []metav1.ManagedFieldsEntry{
    					{
    						FieldsType: "FieldsV1",
    						Operation:  "Apply",
    						APIVersion: "apps/v1",
    						Manager:    "foo",
    					},
    				}
    				return slice
    			}(),
    		},
    		"good-labels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  4. pkg/apis/resource/validation/validation_resourceclaimparameters_test.go

    			}(),
    		},
    		"managed-fields": {
    			parameters: func() *resource.ResourceClaimParameters {
    				parameters := testResourceClaimParameters(goodName, goodName, goodRequests)
    				parameters.ManagedFields = []metav1.ManagedFieldsEntry{
    					{
    						FieldsType: "FieldsV1",
    						Operation:  "Apply",
    						APIVersion: "apps/v1",
    						Manager:    "foo",
    					},
    				}
    				return parameters
    			}(),
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:21:16 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/bench_test.go

    				b.Fatalf("Failed to parse yaml object: %v", err)
    			}
    			objMeta, err := meta.Accessor(newObj)
    			if err != nil {
    				b.Fatalf("Failed to get object meta: %v", err)
    			}
    			objMeta.SetManagedFields([]metav1.ManagedFieldsEntry{
    				{
    					Manager:    "default",
    					Operation:  "Update",
    					APIVersion: "v1",
    				},
    			})
    			appliedObj := &unstructured.Unstructured{Object: map[string]interface{}{}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  6. pkg/apis/resource/validation/validation_resourceclassparameters_test.go

    			}(),
    		},
    		"managed-fields": {
    			parameters: func() *resource.ResourceClassParameters {
    				parameters := testResourceClassParameters(goodName, goodName, goodFilters)
    				parameters.ManagedFields = []metav1.ManagedFieldsEntry{
    					{
    						FieldsType: "FieldsV1",
    						Operation:  "Apply",
    						APIVersion: "apps/v1",
    						Manager:    "foo",
    					},
    				}
    				return parameters
    			}(),
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:21:16 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  7. pkg/apis/resource/validation/validation_podschedulingcontext_test.go

    		},
    		"managed-fields": {
    			schedulingCtx: func() *resource.PodSchedulingContext {
    				schedulingCtx := testPodSchedulingContexts(goodName, goodNS, goodPodSchedulingSpec)
    				schedulingCtx.ManagedFields = []metav1.ManagedFieldsEntry{
    					{
    						FieldsType: "FieldsV1",
    						Operation:  "Apply",
    						APIVersion: "apps/v1",
    						Manager:    "foo",
    					},
    				}
    				return schedulingCtx
    			}(),
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 09:18:08 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  8. pkg/apis/resource/validation/validation_resourceclaimtemplate_test.go

    			}(),
    		},
    		"managed-fields": {
    			template: func() *resource.ResourceClaimTemplate {
    				template := testClaimTemplate(goodName, goodNS, goodClaimSpec)
    				template.ManagedFields = []metav1.ManagedFieldsEntry{
    					{
    						FieldsType: "FieldsV1",
    						Operation:  "Apply",
    						APIVersion: "apps/v1",
    						Manager:    "foo",
    					},
    				}
    				return template
    			}(),
    		},
    		"good-labels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 09:18:10 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    func (m *ManagedFieldsEntry) Reset()      { *m = ManagedFieldsEntry{} }
    func (*ManagedFieldsEntry) ProtoMessage() {}
    func (*ManagedFieldsEntry) Descriptor() ([]byte, []int) {
    	return fileDescriptor_a8431b6e0aeeb761, []int{23}
    }
    func (m *ManagedFieldsEntry) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ManagedFieldsEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  10. pkg/apis/resource/validation/validation_resourceclass_test.go

    				}
    				return class
    			}(),
    		},
    		"managed-fields": {
    			class: func() *resource.ResourceClass {
    				class := testClass(goodName, goodName)
    				class.ManagedFields = []metav1.ManagedFieldsEntry{
    					{
    						FieldsType: "FieldsV1",
    						Operation:  "Apply",
    						APIVersion: "apps/v1",
    						Manager:    "foo",
    					},
    				}
    				return class
    			}(),
    		},
    		"good-labels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 09:18:10 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top