Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for defaultOnRead (0.11 sec)

  1. pkg/registry/core/service/storage/storage.go

    }
    type After struct {
    	*api.Service
    }
    
    // defaultOnRead sets interlinked fields that were not previously set on read.
    // We can't do this in the normal defaulting path because that same logic
    // applies on Get, Create, and Update, but we need to distinguish between them.
    //
    // This will be called on both Service and ServiceList types.
    func (r *REST) defaultOnRead(obj runtime.Object) {
    	switch s := obj.(type) {
    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