Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 91 for componentX (0.34 sec)

  1. cluster/gce/gci/configure-helper.sh

    function create-kubeconfig {
      local component=$1
      local token=$2
      local path="/etc/srv/kubernetes/${component}/kubeconfig"
      mkdir -p "/etc/srv/kubernetes/${component}"
    
      if [[ -e "${KUBE_HOME}/bin/gke-internal-configure-helper.sh" ]]; then
        gke-internal-create-kubeconfig "${component}" "${token}" "${path}"
      else
        echo "Creating kubeconfig file for component ${component}"
        cat <<EOF >"${path}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  2. samples/addons/grafana.yaml

    lse},"content":"The charts on this dashboard are intended to show Istio main components cost in terms of resources utilization under steady load.\n\n- **vCPU / 1k rps:** shows vCPU utilization by the main Istio components normalized by 1000 requests/second. When idle or low traffic, this chart will be blank. The curve for istio-proxy refers to the services sidecars only.\n- **vCPU:** vCPU utilization by Istio components, not normalized.\n- **Memory:** memory footprint for the components. Telemetry...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            output.count("artifacts: [lib1.jar.txt (project :lib), lib2.jar.txt (project :lib), lib3.jar.txt (lib3.jar), lib4-1.0.jar.txt (org.test.foo:lib4:1.0)]") == 2
            output.count("components: [project :lib, project :lib, lib3.jar, org.test.foo:lib4:1.0]") == 2
    
            output.count("Transformed") == 4
            isTransformed("lib1.jar", "lib1.jar.txt")
            isTransformed("lib2.jar", "lib2.jar.txt")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

        trustDomain: cluster.local
      meshNetworks: 'networks: {}'
    kind: ConfigMap
    metadata:
      labels:
        install.operator.istio.io/owning-resource: unknown
        istio.io/rev: default
        operator.istio.io/component: Pilot
        release: istio
      name: istio
      namespace: istio-system
    
    ---
    apiVersion: v1
    data:
      config: |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

    		Schema: sptest.GetSchemaOrDie(&fakeMergeItemSchema, "mergeItem"),
    	}
    	mergeItemOpenapiV3Schema := PatchMetaFromOpenAPIV3{
    		SchemaList: fakeMergeItemV3Schema.SchemaOrDie().Components.Schemas,
    		Schema:     fakeMergeItemV3Schema.SchemaOrDie().Components.Schemas["mergeItem"],
    	}
    	schemas := []LookupPatchMeta{
    		mergeItemStructSchema,
    		mergeItemOpenapiSchema,
    		mergeItemOpenapiV3Schema,
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

        virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
          return base_;
        }
        // Advance should not be called on beyond-of-range iterators
        // so no component iterators must be beyond end of range, either.
        virtual void Advance() {
          assert(!AtEnd());
          ++current2_;
          if (current2_ == end2_) {
            current2_ = begin2_;
            ++current1_;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 187.7K bytes
    - Viewed (0)
  7. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

                }
    
                dependencies {
                    implementation('org:foo:[1.0,)') ${type == 'dependency' ? attributes : ''}
    
                    components.all { details ->
                       attributes {
                          def colors = ['1.0' : 'blue', '1.1': 'green', '1.2': 'red']
                          attribute(COLOR, colors[details.id.version])
                       }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  8. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

        virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
          return base_;
        }
        // Advance should not be called on beyond-of-range iterators
        // so no component iterators must be beyond end of range, either.
        virtual void Advance() {
          assert(!AtEnd());
          ++current2_;
          if (current2_ == end2_) {
            current2_ = begin2_;
            ++current1_;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet.go

    	// status of the pod from the kubelet's perspective (other components own the individual
    	// elements of status) and should be consulted by components in preference to assembling
    	// that status themselves. Note that the status manager is downstream of the pod worker
    	// and components that need to check whether a pod is still running should instead directly
    	// consult the pod worker.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.4.md

    - If upgrading Cluster Federation components from 1.3.x, please ensure your cluster name is a valid DNS label (#30956, @nikhiljindal)
    - kubelet's `--config` flag has been deprecated, use `--pod-manifest-path` instead (#29999, @mtaufen)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top