Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 84 of 84 for groupSet (0.13 sec)

  1. android/guava/src/com/google/common/net/MediaType.java

        return mediaType;
      }
    
      private static MediaType addKnownType(MediaType mediaType) {
        KNOWN_TYPES.put(mediaType, mediaType);
        return mediaType;
      }
    
      /*
       * The following constants are grouped by their type and ordered alphabetically by the constant
       * name within that type. The constant name should be a sensible identifier that is closest to the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  2. guava/src/com/google/common/net/MediaType.java

        return mediaType;
      }
    
      private static MediaType addKnownType(MediaType mediaType) {
        KNOWN_TYPES.put(mediaType, mediaType);
        return mediaType;
      }
    
      /*
       * The following constants are grouped by their type and ordered alphabetically by the constant
       * name within that type. The constant name should be a sensible identifier that is closest to the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

      optional string kind = 4;
    
      // listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
      // +optional
      optional string listKind = 5;
    
      // categories is a list of grouped resources this custom resource belongs to (e.g. 'all').
      // This is published in API discovery documents, and used by clients to support invocations like
      // `kubectl get all`.
      // +optional
      // +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      optional string kind = 4;
    
      // listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
      // +optional
      optional string listKind = 5;
    
      // categories is a list of grouped resources this custom resource belongs to (e.g. 'all').
      // This is published in API discovery documents, and used by clients to support invocations like
      // `kubectl get all`.
      // +optional
      // +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top