Documentation ¶
Overview ¶
The environment package contains probing functionality to detect information on the Kubernetes cluster environment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sink ¶
type Sink struct {
// contains filtered or unexported fields
}
func (*Sink) GetEnvironment ¶
func (s *Sink) GetEnvironment() *manifestsv1alpha1.PackageEnvironment
func (*Sink) SetEnvironment ¶
func (s *Sink) SetEnvironment(env *manifestsv1alpha1.PackageEnvironment)
type Sinker ¶
type Sinker interface {
SetEnvironment(env *manifestsv1alpha1.PackageEnvironment)
}
func ImplementsSinker ¶
func ImplementsSinker(i []interface{}) []Sinker
Click to show internal directories.
Click to hide internal directories.