Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 537 for registry_ (0.32 sec)

  1. pkg/dns/client/dns.go

    		out.Insert(altHost + ".")
    	}
    	return out
    }
    
    // Given a host, this function first decides if the host is part of our service registry.
    // If it is not part of the registry, return nil so that caller queries upstream. If it is part
    // of registry, we will look it up in one of our tables, failing which we will return NXDOMAIN.
    func (table *LookupTable) lookupHost(qtype uint16, hostname string) ([]dns.RR, bool) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/apis/kubeadm/types.go

    	CertificatesDir string
    
    	// ImageRepository sets the container registry to pull images from.
    	// If empty, `registry.k8s.io` will be used by default; in case of kubernetes version is a CI build (kubernetes version starts with `ci/`)
    	// `gcr.io/k8s-staging-ci-images` will be used as a default for control plane components and for kube-proxy, while `registry.k8s.io`
    	// will be used for all the other images.
    	ImageRepository string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/storagebackend/factory/etcd3.go

    func init() {
    	// grpcprom auto-registers (via an init function) their client metrics, since we are opting out of
    	// using the global prometheus registry and using our own wrapped global registry,
    	// we need to explicitly register these metrics to our global registry here.
    	// For reference: https://github.com/kubernetes/kubernetes/pull/81387
    	legacyregistry.RawMustRegister(grpcprom.DefaultClientMetrics)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 07:56:39 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r48/PhasedBuildActionCrossVersionSpec.groovy

                    List<String> getTasks();
                }
    
                class CustomPlugin implements Plugin<Project> {
                    @Inject
                    CustomPlugin(ToolingModelBuilderRegistry registry) {
                        registry.register(new CustomBuilder());
                    }
    
                    public void apply(Project project) {
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/transforms/reduce_while_operands.cc

        : public impl::ReduceWhileOperandsPassBase<ReduceWhileOperandsPass> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(ReduceWhileOperandsPass)
    
      void getDependentDialects(DialectRegistry &registry) const override {
        registry.insert<TFL::TensorFlowLiteDialect, TF::TensorFlowDialect>();
      }
      void runOnOperation() override;
    };
    
    LogicalResult FindImplicityProducers(
        const std::vector<uint64_t> &explicitly_consumed_ids,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/dryrun_test.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package registry
    
    import (
    	"context"
    	"encoding/json"
    	"errors"
    	"fmt"
    	"reflect"
    	"testing"
    
    	"k8s.io/apimachinery/pkg/api/apitesting"
    	"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 09:23:05 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/apis/kubeadm/v1beta3/types.go

    	// ImageRepository sets the container registry to pull images from.
    	// If empty, `registry.k8s.io` will be used by default; in case of kubernetes version is a CI build (kubernetes version starts with `ci/`)
    	// `gcr.io/k8s-staging-ci-images` will be used as a default for control plane components and for kube-proxy, while `registry.k8s.io`
    	// will be used for all the other images.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  8. maven-core/src/test/resources-project-builder/foo/sub/pom.xml

              <execution>
                <id>archetype-registry</id>
                <goals>
                  <goal>java</goal>
                  <goal>xsd</goal>
                  <goal>xpp3-reader</goal>
                  <goal>xpp3-writer</goal>
                </goals>
                <configuration>
                  <version>1.0.0</version>
                  <model>src/main/mdo/archetype-registry.mdo</model>
                </configuration>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Sep 22 08:59:31 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/inspect/ManagedModelInitializerTest.groovy

            } catch (ModelTypeInitializationException e) {
                assertExpected(e, expectedMessages)
            }
        }
    
        void realizeNodeOfType(Class type) {
            registry.registerWithInitializer("bar", type, nodeInitializerRegistry)
            registry.realize("bar", type)
        }
    
        void assertExpected(Exception e, String... expectedMessages) {
            expectedMessages.each { String error ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/internal/service/scopes/ProjectScopeServices.java

    import org.gradle.model.internal.inspect.ModelRuleExtractor;
    import org.gradle.model.internal.inspect.ModelRuleSourceDetector;
    import org.gradle.model.internal.registry.DefaultModelRegistry;
    import org.gradle.model.internal.registry.ModelRegistry;
    import org.gradle.normalization.internal.DefaultInputNormalizationHandler;
    import org.gradle.normalization.internal.DefaultRuntimeClasspathNormalization;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 09:21:42 UTC 2024
    - 18.3K bytes
    - Viewed (0)
Back to top