Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 44 for shareable (0.22 sec)

  1. CHANGELOG/CHANGELOG-1.10.md

    /kow3ns))
    
    * MountPropagation feature is now beta. As a consequence, all volume mounts in containers are now `rslave` on Linux by default. To make this default work in all Linux environments the entire mount tree should be marked as shareable, e.g. via `mount --make-rshared /`. All Linux distributions that use systemd already have the root directory mounted as rshared and hence they need not do anything. In Linux environments without systemd we recommend running `mount --make-rshared...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/SmbResource.java

         * @throws CIFSException
         */
        OutputStream openOutputStream ( boolean append, int sharing ) throws CIFSException;
    
    
        /**
         * Opens an output stream writing to the file (write only, read sharable)
         * 
         * @param append
         *            whether to append to or truncate the input
         * @return output stream, needs to be closed when finished
         * @throws CIFSException
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Dec 20 14:09:34 UTC 2020
    - 26K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar

    ry.exception.ComponentLifecycleEx; public abstract boolean hasComponent(String); public abstract boolean hasComponent(String, String); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Startable { public abstract void start() throws StartingException; public abstract void stop() throws StoppingException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.class package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 32.4K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar

    ry.exception.ComponentLifecycleEx; public abstract boolean hasComponent(String); public abstract boolean hasComponent(String, String); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Startable { public abstract void start() throws StartingException; public abstract void stop() throws StoppingException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.class package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 32.4K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-32/plexus-component-api-1.0-alpha-32.jar

    ry.exception.ComponentLifecycleEx; public abstract boolean hasComponent(String); public abstract boolean hasComponent(String, String); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Startable { public abstract void start() throws StartingException; public abstract void stop() throws StoppingException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.class package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 35.3K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-32/plexus-component-api-1.0-alpha-32.jar

    ry.exception.ComponentLifecycleEx; public abstract boolean hasComponent(String); public abstract boolean hasComponent(String, String); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Startable { public abstract void start() throws StartingException; public abstract void stop() throws StoppingException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.class package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 35.3K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

                  namespaceURI="http://www.w3.org/1999/XSL/Transform"/>
        <glob pattern="*.xslt"/>
      </mime-type>
    
      <mime-type type="application/xspf+xml">
        <acronym>XSPF</acronym>
        <_comment>XML Shareable Playlist Format</_comment>
        <root-XML localName="playlist"
                  namespaceURI="http://xspf.org/ns/0/"/>
        <glob pattern="*.xspf"/>
      </mime-type>
    
      <mime-type type="application/xv+xml">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  8. pkg/generated/openapi/zz_generated.openapi.go

    							Ref:         ref("k8s.io/api/resource/v1alpha2.ResourceClaimParametersReference"),
    						},
    					},
    					"shareable": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.",
    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  9. api/openapi-spec/swagger.json

              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta",
              "description": "Standard object metadata"
            },
            "shareable": {
              "description": "Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.",
              "type": "boolean"
            }
          },
          "type": "object",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  10. pkg/kubelet/cm/devicemanager/manager_test.go

    	as.Equal(2, normalCont2Devices.Len())
    	as.True(regularInitCont1Devices.IsSuperset(restartableInitCont2Devices))
    	as.True(regularInitCont1Devices.IsSuperset(restartableInitCont3Devices))
    	// regularInitCont1Devices are sharable with other containers
    
    	dedicatedContainerDevices := []sets.Set[string]{
    		restartableInitCont2Devices,
    		restartableInitCont3Devices,
    		normalCont1Devices,
    		normalCont2Devices,
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
Back to top