Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewStatusREST (0.23 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresourcedefinition/etcd.go

    		}
    
    		return out, false, nil
    	}
    
    	return r.Store.Delete(ctx, name, deleteValidation, options)
    }
    
    // NewStatusREST makes a RESTStorage for status that has more limited options.
    // It is based on the original REST so that we can share the same underlying store
    func NewStatusREST(scheme *runtime.Scheme, rest *REST) *StatusREST {
    	statusStore := *rest.Store
    	statusStore.CreateStrategy = nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 8K bytes
    - Viewed (0)
Back to top