Documentation
¶
Index ¶
Constants ¶
View Source
const ( RecommendedConfigPathEnvVar = "KUBECONFIG" RecommendedHomeDir = ".kube" RecommendedFileName = "config" )
Variables ¶
View Source
var ( RecommendedConfigDir = filepath.Join(homedir(), RecommendedHomeDir) RecommendedHomeFile = filepath.Join(RecommendedConfigDir, RecommendedFileName) )
Functions ¶
This section is empty.
Types ¶
type KubePolicies ¶
type KubePolicies struct {
policies.ToolPolicies
DisableDestructive bool `yaml:"disable-destructive" json:"disable-destructive"`
}
type Provider ¶
type Provider struct {
api.BasicToolsProvider
ReadOnly bool `json:"-"`
DisableDestructive bool `json:"-"`
}
func (*Provider) GetDefaultPolicies ¶
Click to show internal directories.
Click to hide internal directories.