Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    }
    
    // WarningsOnCreate returns warnings for the creation of the given object.
    func (strategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string {
    	return warningsForSecret(obj.(*api.Secret))
    }
    
    func (strategy) Canonicalize(obj runtime.Object) {
    }
    
    func (strategy) AllowCreateOnUpdate() bool {
    	return false
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 20:38:11 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top