Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 59 of 59 for NewTableGenerator (0.3 sec)

  1. pkg/registry/certificates/certificates/storage/storage.go

    		UpdateStrategy:      csrregistry.Strategy,
    		DeleteStrategy:      csrregistry.Strategy,
    		ResetFieldsStrategy: csrregistry.Strategy,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    	options := &generic.StoreOptions{RESTOptions: optsGetter, AttrFunc: csrregistry.GetAttrs}
    	if err := store.CompleteWithOptions(options); err != nil {
    		return nil, nil, nil, err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 6.3K bytes
    - Viewed (0)
  2. pkg/registry/core/node/storage/storage.go

    		UpdateStrategy:      node.Strategy,
    		DeleteStrategy:      node.Strategy,
    		ResetFieldsStrategy: node.Strategy,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    	options := &generic.StoreOptions{
    		RESTOptions: optsGetter,
    		AttrFunc:    node.GetAttrs,
    	}
    	if err := store.CompleteWithOptions(options); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 20:38:11 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  3. pkg/registry/core/replicationcontroller/storage/storage.go

    		DeleteStrategy:      replicationcontroller.Strategy,
    		ResetFieldsStrategy: replicationcontroller.Strategy,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    	options := &generic.StoreOptions{RESTOptions: optsGetter, AttrFunc: replicationcontroller.GetAttrs}
    	if err := store.CompleteWithOptions(options); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 12K bytes
    - Viewed (0)
  4. pkg/registry/core/namespace/storage/storage.go

    		ResetFieldsStrategy: namespace.Strategy,
    		ReturnDeletedObject: true,
    
    		ShouldDeleteDuringUpdate: ShouldDeleteNamespaceDuringUpdate,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    	options := &generic.StoreOptions{RESTOptions: optsGetter, AttrFunc: namespace.GetAttrs}
    	if err := store.CompleteWithOptions(options); err != nil {
    		return nil, nil, nil, err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 13.4K bytes
    - Viewed (0)
  5. pkg/registry/apps/replicaset/storage/storage.go

    		UpdateStrategy:      replicaset.Strategy,
    		DeleteStrategy:      replicaset.Strategy,
    		ResetFieldsStrategy: replicaset.Strategy,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    	options := &generic.StoreOptions{RESTOptions: optsGetter, AttrFunc: replicaset.GetAttrs}
    	if err := store.CompleteWithOptions(options); err != nil {
    		return nil, nil, err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  6. pkg/registry/core/pod/storage/storage.go

    		DeleteStrategy:      registrypod.Strategy,
    		ResetFieldsStrategy: registrypod.Strategy,
    		ReturnDeletedObject: true,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    	options := &generic.StoreOptions{
    		RESTOptions: optsGetter,
    		AttrFunc:    registrypod.GetAttrs,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 20 14:29:25 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  7. pkg/registry/apps/statefulset/storage/storage.go

    		UpdateStrategy:      statefulset.Strategy,
    		DeleteStrategy:      statefulset.Strategy,
    		ResetFieldsStrategy: statefulset.Strategy,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    	options := &generic.StoreOptions{RESTOptions: optsGetter}
    	if err := store.CompleteWithOptions(options); err != nil {
    		return nil, nil, err
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  8. pkg/registry/apps/deployment/storage/storage.go

    		UpdateStrategy:      deployment.Strategy,
    		DeleteStrategy:      deployment.Strategy,
    		ResetFieldsStrategy: deployment.Strategy,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    	options := &generic.StoreOptions{RESTOptions: optsGetter}
    	if err := store.CompleteWithOptions(options); err != nil {
    		return nil, nil, nil, err
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  9. pkg/registry/core/service/storage/storage.go

    		UpdateStrategy:      svcreg.Strategy,
    		DeleteStrategy:      svcreg.Strategy,
    		ResetFieldsStrategy: svcreg.Strategy,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    	options := &generic.StoreOptions{
    		RESTOptions: optsGetter,
    		AttrFunc:    svcreg.GetAttrs,
    	}
    	if err := store.CompleteWithOptions(options); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 13:09:33 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top