Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IgnoredSubTrees (0.16 sec)

  1. cmd/importverifier/importverifier.go

    	// 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.
    	IgnoredSubTrees []string `yaml:"ignoredSubTrees,omitempty"`
    	// AllowedImports are roots of package trees that are allowed to be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:16 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. staging/publishing/import-restrictions.yaml

      # Main goal: pkg/apis should be as self-contained as possible.
      - k8s.io/kubernetes/pkg/apis/apps
      - k8s.io/kubernetes/pkg/api/legacyscheme
      - k8s.io/api/apps/v1
      ignoredSubTrees:
      - "./pkg/apis/core/validation"
    
    - baseImportPath: "./staging/src/k8s.io/cli-runtime/pkg/genericclioptions"
      allowedImports:
      - k8s.io/apimachinery
      - k8s.io/client-go
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 13:13:22 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top