Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fieldIsDeprecatedWarnings (0.31 sec)

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

    }
    
    // WarningsOnCreate returns warnings for the creation of the given object.
    func (nodeStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string {
    	return fieldIsDeprecatedWarnings(obj)
    }
    
    // Canonicalize normalizes the object after validation.
    func (nodeStrategy) Canonicalize(obj runtime.Object) {
    }
    
    // ValidateUpdate is the default update validation for an end user.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 13 23:06:39 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top