Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GlassV3 (0.06 sec)

  1. pkg/kubelet/cm/devicemanager/pod_devices_test.go

    				),
    				resource2: newContainerAllocateResponse(
    					withCDIDevices("vendor3.com/class3=device3", "vendor4.com/class4=device4"),
    				),
    			},
    			expected: &DeviceRunContainerOptions{
    				Annotations: []kubecontainer.Annotation{
    					{Name: "cdi.k8s.io/devicemanager_pod-container", Value: "vendor1.com/class1=device1,vendor2.com/class2=device2,vendor3.com/class3=device3,vendor4.com/class4=device4"},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. platforms/core-runtime/BYTECODE-INTERCEPTION-README.md

    Illustration of Jar instrumentation is shown below.
    
    ```mermaid
    flowchart TB
        jar(Jar)
        modifiedJar(Jar*)
        class1("Class1")
        class2("Class2")
        class3("Class3")
        modifiedClass1("Class1*")
        modifiedClass2("Class2*")
        modifiedClass3("Class3*")
        instrumentingClassTransform{{"InstrumentingClassTransform\n(ClassVisitor)"}}
        interceptors(Generated interceptors)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 09:22:58 UTC 2024
    - 22.1K bytes
    - Viewed (0)
Back to top