Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 4,729 for apfs (0.14 sec)

  1. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/vfs/impl/DefaultWatchableFileSystemDetector.java

        // !IMPORTANT! If changed, make sure to update the documentation in gradle_daemon.adoc
        private static final ImmutableSet<String> SUPPORTED_FILE_SYSTEM_TYPES = ImmutableSet.of(
            // APFS on macOS
            "apfs",
            // HFS and HFS+ on macOS
            "hfs",
            "ext3",
            "ext4",
            "btrfs",
            "xfs",
            // NTFS on macOS
            "ntfs",
            // NTFS on Windows
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:38:01 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/optimizing-performance/file_system_watching.adoc

    ** Amazon Linux 2 or later
    * macOS 10.14 (Mojave) or later on Intel and ARM architectures
    
    == Supported File Systems
    
    File system watching supports the following file system types:
    
    * APFS
    * btrfs
    * ext3
    * ext4
    * XFS
    * HFS+
    * NTFS
    
    Gradle also supports VirtualBox's shared folders.
    
    Network file systems like Samba and NFS are not supported.
    
    .Symlinks
    --
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 26 16:37:56 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. pkg/controlplane/apiserver/apis.go

    }
    
    // GenericStorageProviders returns a set of APIs for a generic control plane.
    // They ought to be a subset of those served by kube-apiserver.
    func (c *CompletedConfig) GenericStorageProviders(discovery discovery.DiscoveryInterface) ([]RESTStorageProvider, error) {
    	// The order here is preserved in discovery.
    	// If resources with identical names exist in more than one of these groups (e.g. "deployments.apps"" and "deployments.extensions"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  4. src/testing/fstest/mapfs.go

    // is redundant and unnecessary, but having the methods may make
    // MapFS exercise more code paths when used in tests.)
    type fsOnly struct{ fs.FS }
    
    func (fsys MapFS) ReadFile(name string) ([]byte, error) {
    	return fs.ReadFile(fsOnly{fsys}, name)
    }
    
    func (fsys MapFS) Stat(name string) (fs.FileInfo, error) {
    	return fs.Stat(fsOnly{fsys}, name)
    }
    
    func (fsys MapFS) ReadDir(name string) ([]fs.DirEntry, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  5. cmd/kube-controller-manager/app/apps.go

    	dsc, err := daemon.NewDaemonSetsController(
    		ctx,
    		controllerContext.InformerFactory.Apps().V1().DaemonSets(),
    		controllerContext.InformerFactory.Apps().V1().ControllerRevisions(),
    		controllerContext.InformerFactory.Core().V1().Pods(),
    		controllerContext.InformerFactory.Core().V1().Nodes(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  6. api/discovery/apis.json

              "groupVersion": "apiregistration.k8s.io/v1",
              "version": "v1"
            }
          ]
        },
        {
          "name": "apps",
          "preferredVersion": {
            "groupVersion": "apps/v1",
            "version": "v1"
          },
          "versions": [
            {
              "groupVersion": "apps/v1",
              "version": "v1"
            }
          ]
        },
        {
          "name": "events.k8s.io",
          "preferredVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  7. operator/pkg/apis/apis.go

    // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package apis
    
    import (
    	"k8s.io/apimachinery/pkg/runtime"
    )
    
    // AddToSchemes may be used to add all resources defined in the project to a Scheme
    var AddToSchemes runtime.SchemeBuilder
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 29 20:42:01 UTC 2020
    - 901 bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.DeploymentRollback.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 216 bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.DeploymentRollback.yaml

    apiVersion: apps/v1beta1
    kind: DeploymentRollback
    name: nameValue
    rollbackTo:
      revision: 1
    updatedAnnotations:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 161 bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.DeploymentRollback.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 216 bytes
    - Viewed (0)
Back to top