Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 97 for plfeature (0.24 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

    function Install-ContainersFeature {
      Log-Output "Installing Windows 'Containers' feature"
      Install-WindowsFeature Containers
    }
    
    # Verifies if Hyper-V should be enabled in the node
    function Test-ShouldEnableHyperVFeature {
      return "${env:WINDOWS_ENABLE_HYPERV}" -eq "true"
    }
    
    # Check if Hyper-V feature is enabled
    function Test-HyperVFeatureEnabled {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. guava/src/com/google/common/cache/CacheBuilder.java

       *
       * <p>If {@code maximumSize} is zero, elements will be evicted immediately after being loaded into
       * cache. This can be useful in testing, or to disable caching temporarily.
       *
       * <p>This feature cannot be used in conjunction with {@link #maximumWeight}.
       *
       * @param maximumSize the maximum size of the cache
       * @return this {@code CacheBuilder} instance (for chaining)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

                "type": "string"
              },
              "verbs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  4. src/net/http/request.go

    }
    
    var (
    	// ErrNotSupported indicates that a feature is not supported.
    	//
    	// It is returned by ResponseController methods to indicate that
    	// the handler does not support the method, and by the Push method
    	// of Pusher implementations to indicate that HTTP/2 Push support
    	// is not available.
    	ErrNotSupported = &ProtocolError{"feature not supported"}
    
    	// Deprecated: ErrUnexpectedTrailer is no longer returned by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    ====
    
    You can also see at the end of the example _how to combine file collections_ using the `+` and `-` operators to merge and subtract them.
    An important feature of the resulting file collections is that they are _live_.
    In other words, when you combine file collections this way, the result always reflects what's currently in the source file collections, even if they change during the build.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.proto

      Resources resources = 9 [deprecated = true];
    
      // Namespace that the configuration management feature is installed into, if different from Pilot namespace.
      string configNamespace = 10;
    
      // Target CPU utilization used in HorizontalPodAutoscaler.
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    }
    
    func (APIResource) SwaggerDoc() map[string]string {
    	return map_APIResource
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    To mitigate the security risks and avoid integrating compromised dependencies in your project, Gradle supports _dependency verification_.
    
    --
    Dependency verification is, by nature, an inconvenient feature to use.
    It means that whenever you're going to update a dependency, builds are likely to fail.
    It means that merging branches are going to be harder because each branch can have different dependencies.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    	internalPodInformer     coreinformers.PodInformer
    	internalNodeInformer    coreinformers.NodeInformer
    	internalCSINodeInformer storageinformers.CSINodeInformer
    
    	// For CSIStorageCapacity feature testing:
    	internalCSIDriverInformer          storageinformers.CSIDriverInformer
    	internalCSIStorageCapacityInformer storageinformers.CSIStorageCapacityInformer
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  10. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // as opaque by clients. Only equality comparison on the value is valid.
      // This is an alpha feature and may change or be removed in the future.
      // The field is populated by the apiserver only if the
      // StorageVersionHash feature gate is enabled.
      // This field will remain optional even if it graduates.
      // +optional
      optional string storageVersionHash = 10;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top