Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 103 for plugin1 (0.15 sec)

  1. gradle/verification-metadata.xml

          </component>
          <component group="gradle.plugin.org.jetbrains.gradle.plugin.idea-ext" name="gradle-idea-ext" version="1.0.1">
             <artifact name="gradle-idea-ext-1.0.1.jar">
                <sha256 value="001c6c04c330b0e16bf9836afdf8b27c89e5e33caf88b3d8272d12afe1a24e08" origin="Verified" reason="Artifact is not signed"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

        }
    
        void "'#gradleConfiguration' dependencies end up in '#ivyConfiguration' configuration with '#plugin' plugin"() {
            given:
            file("settings.gradle") << '''
                rootProject.name = 'publishTest'
                include "b"
            '''
            buildFile << """
                plugins {
                    id("$plugin")
                    id("ivy-publish")
                }
    
                group = 'org.gradle.test'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/provider-task-properties.txt

    Method <org.gradle.api.plugins.antlr.AntlrTask.getArguments()> does not have raw return type assignable to org.gradle.api.provider.Property in (AntlrTask.java:0)
    Method <org.gradle.api.plugins.antlr.AntlrTask.getMaxHeapSize()> does not have raw return type assignable to org.gradle.api.provider.Property in (AntlrTask.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.plugins.ide.eclipse.model.EclipseClasspath.getFileReferenceFactory()> has arguments/return type org.gradle.plugins.ide.eclipse.model.internal.FileReferenceFactory that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (EclipseClasspath.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  5. pkg/controller/volume/persistentvolume/pv_controller.go

    	}
    	return class.Provisioner
    }
    
    // obtain plugin/external provisioner name from plugin and storage class for timestamp logging purposes
    func (ctrl *PersistentVolumeController) getProvisionerName(plugin vol.ProvisionableVolumePlugin, storageClass *storage.StorageClass) string {
    	// non CSI-migrated in-tree plugin, returns the plugin's name
    	if plugin != nil {
    		return plugin.GetPluginName()
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/admission_test.go

    	utiljson "k8s.io/apimachinery/pkg/util/json"
    	"k8s.io/apimachinery/pkg/util/sets"
    	"k8s.io/apiserver/pkg/admission"
    	"k8s.io/apiserver/pkg/admission/plugin/policy/generic"
    	"k8s.io/apiserver/pkg/admission/plugin/policy/matching"
    	"k8s.io/apiserver/pkg/admission/plugin/policy/validating"
    	auditinternal "k8s.io/apiserver/pkg/apis/audit"
    	"k8s.io/apiserver/pkg/authorization/authorizer"
    	"k8s.io/apiserver/pkg/warning"
    )
    
    var (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 01:39:01 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/DependenciesAttributesIntegrationTest.groovy

        }
    
        def "attributes declared on constraints contribute to graph selection"() {
            given:
            settingsFile << """
                include 'producer'
            """
            file("producer/build.gradle") << """
                plugins {
                    id("base")
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 02:13:52 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  8. cluster/gce/windows/k8s-node-setup.psm1

      Set-Content ${config_path} @"
    [plugins.scheduler]
      schedule_delay = '0s'
      startup_delay = '0s'
    [plugins.cri]
      sandbox_image = 'INFRA_CONTAINER_IMAGE'
    [plugins.cri.containerd]
      snapshotter = 'windows'
      default_runtime_name = 'runhcs-wcow-process'
      disable_snapshot_annotations = true
      discard_unpacked_layers = true
    [plugins.cri.cni]
      bin_dir = 'CNI_BIN_DIR'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  9. hack/local-up-cluster.sh

          --service-account-jwks-uri="https://kubernetes.default.svc/openid/v1/jwks" \
          --service-account-signing-key-file="${SERVICE_ACCOUNT_KEY}" \
          --enable-admission-plugins="${ENABLE_ADMISSION_PLUGINS}" \
          --disable-admission-plugins="${DISABLE_ADMISSION_PLUGINS}" \
          --admission-control-config-file="${ADMISSION_CONTROL_CONFIG_FILE}" \
          --bind-address="${API_BIND_ADDR}" \
          --secure-port="${API_SECURE_PORT}" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	"k8s.io/kubernetes/pkg/scheduler/framework"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/feature"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/names"
    	schedutil "k8s.io/kubernetes/pkg/scheduler/util"
    	"k8s.io/kubernetes/pkg/scheduler/util/assumecache"
    	"k8s.io/utils/ptr"
    )
    
    const (
    	// Name is the name of the plugin used in Registry and configurations.
    	Name = names.DynamicResources
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top