Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 537 for registry_ (0.27 sec)

  1. operator/pkg/validate/common.go

    	// nameComponentRegexp restricts registry path component names to start
    	// with at least one letter or number, with following parts able to be
    	// separated by one period, one or two underscore and multiple dashes.
    	nameComponentRegexp = expression(
    		alphaNumericRegexp,
    		optional(repeated(separatorRegexp, alphaNumericRegexp)))
    
    	// domainComponentRegexp restricts the registry domain component of a
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 11K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/internal/service/scopes/BuildScopeServices.java

                for (BuildScopeToolingModelBuilderRegistryAction registryAction : registryActions) {
                    registryAction.execute(registry);
                }
            });
            return registry;
        }
    
        @Provides
        protected BuildInvocationDetails createBuildInvocationDetails(BuildStartedTime buildStartedTime) {
            return new DefaultBuildInvocationDetails(buildStartedTime);
        }
    
        @Provides
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 09:21:42 UTC 2024
    - 35.8K bytes
    - Viewed (0)
  3. subprojects/core/src/test/groovy/org/gradle/api/internal/plugins/DefaultPluginManagerTest.groovy

        def classLoaderScope = Stub(ClassLoaderScope) {
            getLocalClassLoader() >> classLoader
        }
        def registry = new DefaultPluginRegistry(new PluginInspector(new ModelRuleSourceDetector()), classLoaderScope)
        def target = Mock(PluginTarget)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/passes/lift_quantizable_spots_as_functions.cc

        // This is a brief description of the pass.
        return "Replace quantization candidates with composite functions into the "
               "module";
      }
    
      void getDependentDialects(DialectRegistry& registry) const override {
        registry.insert<TF::TensorFlowDialect>();
      }
    
      void runOnOperation() override;
    
     private:
      QuantizationOptions quant_options_;
      bool test_mode_;
      Option<OpSet> op_set_{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go

    //	skipPhases:
    //	- addon/kube-proxy
    //	---
    //	apiVersion: kubeadm.k8s.io/v1beta3
    //	kind: ClusterConfiguration
    //	etcd:
    //	  # one of local or external
    //	  local:
    //	    imageRepository: "registry.k8s.io"
    //	    imageTag: "3.2.24"
    //	    dataDir: "/var/lib/etcd"
    //	    extraArgs:
    //	      listen-client-urls: "http://10.100.0.1:2379"
    //	    serverCertSANs:
    //	    -  "ec2-10-100-0-1.compute-1.amazonaws.com"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 13:30:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  6. pkg/scheduler/metrics/resources/resources_test.go

    				`,
    		},
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    			c := NewPodResourcesMetricsCollector(&fakePodLister{pods: tt.pods})
    			registry := metrics.NewKubeRegistry()
    			registry.CustomMustRegister(c)
    			err := testutil.GatherAndCompare(registry, strings.NewReader(tt.expected))
    			if err != nil {
    				t.Fatal(err)
    			}
    		})
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 13 07:42:19 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  7. pkg/volume/util/util_test.go

    apiVersion: v1
    kind: Pod
    metadata:
      name: testpod
    spec:
      containers:
        - image: registry.k8s.io/busybox
    `,
    			false,
    		},
    
    		{
    			"json",
    			`
    {
      "apiVersion": "v1",
      "kind": "Pod",
      "metadata": {
        "name": "testpod"
      },
      "spec": {
        "containers": [
          {
            "image": "registry.k8s.io/busybox"
          }
        ]
      }
    }`,
    			false,
    		},
    
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  8. manifests/charts/gateways/istio-egress/values.yaml

        # ImagePullSecrets will be added to the corresponding Deployment(StatefulSet) objects.
        # Must be set for any cluster configured with private docker registry.
        imagePullSecrets: []
        # - private-registry-key
    
        # To output all istio components logs in json format by adding --log_as_json argument to each container argument
        logAsJson: false
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  9. src/cmd/doc/pkg.go

    func (pkg *Package) printHeader(s string) {
    	pkg.Printf("\n%s\n\n", s)
    }
    
    // constsDoc prints all const documentation, if any, including a header.
    // The one argument is the valueDoc registry.
    func (pkg *Package) constsDoc(printed map[*ast.GenDecl]bool) {
    	var header bool
    	for _, value := range pkg.doc.Consts {
    		// Constants and variables come in groups, and valueDoc prints
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 08 20:15:52 UTC 2024
    - 32K bytes
    - Viewed (0)
  10. manifests/charts/istiod-remote/values.yaml

        # ImagePullSecrets will be added to the corresponding Deployment(StatefulSet) objects.
        # Must be set for any cluster configured with private docker registry.
        imagePullSecrets: []
        # - private-registry-key
    
        # Enabled by default in master for maximising testing.
        istiod:
          enableAnalysis: false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
Back to top