Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for Shareable (0.24 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. 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)
  4. 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)
  5. 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)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

                "$ref": "#/definitions/io.k8s.api.resource.v1alpha2.ResourceHandle"
              },
              "type": "array",
              "x-kubernetes-list-type": "atomic"
            },
            "shareable": {
              "description": "Shareable determines whether the resource supports more than one consumer at a time.",
              "type": "boolean"
            }
          },
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. 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)
  8. src/internal/trace/traceviewer/static/trace_viewer_full.html

    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top