Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 161 of 161 for human (0.14 sec)

  1. pkg/registry/core/pod/strategy.go

    }
    
    // WarningsOnUpdate returns warnings for the given update.
    func (podStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string {
    	// skip warnings on pod update, since humans don't typically interact directly with pods,
    	// and we don't want to pay the evaluation cost on what might be a high-frequency update path
    	return nil
    }
    
    // AllowUnconditionalUpdate allows pods to be overwritten
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 29.8K bytes
    - Viewed (0)
Back to top