Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 2,960 for usedBy (0.26 sec)

  1. staging/src/k8s.io/api/resource/v1alpha2/generated.proto

      // DriverName defines the name of the dynamic resource driver that is
      // used for allocation of a ResourceClaim that uses this class.
      //
      // Resource drivers have a unique name in forward domain order
      // (acme.example.com).
      optional string driverName = 2;
    
      // ParametersRef references an arbitrary separate object that may hold
      // parameters that will be used by the driver when allocating a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 22:07:50 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go

    //
    // Migration from old kubeadm config versions
    //
    //   - kubeadm v1.15.x and newer can be used to migrate from v1beta1 to v1beta2.
    //   - kubeadm v1.22.x and newer no longer support v1beta1 and older APIs, but can be used to migrate v1beta2 to v1beta3.
    //   - kubeadm v1.27.x and newer no longer support v1beta2 and older APIs.
    //
    // # Basics
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 13:30:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  3. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/plugins/PluginBuildsIntegrationTest.groovy

                    includeBuild("$pluginBuild")
                }
            """
    
            then:
            succeeds(":$pluginBuild:jar")
        }
    
        def "settings plugin from included build is used over published plugin when no version is specified"() {
            given:
            def repoDeclaration = """
                repositories {
                    maven {
                        url("${mavenRepo.uri}")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 06 08:15:28 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/signing_plugin.adoc

    `signing.gnupg.useLegacyGpg`::
    Must be `true` if GnuPG version 1 is used and `false` otherwise. The default value of the property is `false`.
    `signing.gnupg.homeDir`::
    Sets the home directory for GnuPG. If not given the default home directory of GnuPG is used.
    `signing.gnupg.optionsFile`::
    Sets a custom options file for GnuPG. If not given GnuPG's default configuration file is used.
    `signing.gnupg.keyName`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/text/unicode/norm/composition.go

    }
    
    // GraphemeJoiner is inserted after maxNonStarters non-starter runes.
    const GraphemeJoiner = "\u034F"
    
    // reorderBuffer is used to normalize a single segment.  Characters inserted with
    // insert are decomposed and reordered based on CCC. The compose method can
    // be used to recombine characters.  Note that the byte buffer does not hold
    // the UTF-8 characters in order.  Only the rune array is maintained in sorted
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 19:27:51 UTC 2019
    - 14.1K bytes
    - Viewed (0)
  6. pkg/controlplane/apiserver/options/options.go

    	ProxyClientCertFile string
    	ProxyClientKeyFile  string
    
    	// PeerCAFile is the ca bundle used by this kube-apiserver to verify peer apiservers'
    	// serving certs when routing a request to the peer in the case the request can not be served
    	// locally due to version skew.
    	PeerCAFile string
    
    	// PeerAdvertiseAddress is the IP for this kube-apiserver which is used by peer apiservers to route a request
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 12:19:56 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/native/cpp_unit_test_plugin.adoc

    Used for compiling the unit test.
    This configuration contains the compile include roots of the unit test and is therefore used when invoking the {cpp} compiler to compile it.
    
    `nativeLinkTest__Variant__` (e.g. `nativeLinkTest`) extends `test__Variant__ExecutableImplementation`::
    Used for linking the unit test.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1beta1/types.go

    	// Note that egress selection configuration is not used for this network connection.
    	// +required
    	URL string `json:"url"`
    
    	// discoveryURL, if specified, overrides the URL used to fetch discovery
    	// information instead of using "{url}/.well-known/openid-configuration".
    	// The exact value specified is used, so "/.well-known/openid-configuration"
    	// must be included in discoveryURL if needed.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 17:59:05 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  9. maven-compat/src/main/mdo/profiles.mdo

              <required>true</required>
              <description>The name of the property to be used to activate a profile</description>
            </field>
            <field>
              <name>value</name>
              <version>1.0.0</version>
              <type>String</type>
              <description>The value of the property to be used to activate a profile</description>
            </field>
          </fields>
        </class>
        <class>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jan 03 21:08:35 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/KotlinScript.kt

         *   Converted to the task's output files.
         *   The task is executed if the file collection is used as an input to another task.
         * - A [org.gradle.api.tasks.TaskOutputs].
         *   Converted to the output files the related task.
         *   The task is executed if the file collection is used as an input to another task.
         * - Anything else is treated as a failure.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 12.3K bytes
    - Viewed (0)
Back to top