Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for preliminary (0.17 sec)

  1. releasenotes/notes/19300.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: cni
    issue:
      - 19300
    
    releaseNotes:
    - |
      **Added** CNI metrics counting repair operations.
    
    docs:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 04 23:57:03 UTC 2021
    - 227 bytes
    - Viewed (0)
  2. releasenotes/notes/protocol-detection-timeout.yaml

        - Improperly configured "server first" protocols will experience connection timeouts. Please ensure you follow the steps listed in [Server First Protocols](https://preliminary.istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#server-first-protocols)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 21 00:53:45 UTC 2020
    - 1.6K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ConfigurationRoleUsageIntegrationTest.groovy

            expectResolvableChanging(":detachedConfiguration1", false)
            expectDeclarableChanging(":detachedConfiguration1", false)
            succeeds('help', "-Dorg.gradle.internal.deprecation.preliminary.Configuration.redundantUsageChangeWarning.enabled=true")
        }
    
        def "redundantly changing usage on a role-locked configuration warns when flag is set"() {
            given:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 01:42:49 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/groupversion.go

    	TypeConverter         managedfields.TypeConverter
    
    	EquivalentResourceRegistry runtime.EquivalentResourceRegistry
    
    	// Authorizer determines whether a user is allowed to make a certain request. The Handler does a preliminary
    	// authorization check using the request URI but it may be necessary to make additional checks, such as in
    	// the create-on-update case
    	Authorizer authorizer.Authorizer
    
    	Admit admission.Interface
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  5. build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/sources/KotlinSourceQueries.kt

        return collectDescendantsOfType { ktFunction ->
            // Name check
            if (ktFunction.fqName?.asString() != functionFqName) {
                return@collectDescendantsOfType false
            }
    
            // Preliminary extension function check
            val extensionCandidate = couldBeExtensionFunction && ktFunction.receiverTypeReference != null &&
                method.firstParameterMatches(ktFunction.receiverTypeReference!!) &&
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 20 20:38:19 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/cbor.go

    	}
    	return nil, err
    }
    
    func (s *serializer) Decode(data []byte, gvk *schema.GroupVersionKind, into runtime.Object) (runtime.Object, *schema.GroupVersionKind, error) {
    	// A preliminary pass over the input to obtain the actual GVK is redundant on a successful
    	// decode into Unstructured.
    	if _, ok := into.(runtime.Unstructured); ok {
    		if _, unmarshalErr := s.unmarshal(data, into); unmarshalErr != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 13 14:57:12 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go

    	// auditing. The backend is started before the server starts listening.
    	AuditBackend audit.Backend
    
    	// Authorizer determines whether a user is allowed to make a certain request. The Handler does a preliminary
    	// authorization check using the request URI but it may be necessary to make additional checks, such as in
    	// the create-on-update case
    	Authorizer authorizer.Authorizer
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 42.9K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/lazy_configuration.adoc

    ====
    
    ==== From a plugin's `apply()` method
    
    Plugin authors may configure a convention on a lazy property from a plugin's `apply()` method, while performing preliminary configuration of the task or extension defining the property.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:33:15 UTC 2024
    - 30.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    	// as described in the comment on the `seatDemandStats` field of `priorityLevelState`.
    	// The particular number appearing here has the property that half-life
    	// of that decay is 5 minutes.
    	// This is a very preliminary guess at a good value and is likely to be tweaked
    	// once we get some experience with borrowing.
    	seatDemandSmoothingCoefficient = 0.977
    )
    
    // The funcs in this package follow the naming convention that the suffix
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (1)
  10. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfiguration.java

            // This property WILL be removed without warning.
            if ((redundantChange || disableUsageForDetached) &&
                !Boolean.getBoolean("org.gradle.internal.deprecation.preliminary.Configuration.redundantUsageChangeWarning.enabled")
            ) {
                return;
            }
    
            DeprecationLogger.deprecateAction(String.format("Calling %s(%b) on %s", methodName, newValue, this))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
Back to top