Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 44 for listType (0.21 sec)

  1. guava-tests/test/com/google/common/collect/ListsImplTest.java

      private final <T> List<T> createList(Class<T> listType, T... contents) {
        return getExample().createList(listType, Arrays.asList(contents));
      }
    
      private static final class ArrayListExample extends ListExample {
    
        protected ArrayListExample(String name) {
          super(name, Modifiability.ALL);
        }
    
        @Override
        public <T> List<T> createList(Class<T> listType, Collection<? extends T> contents) {
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Feb 26 16:35:21 GMT 2024
    - 10.6K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/certificates/v1beta1/generated.proto

      // See user.Info interface for details.
      // +listType=atomic
      // +optional
      repeated string groups = 4;
    
      // Extra information about the requesting user.
      // See user.Info interface for details.
      // +optional
      map<string, ExtraValue> extra = 6;
    }
    
    message CertificateSigningRequestStatus {
      // Conditions applied to the request, such as approval or denial.
      // +listType=map
      // +listMapKey=type
      // +optional
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 6.7K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/discovery/v1/generated.proto

      // capabilities. This must contain at least one address but no more than
      // 100. These are all assumed to be fungible and clients may choose to only
      // use the first element. Refer to: https://issue.k8s.io/106267
      // +listType=set
      repeated string addresses = 1;
    
      // conditions contains information about the current status of the endpoint.
      optional EndpointConditions conditions = 2;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 8K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/flowcontrol/v1beta1/generated.proto

      // if it is an empty slice, there will be no requests matching the FlowSchema.
      // +listType=atomic
      // +optional
      repeated PolicyRulesWithSubjects rules = 4;
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +listType=map
      // +listMapKey=type
      // +optional
      repeated FlowSchemaCondition conditions = 1;
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.4K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/flowcontrol/v1beta3/generated.proto

      // if it is an empty slice, there will be no requests matching the FlowSchema.
      // +listType=atomic
      // +optional
      repeated PolicyRulesWithSubjects rules = 4;
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +listType=map
      // +listMapKey=type
      // +patchMergeKey=type
      // +patchStrategy=merge
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.5K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/apidiscovery/v2beta1/generated.proto

      // delete, deletecollection, and proxy).
      // +listType=set
      repeated string verbs = 5;
    
      // shortNames is a list of suggested short names of the resource.
      // +listType=set
      repeated string shortNames = 6;
    
      // categories is a list of the grouped resources this resource belongs to (e.g. 'all').
      // Clients may use this to simplify acting on multiple resource types at once.
      // +listType=set
      repeated string categories = 7;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 7.8K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/collect/ListsImplTest.java

      private final <T> List<T> createList(Class<T> listType, T... contents) {
        return getExample().createList(listType, Arrays.asList(contents));
      }
    
      private static final class ArrayListExample extends ListExample {
    
        protected ArrayListExample(String name) {
          super(name, Modifiability.ALL);
        }
    
        @Override
        public <T> List<T> createList(Class<T> listType, Collection<? extends T> contents) {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Feb 26 16:35:21 GMT 2024
    - 10.6K bytes
    - Viewed (0)
  8. cmd/admin-handlers-idp-ldap.go

    		return
    	}
    
    	listType := r.Form.Get("listType")
    	if listType != "sts-only" && listType != "svcacc-only" && listType != "" {
    		// default to both
    		listType = ""
    	}
    
    	var serviceAccounts []auth.Credentials
    	var stsKeys []auth.Credentials
    
    	if listType == "" || listType == "sts-only" {
    		stsKeys, err = globalIAMSys.ListSTSAccounts(ctx, targetAccount)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 13.3K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      // +listType=atomic
      // +optional
      repeated NamedRuleWithOperations resourceRules = 3;
    
      // ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about.
      // The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
      // +listType=atomic
      // +optional
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 25.7K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/flowcontrol/v1beta2/generated.proto

      // if it is an empty slice, there will be no requests matching the FlowSchema.
      // +listType=atomic
      // +optional
      repeated PolicyRulesWithSubjects rules = 4;
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +listType=map
      // +listMapKey=type
      // +optional
      repeated FlowSchemaCondition conditions = 1;
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.4K bytes
    - Viewed (0)
Back to top