GO-2023-2125: kOps privilege escalation vulnerability in k8s.io/kops
package
Version:
v1.18.3
Opens a new window with list of versions in this module.
Published: Jan 28, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Builder struct {
Clientset simple.Clientset
}
Builder builds a bundle
func (b *Builder) Build(cluster *kops.Cluster, ig *kops.InstanceGroup) (*Data, error)
type Data struct {
Files []*DataFile
}
type DataFile struct {
Header tar.Header
Data []byte
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.