Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 58 for componentName (0.35 sec)

  1. src/main/java/org/codelibs/fess/util/ComponentUtil.java

        public static <T> T getComponent(final String componentName) {
            try {
                return SingletonLaContainer.getComponent(componentName);
            } catch (final NullPointerException e) {
                if (logger.isDebugEnabled()) {
                    throw new ContainerNotAvailableException(componentName, e);
                }
                throw new ContainerNotAvailableException(componentName);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 20K bytes
    - Viewed (0)
  2. operator/pkg/helm/fs_renderer_test.go

    			inValues: `
    description: test
    `,
    			inPath:      "testdata/render/Chart.yaml",
    			startRender: true,
    			objFileTemplateReader: Renderer{
    				namespace:     "name-space",
    				componentName: "foo-component",
    				dir:           "testdata/render",
    				files:         os.DirFS("."),
    			},
    			wantResult: `apiVersion: v1
    description: test
    name: addon
    version: 1.1.0
    appVersion: 1.1.0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 24 21:09:19 UTC 2021
    - 2.8K bytes
    - Viewed (0)
  3. platforms/jvm/plugins-java/src/main/java/org/gradle/jvm/component/internal/DefaultJvmSoftwareComponent.java

        private final RoleBasedConfigurationContainerInternal configurations;
    
        @Inject
        public DefaultJvmSoftwareComponent(
            String componentName,
            ObjectFactory objectFactory,
            RoleBasedConfigurationContainerInternal configurations
        ) {
            super(componentName, objectFactory);
            this.configurations = configurations;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 17 21:18:02 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  4. platforms/native/language-native/src/testFixtures/groovy/org/gradle/language/cpp/AbstractCppComponentIntegrationTest.groovy

            and:
            buildFile << configureTargetMachines("machines.os('some-other-family')")
    
            expect:
            succeeds taskNameToAssembleDevelopmentBinary
    
            and:
            outputContains("'${componentName}' component in project ':' does not target this operating system.")
        }
    
        def "build task warns when current operating system family is excluded"() {
            given:
            makeSingleProject()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 8K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/util/staticpod/utils_linux.go

    // RunComponentAsNonRoot updates the pod manifest and the hostVolume permissions to run as non root.
    func RunComponentAsNonRoot(componentName string, pod *v1.Pod, usersAndGroups *users.UsersAndGroups, cfg *kubeadmapi.ClusterConfiguration) error {
    	switch componentName {
    	case kubeadmconstants.KubeAPIServer:
    		return runKubeAPIServerAsNonRoot(
    			pod,
    			usersAndGroups.Users.ID(kubeadmconstants.KubeAPIServerUserName),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 14:41:12 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  6. pkg/kubelet/apis/config/register_test.go

    	logsapi "k8s.io/component-base/logs/api/v1"
    	tracingapi "k8s.io/component-base/tracing/api/v1"
    )
    
    func TestComponentConfigSetup(t *testing.T) {
    	pkginfo := &componentconfigtesting.ComponentConfigPackage{
    		ComponentName:      "kubelet",
    		GroupName:          GroupName,
    		SchemeGroupVersion: SchemeGroupVersion,
    		AddToScheme:        AddToScheme,
    		AllowedTags: map[reflect.Type]bool{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 01 16:55:02 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/util/staticpod/utils_others.go

    	v1 "k8s.io/api/core/v1"
    
    	kubeadmapi "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm"
    	"k8s.io/kubernetes/cmd/kubeadm/app/util/users"
    )
    
    // RunComponentAsNonRoot is a NO-OP on non linux.
    func RunComponentAsNonRoot(componentName string, pod *v1.Pod, usersAndGroups *users.UsersAndGroups, cfg *kubeadmapi.ClusterConfiguration) error {
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 983 bytes
    - Viewed (0)
  8. pkg/proxy/apis/config/register_test.go

    	componentconfigtesting "k8s.io/component-base/config/testing"
    	logsapi "k8s.io/component-base/logs/api/v1"
    )
    
    func TestComponentConfigSetup(t *testing.T) {
    	pkginfo := &componentconfigtesting.ComponentConfigPackage{
    		ComponentName:      "kube-proxy",
    		GroupName:          GroupName,
    		SchemeGroupVersion: SchemeGroupVersion,
    		AddToScheme:        AddToScheme,
    		AllowedTags: map[reflect.Type]bool{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 06:33:33 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  9. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/cpp/AbstractCppUnitTestComponentIntegrationTest.groovy

            and:
            buildFile << configureTargetMachines("machines.os('some-other-family')")
    
            expect:
            succeeds "check"
    
            and:
            outputContains("'${componentName}' component in project ':' does not target this operating system.")
        }
    
        @Override
        protected String getComponentUnderTestDsl() {
            return 'unitTest'
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/util/staticpod/utils.go

    	if err != nil {
    		return errors.Wrapf(err, "failed to marshal manifest for %q to YAML", componentName)
    	}
    
    	filename := kubeadmconstants.GetStaticPodFilepath(componentName, manifestDir)
    
    	if err := os.WriteFile(filename, serialized, 0600); err != nil {
    		return errors.Wrapf(err, "failed to write static pod manifest file for %q (%q)", componentName, filename)
    	}
    
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top