Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 352 for addKind (0.13 sec)

  1. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    // Package v1beta4 defines the v1beta4 version of the kubeadm configuration file format.
    // This version improves on the v1beta3 format by fixing some minor issues and adding a few new fields.
    //
    // A list of changes since v1beta3:
    //
    //   - TODO https://github.com/kubernetes/kubeadm/issues/2890
    //   - Support custom environment variables in control plane components under `ClusterConfiguration`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  2. manifests/charts/istio-control/istio-discovery/values.yaml

        # always skip the injection on pods that match that label selector, regardless of the global policy.
        # See https://istio.io/docs/setup/kubernetes/additional-setup/sidecar-injection/#more-control-adding-exceptions
        neverInjectSelector: []
        alwaysInjectSelector: []
    
        # injectedAnnotations are additional annotations that will be added to the pod spec after injection
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dsl/dependencies/DefaultDependencyHandler.java

        private Dependency doAdd(Configuration configuration, Object dependencyNotation, @Nullable Closure configureClosure) {
            if (dependencyNotation instanceof Configuration) {
                throw new GradleException("Adding a Configuration as a dependency is no longer allowed as of Gradle 8.0.");
            } else if (dependencyNotation instanceof ProviderConvertible<?>) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 29 08:14:09 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  4. testing/integ-test/src/integTest/groovy/org/gradle/integtests/configuration/ExecuteDomainObjectCollectionCallbackBuildOperationTypeIntegrationTest.groovy

            def tasksContainerCallbackBuildOps = findCallbackActionBuildOps('task container callback')
            tasksContainerCallbackBuildOps.size > 0 // not necessary to track exact count here; adding removing build-in tasks should not break this
            tasksContainerCallbackBuildOps.every { it.details.applicationId == callbackPluginApplication.details.applicationId }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  5. src/cmd/link/internal/loadelf/ldelf.go

    		sb := l.MakeSymbolUpdater(s)
    		sb.SetType(sym.SXREF)
    	}
    	elfsym.sym = s
    
    	return nil
    }
    
    // Return the size of the relocated field, and the size of the addend as the first
    // and second values. Note, the addend may be larger than the relocation field in
    // some cases when a relocated value is split across multiple relocations.
    func relSize(arch *sys.Arch, pn string, elftype uint32) (uint8, uint8, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:12:12 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/LinkedHashMultimap.java

     * {@code asMap} has a few subtleties. As long as the set of keys remains unchanged, adding or
     * removing mappings does not affect the key iteration order. However, if you remove all values
     * associated with a key and then add the key back to the multimap, that key will come last in the
     * key iteration order.
     *
     * <p>The multimap does not store duplicate key-value pairs. Adding a new key-value pair equal to an
     * existing key-value pair has no effect.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/LinkedHashMultimap.java

     * {@code asMap} has a few subtleties. As long as the set of keys remains unchanged, adding or
     * removing mappings does not affect the key iteration order. However, if you remove all values
     * associated with a key and then add the key back to the multimap, that key will come last in the
     * key iteration order.
     *
     * <p>The multimap does not store duplicate key-value pairs. Adding a new key-value pair equal to an
     * existing key-value pair has no effect.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/values.yaml

        # always skip the injection on pods that match that label selector, regardless of the global policy.
        # See https://istio.io/docs/setup/kubernetes/additional-setup/sidecar-injection/#more-control-adding-exceptions
        neverInjectSelector: []
        alwaysInjectSelector: []
        # injectedAnnotations are additional annotations that will be added to the pod spec after injection
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  9. src/encoding/xml/read_test.go

      An attempt at adding pubsubhubbub support to Rietveld.
    http://code.google.com/p/pubsubhubbub
    http://code.google.com/p/rietveld/issues/detail?id=155
    
    The server side of the protocol is trivial:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/README.md

     - [Asciidoctor User Manual](https://asciidoctor.org/docs/user-manual/)
     - [Asciidoctor Gradle Plugin Reference](https://asciidoctor.org/docs/asciidoctor-gradle-plugin/)
    
    ### Adding new chapters
    
    When adding a new chapter to the manual do the following steps:
    1. Create a file called `<chapter>.adoc` in a suitable subdirectory of `src/docs/userguide` and write the content there.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 21:49:03 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top