package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Feb 17, 2021
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type KubeConfigsContainerBare struct {
Version string `yaml:"version"`
Type string `yaml:"type"`
}
type KubeConfigsContainerV1 struct {
Version string `yaml:"version"`
ModifiedAt string `yaml:"modifiedAt"`
Type string `yaml:"type"`
PrimaryKubeConfig map[string]interface{} `yaml:"primaryKubeConfig"`
SecondaryKubeConfig map[string]interface{} `yaml:"secondaryKubeConfig"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.