Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 82 of 82 for NamespaceId (0.16 sec)

  1. src/html/template/doc.go

    functions.
    
    For these internal escaping functions, if an action pipeline evaluates to
    a nil interface value, it is treated as though it were an empty string.
    
    # Namespaced and data- attributes
    
    Attributes with a namespace are treated as if they had no namespace.
    Given the excerpt
    
    	<a my:href="{{.}}"></a>
    
    At parse time the attribute will be treated as if it were just "href".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:04:29 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apidiscovery/v2beta1/generated.proto

      optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionKind responseKind = 2;
    
      // scope indicates the scope of a resource, either Cluster or Namespaced
      optional string scope = 3;
    
      // singularResource is the singular name of the resource.  This allows clients to handle plural and singular opaquely.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top