Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for subpaths (0.49 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // Expanded path within the volume from which the container's volume should be mounted.
      // Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment.
      // Defaults to "" (volume's root).
      // SubPathExpr and SubPath are mutually exclusive.
      // +optional
      optional string subPathExpr = 6;
    }
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. cni/pkg/constants/constants.go

    )
    
    // Exposed for testing constants
    var (
    	CNIBinDir          = "/opt/cni/bin"
    	HostCNIBinDir      = "/host/opt/cni/bin"
    	ServiceAccountPath = "/var/run/secrets/kubernetes.io/serviceaccount"
    	// Well-known subpath we will mount any needed host-mounts under,
    	// to preclude shadowing or breaking any pod-internal mounts
    	HostMountsPath = "/host"
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Apr 30 22:24:38 GMT 2024
    - 2.7K bytes
    - Viewed (0)
Back to top