Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 2,545 for instanceip (0.2 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/result/ThisBuildOnlyComponentDetailsSerializer.java

            encoder.writeBoolean(false);
            long instanceId = component.getInstanceId();
            components.putIfAbsent(instanceId, component);
            encoder.writeSmallLong(instanceId);
            encoder.writeBoolean(requireAllVariants);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  2. pkg/bootstrap/platform/aws.go

    	return az
    }
    
    func getInstanceID(ipv6 bool, headers map[string]string) string {
    	instance, _ := getAWSInfo("instance-id", ipv6, headers)
    	return instance
    }
    
    func getToken(ipv6 bool) string {
    	url := awsMetadataTokenIPv4URL
    	if ipv6 {
    		url = awsMetadataTokenIPv6URL
    	}
    
    	resp, err := http.PUT(url, time.Millisecond*100, map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 03:52:10 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/dynamicresources/structured/namedresources/namedresourcesmodel_test.go

    		Selector: `attributes.bool["usable"]`,
    	}
    
    	instance1 := "instance-1"
    	oneInstance := Model{
    		Instances: []InstanceAllocation{{
    			Instance: &resourceapi.NamedResourcesInstance{
    				Name: instance1,
    			},
    		}},
    	}
    
    	instance2 := "instance-2"
    	twoInstances := Model{
    		Instances: []InstanceAllocation{
    			{
    				Instance: &resourceapi.NamedResourcesInstance{
    					Name: instance1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 27 09:27:01 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  4. releasenotes/notes/update-se-instances.yaml

    dwq <******@****.***> 1656083735 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 24 15:15:35 UTC 2022
    - 163 bytes
    - Viewed (0)
  5. pkg/test/framework/components/echo/kube/testdata/multiple-istio-versions-no-proxy.yaml

            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
            - name: NAMESPACE
              valueFrom:
                fieldRef:
                  fieldPath: metadata.namespace
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/types/nodename.go

    //
    // * The cloudproviders have the own names: GCE has InstanceName, AWS has InstanceId.
    //
    //	For GCE, InstanceName is the Name of an Instance object in the GCE API.  On GCE, Instance.Name becomes the
    //	Hostname, and thus it makes sense also to use it as the Node.Name.  But that is GCE specific, and it is up
    //	to the cloudprovider how to do this mapping.
    //
    //	For AWS, the InstanceID is not yet suitable for use as a Node.Name, so we actually use the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 2K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/api/tasks/util/internal/CachingPatternSpecFactoryTest.groovy

            patternSet.include("pattern")
            def spec = patternSet.getAsSpec()
            expect:
            spec instanceof AndSpec
            spec.specs.size() == 2
            spec.specs[0] instanceof CachingPatternSpecFactory.CachingSpec
            spec.specs[1] instanceof NotSpec
            spec.specs[1].sourceSpec instanceof CachingPatternSpecFactory.CachingSpec
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 13 04:49:14 UTC 2016
    - 2.6K bytes
    - Viewed (0)
  8. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/version/CommandLineToolVersionLocatorTest.groovy

                  },
                  {
                    "instanceId": "VisualStudio.14.0",
                    "installationPath": "${TextUtil.escapeString(localRoot.absolutePath)}/Program Files/Microsoft Visual Studio 14.0/",
                    "installationVersion": "14.0"
                  },
                  {
                    "instanceId": "VisualStudio.12.0",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  9. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    				s.plugins = t;
    
    				// push the new object to the instances array (at the same time set the default classes to the container) and init
    				instances[instance_id] = new $.jstree._instance(instance_id, $(this).addClass("jstree jstree-" + instance_id), s);
    				// init all activated plugins for this instance
    				$.each(instances[instance_id]._get_settings().plugins, function (i, val) { instances[instance_id].data[val] = {}; });
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  10. pkg/bootstrap/instance_test.go

    				"ISTIO_META_POD_NAME":          "svc-0-0-0-6944fb884d-4pgx8",
    				"POD_NAME":                     "svc-0-0-0-6944fb884d-4pgx8",
    				"POD_NAMESPACE":                "test",
    				"INSTANCE_IP":                  "10.10.10.1",
    				"ISTIO_METAJSON_LABELS":        `{"version": "v1alpha1", "app": "test", "istio-locality":"regionA.zoneB.sub_zoneC"}`,
    			},
    			annotations: map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
Back to top