Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 108 for versionInfo (0.23 sec)

  1. istioctl/pkg/writer/pilot/status_test.go

    	resources := make([]*anypb.Any, 0)
    	for _, input := range configInputs {
    		resources = append(resources, protoconv.MessageToAny(newXdsClientConfig(input)))
    	}
    
    	return &discovery.DiscoveryResponse{
    		VersionInfo: "1.1",
    		TypeUrl:     clientConfigType,
    		Resources:   resources,
    		ControlPlane: &core.ControlPlane{
    			Identifier: string(identifier),
    		},
    	}
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Mar 08 08:38:19 GMT 2024
    - 6.5K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/compare/sds/util.go

    		secret, err := parseDynamicSecret(activeSecret, "ACTIVE")
    		if err != nil {
    			return nil, fmt.Errorf("failed building warming secret %s: %v",
    				activeSecret.Name, err)
    		}
    		if activeSecret.VersionInfo == "uninitialized" {
    			secret.State = "UNINITIALIZED"
    		}
    		proxySecretItems = append(proxySecretItems, secret)
    	}
    	return proxySecretItems, nil
    }
    
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Jun 06 15:14:48 GMT 2023
    - 6.6K bytes
    - Viewed (0)
  3. cmd/metrics-v2.go

    	latencyMicroSec MetricName = "latency_us"
    	latencyNanoSec  MetricName = "latency_ns"
    
    	commitInfo  MetricName = "commit_info"
    	usageInfo   MetricName = "usage_info"
    	versionInfo MetricName = "version_info"
    
    	sizeDistribution    = "size_distribution"
    	versionDistribution = "version_distribution"
    	ttfbDistribution    = "seconds_distribution"
    	ttlbDistribution    = "ttlb_seconds_distribution"
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 22:01:31 GMT 2024
    - 132.6K bytes
    - Viewed (0)
  4. dbflute_fess/dfprop/conditionBeanMap.dfprop

            # ...
    
            # [Exclude]
            # VersionNo column may not be needed
            # to be set these condition-keys basically.
            #; !NotEqual = map:{ $$ALL$$ = list:{ $$VersionNo$$ } }
            #; !GreaterThan = map:{ $$ALL$$ = list:{ $$VersionNo$$ } }
            #; !LessThan = map:{ $$ALL$$ = list:{ $$VersionNo$$ } }
            #; !GreaterEqual = map:{ $$ALL$$ = list:{ $$VersionNo$$ } }
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 4K bytes
    - Viewed (1)
  5. src/main/java/org/codelibs/fess/app/pager/ReqHeaderPager.java

        public String id;
    
        public String name;
    
        public String value;
    
        public String webConfigId;
    
        public String createdBy;
    
        public String createdTime;
    
        public String versionNo;
    
        public void clear() {
            allRecordCount = 0;
            allPageCount = 0;
            existPrePage = false;
            existNextPage = false;
            pageSize = getDefaultPageSize();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.5K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/pager/RoleTypePager.java

        public String id;
    
        public String name;
    
        public String value;
    
        public String sortOrder;
    
        public String createdBy;
    
        public String createdTime;
    
        public String versionNo;
    
        public void clear() {
            allRecordCount = 0;
            allPageCount = 0;
            existPrePage = false;
            existNextPage = false;
            pageSize = getDefaultPageSize();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.5K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/pager/FileConfigPager.java

        public String boost;
    
        public String available;
    
        public String sortOrder;
    
        public String createdBy;
    
        public String createdTime;
    
        public String versionNo;
    
        public String description;
    
        public void clear() {
            allRecordCount = 0;
            allPageCount = 0;
            existPrePage = false;
            existNextPage = false;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.8K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/pager/RelatedQueryPager.java

        private int currentPageNumber;
    
        public String id;
    
        public String term;
    
        public String queries;
    
        public String createdBy;
    
        public String createdTime;
    
        public String versionNo;
    
        public void clear() {
            allRecordCount = 0;
            allPageCount = 0;
            existPrePage = false;
            existNextPage = false;
            pageSize = getDefaultPageSize();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.4K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/pager/UserPager.java

        public String[] groups;
    
        public String versionNo;
    
        public void clear() {
            allRecordCount = 0;
            allPageCount = 0;
            existPrePage = false;
            existNextPage = false;
            pageSize = getDefaultPageSize();
            currentPageNumber = getDefaultCurrentPageNumber();
    
            id = null;
            roles = null;
            groups = null;
            versionNo = null;
    
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.3K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/pager/PathMapPager.java

        public String replacement;
    
        public String processType;
    
        public String sortOrder;
    
        public String createdBy;
    
        public String createdTime;
    
        public String versionNo;
    
        public void clear() {
            allRecordCount = 0;
            allPageCount = 0;
            existPrePage = false;
            existNextPage = false;
            pageSize = getDefaultPageSize();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.6K bytes
    - Viewed (0)
Back to top