Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for NewTableGenerator (7.22 sec)

  1. pkg/registry/resource/resourceslice/storage/storage.go

    		UpdateStrategy:      resourceslice.Strategy,
    		DeleteStrategy:      resourceslice.Strategy,
    		ReturnDeletedObject: true,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    	options := &generic.StoreOptions{
    		RESTOptions: optsGetter,
    		AttrFunc:    resourceslice.GetAttrs,
    		TriggerFunc: resourceslice.TriggerFunc,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. pkg/registry/resource/resourceclaimparameters/storage/storage.go

    		UpdateStrategy:      resourceclaimparameters.Strategy,
    		DeleteStrategy:      resourceclaimparameters.Strategy,
    		ReturnDeletedObject: true,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    	options := &generic.StoreOptions{RESTOptions: optsGetter, AttrFunc: resourceclaimparameters.GetAttrs}
    	if err := store.CompleteWithOptions(options); err != nil {
    		return nil, err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 15:15:31 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. pkg/registry/resource/resourceclassparameters/storage/storage.go

    		UpdateStrategy:      resourceclassparameters.Strategy,
    		DeleteStrategy:      resourceclassparameters.Strategy,
    		ReturnDeletedObject: true,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    	options := &generic.StoreOptions{RESTOptions: optsGetter, AttrFunc: resourceclassparameters.GetAttrs}
    	if err := store.CompleteWithOptions(options); err != nil {
    		return nil, err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 15:15:31 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  4. pkg/registry/storagemigration/storagemigration/storage/storage.go

    		UpdateStrategy:      storagemigration.Strategy,
    		DeleteStrategy:      storagemigration.Strategy,
    		ResetFieldsStrategy: storagemigration.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: Fri Mar 08 04:18:56 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  5. 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