package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Jul 6, 2022
License: MIT
Opens a new window with license information.
Imports: 11
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.