Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/publishing/import-restrictions.yaml

      - k8s.io/utils
    
    - baseImportPath: "./vendor/k8s.io/kube-openapi"
      allowedImports:
      - k8s.io/kube-openapi
      - k8s.io/gengo
      - k8s.io/klog
      - k8s.io/utils
    
    - baseImportPath: "./staging/src/k8s.io/sample-cli-plugin"
      allowedImports:
      - k8s.io/api
      - k8s.io/cli-runtime
      - k8s.io/client-go
      - k8s.io/sample-cli-plugin
    
    - baseImportPath: "./staging/src/k8s.io/kube-controller-manager"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 13:13:22 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  2. cmd/importverifier/importverifier.go

    	// configuration, given as a relative path from the root of the repository.
    	// This is a directory which `go list` might not consider a package (if it
    	// has not .go files)
    	BaseDir string `yaml:"baseImportPath"`
    	// IgnoredSubTrees are roots of sub-trees of the BaseDir for which we do
    	// not want to enforce any import restrictions whatsoever, given as
    	// relative paths from the root of the repository.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:16 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top