Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 104 of 104 for human (0.04 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1/types_swagger_doc_generated.go

    	"fieldRef": "The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is \"spec.validations[0].expression\"",
    	"warning":  "The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.",
    }
    
    func (ExpressionWarning) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  2. src/net/http/cookiejar/jar.go

    		// (version 7.54) and IE (version 11) do not reject a
    		//     Set-Cookie: a=1; domain=.127.0.0.1
    		// This leading dot is optional and serves only as hint for
    		// humans to indicate that a cookie with "domain=.bbc.co.uk"
    		// would be sent to every subdomain of bbc.co.uk.
    		// It just doesn't make sense on IP addresses.
    		// The other processing and validation steps in RFC 6265 just
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 15K bytes
    - Viewed (0)
  3. docs/az/docs/index.md

    * <a href="https://pyyaml.org/wiki/PyYAMLDocumentation" target="_blank"><code>pyyaml</code></a> - `SchemaGenerator` dəstəyi üçün tələb olunur (Çox güman ki, FastAPI istifadə edərkən buna ehtiyacınız olmayacaq).
    * <a href="https://github.com/esnme/ultrajson" target="_blank"><code>ujson</code></a> - `UJSONResponse` istifadə etmək istəyirsinizsə, tələb olunur.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  4. 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