Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 538 for plfeature (0.22 sec)

  1. platforms/core-configuration/declarative-dsl-evaluator/src/main/kotlin/org/gradle/internal/declarativedsl/evaluator/checks/DocumentCheck.kt

    
    interface DocumentCheck : InterpretationStepFeatureHandler<InterpretationStepFeature.DocumentChecks> {
        val checkKey: String
    
        override fun shouldHandleFeature(feature: InterpretationStepFeature.DocumentChecks): Boolean =
            checkKey in feature.checkKeys
    
        fun detectFailures(document: DeclarativeDocument, resolutionContainer: DocumentResolutionContainer): List<DocumentCheckFailure>
    }
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:08 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  2. releasenotes/notes/noble-base.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 18:50:51 UTC 2024
    - 194 bytes
    - Viewed (0)
  3. releasenotes/notes/36278.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 211 bytes
    - Viewed (0)
  4. releasenotes/notes/50355.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
    - 50355
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 18:04:40 UTC 2024
    - 223 bytes
    - Viewed (0)
  5. platforms/core-runtime/logging/src/main/java/org/gradle/internal/deprecation/DeprecatedFeatureUsage.java

                }
                throw new IllegalStateException("Unknown deprecation type: " + this);
            }
        }
    
        /**
         * When the feature will be removed, and how if relevant.
         *
         * Example: This feature will be removed in Gradle 10.0.
         */
        public String getRemovalDetails() {
            return removalDetails;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  6. cmd/kube-scheduler/app/server_test.go

    		restoreFeatures      map[featuregate.Feature]bool
    		wantPlugins          map[string]*config.Plugins
    		wantLeaderElection   *componentbaseconfig.LeaderElectionConfiguration
    		wantClientConnection *componentbaseconfig.ClientConnectionConfiguration
    	}{
    		{
    			name: "default config with an alpha feature enabled",
    			flags: []string{
    				"--kubeconfig", configKubeconfig,
    				"--feature-gates=VolumeCapacityPriority=true",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  7. releasenotes/notes/50791.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 50790
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 16:16:40 UTC 2024
    - 219 bytes
    - Viewed (0)
  8. releasenotes/notes/51070.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    issue:
      - 50808
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 18:14:09 UTC 2024
    - 144 bytes
    - Viewed (0)
  9. releasenotes/notes/no-1p-jwt.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    releaseNotes:
      - |
        **Removed** the `first-party-jwt` legacy option for `values.global.jwtPolicy`. Support for the more secure `third-party-jwt`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 02:55:50 UTC 2024
    - 288 bytes
    - Viewed (0)
  10. pkg/scheduler/apis/config/validation/validation_pluginargs_test.go

    			name: "[VolumeCapacityPriority=off] shape should be nil when the feature is off",
    			features: map[featuregate.Feature]bool{
    				features.VolumeCapacityPriority: false,
    			},
    			args: config.VolumeBindingArgs{
    				BindTimeoutSeconds: 10,
    				Shape:              nil,
    			},
    		},
    		{
    			name: "[VolumeCapacityPriority=off] error if the shape is not nil when the feature is off",
    			features: map[featuregate.Feature]bool{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.3K bytes
    - Viewed (0)
Back to top