Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Shareable (0.3 sec)

  1. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    		`ResourceHandles:` + repeatedStringForResourceHandles + `,`,
    		`AvailableOnNodes:` + strings.Replace(fmt.Sprintf("%v", this.AvailableOnNodes), "NodeSelector", "v1.NodeSelector", 1) + `,`,
    		`Shareable:` + fmt.Sprintf("%v", this.Shareable) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *AllocationResultModel) String() string {
    	if this == nil {
    		return "nil"
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  2. 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)
  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)
Back to top