Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for generateRS (0.27 sec)

  1. pilot/pkg/networking/core/listener_waypoint.go

    		}
    	} else {
    		action.ClusterSpecifier = &route.RouteAction_WeightedClusters{
    			WeightedClusters: &route.WeightedCluster{
    				Clusters: weighted,
    			},
    		}
    	}
    }
    
    // GetDestinationCluster generates a cluster name for the route, or error if no cluster
    // can be found. Called by translateRule to determine if
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. cmd/object-multipart-handlers.go

    		defer globalReplicationStats.UpdateReplicaStat(bucket, actualSize)
    	}
    
    	// Get object location.
    	location := getObjectLocation(r, globalDomainNames, bucket, object)
    	// Generate complete multipart response.
    	response := generateCompleteMultipartUploadResponse(bucket, object, location, objInfo, r.Header)
    	encodedSuccessResponse := encodeResponse(response)
    
    	// Write success response.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 38.8K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    	//    will only be fresh values from Kubelet at an interval of nodeStatusUpdateFrequency.
    	//    The constant must be less than podEvictionTimeout.
    	// 2. nodeStatusUpdateFrequency needs to be large enough for kubelet to generate node
    	//    status. Kubelet may fail to update node status reliably if the value is too small,
    	//    as it takes time to gather all necessary node information.
    	nodeStatusUpdateFrequency time.Duration
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_test.go

    	}
    }
    
    // Test generateAPIPodStatus with different reason cache and old api pod status.
    func TestGenerateAPIPodStatusWithReasonCache(t *testing.T) {
    	// The following waiting reason and message  are generated in convertStatusToAPIStatus()
    	testTimestamp := time.Unix(123456789, 987654321)
    	testErrorReason := fmt.Errorf("test-error")
    	emptyContainerID := (&kubecontainer.ContainerID{}).String()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
Back to top