Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 54 for getThing (0.14 sec)

  1. cmd/sts-handlers_test.go

    		}
    
    		// Retrieve the credential's claims.
    		secret, err := getTokenSigningKey()
    		if err != nil {
    			c.Fatalf("Error getting token signing key: %v", err)
    		}
    		claims, err := getClaimsFromTokenWithSecret(value.SessionToken, secret)
    		if err != nil {
    			c.Fatalf("Error getting claims from token: %v", err)
    		}
    
    		// Validate claims.
    		dnClaim := claims[ldapActualUser].(string)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 18:45:50 UTC 2024
    - 90K bytes
    - Viewed (0)
  2. cmd/kubelet/app/server.go

    	if !ok {
    		return "", fmt.Errorf("failed to get instances from cloud provider")
    	}
    
    	nodeName, err := instances.CurrentNodeName(context.TODO(), hostname)
    	if err != nil {
    		return "", fmt.Errorf("error fetching current node name from cloud provider: %w", err)
    	}
    
    	klog.V(2).InfoS("Cloud provider determined current node", "nodeName", klog.KRef("", string(nodeName)))
    
    	return nodeName, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  3. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    limitations under the License.
    */
    
    // The Controller sets tainted annotations on nodes.
    // Tainted nodes should not be used for new work loads and
    // some effort should be given to getting existing work
    // loads off of tainted nodes.
    
    package nodelifecycle
    
    import (
    	"context"
    	"fmt"
    	"sync"
    	"time"
    
    	"k8s.io/klog/v2"
    
    	coordv1 "k8s.io/api/coordination/v1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

            outputContains 'Providing metadata for group:projectB:1.1'
        }
    
        def "can use a custom metadata provider to perform selection using attributes without fetching component metadata"() {
            given:
            withSupplierWithAttributes([
                'projectA:1.2': [:],
                'projectB:2.2': ['ProjectInternal.STATUS_ATTRIBUTE': '"release"', 'MyAttributes.CUSTOM_STR': '"v1"'],
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  5. src/runtime/mgcmark.go

    // spans for the size of the object.
    //
    //go:nowritebarrier
    func scanobject(b uintptr, gcw *gcWork) {
    	// Prefetch object before we scan it.
    	//
    	// This will overlap fetching the beginning of the object with initial
    	// setup before we start scanning the object.
    	sys.Prefetch(b)
    
    	// Find the bits for b and the size of the object at b.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  6. src/time/time_test.go

    			t.Errorf("Date(%d, %d, %d, %d, %d, %d, %d, %s) = %v, want %v",
    				tt.year, tt.month, tt.day, tt.hour, tt.min, tt.sec, tt.nsec, tt.z,
    				time, want)
    		}
    	}
    }
    
    // Several ways of getting from
    // Fri Nov 18 7:56:35 PST 2011
    // to
    // Thu Mar 19 7:56:35 PST 2016
    var addDateTests = []struct {
    	years, months, days int
    }{
    	{4, 4, 1},
    	{3, 16, 1},
    	{3, 15, 30},
    	{5, -6, -18 - 30 - 12},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  7. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

            }
    
            @Override
            public String taskConfiguration(String taskName, String taskType) {
                return "val " + taskName + " by tasks.getting(" + taskType + "::class)";
            }
    
            @Override
            public String suiteRegistration(String suiteName, String suiteType) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
  8. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    	initialForceDetachCount, err := metricstestutil.GetCounterMetricValue(metrics.ForceDetachMetricCounter.WithLabelValues(metrics.ForceDetachReasonOutOfService))
    	if err != nil {
    		t.Errorf("Error getting initialForceDetachCount")
    	}
    
    	// Arrange
    	volumePluginMgr, fakePlugin := volumetesting.GetTestVolumePluginMgr(t)
    	dsw := cache.NewDesiredStateOfWorld(volumePluginMgr)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/runtime/framework.go

    			if len(pluginsWithNodes) == 1 {
    				msg = fmt.Sprintf("node(s) didn't satisfy plugin %v", pluginsWithNodes[0])
    			}
    
    			// When PreFilterResult filters out Nodes, the framework considers Nodes that are filtered out as getting "UnschedulableAndUnresolvable".
    			return result, framework.NewStatus(framework.UnschedulableAndUnresolvable, msg)
    		}
    	}
    	return result, returnStatus
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  10. src/runtime/mprof.go

    	// when using frame pointer unwinding. We record the stack
    	// with "physical" frame pointers but handle skipping "logical"
    	// frames at some point after collecting the stack. So
    	// we need extra space in order to avoid getting fewer than the
    	// desired maximum number of frames after expansion.
    	// This should be at least as large as the largest skip value
    	// used for profiling; otherwise stacks may be truncated inconsistently
    	maxSkip = 5
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top