Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByVolumeMount ¶
type ByVolumeMount []corev1.VolumeMount
func (ByVolumeMount) Len ¶
func (vm ByVolumeMount) Len() int
func (ByVolumeMount) Less ¶
func (vm ByVolumeMount) Less(i, j int) bool
func (ByVolumeMount) Swap ¶
func (vm ByVolumeMount) Swap(i, j int)
type Feature ¶
type Feature struct {
// contains filtered or unexported fields
}
func NewFeature ¶
func NewFeature(ftype FeatureType, enabled bool) Feature
type Injectable ¶
type Injectable interface {
// contains filtered or unexported methods
}
type InjectionInfo ¶
type InjectionInfo struct {
// contains filtered or unexported fields
}
func NewInjectionInfo ¶
func NewInjectionInfo() *InjectionInfo
func NewInjectionInfoForPod ¶
func NewInjectionInfoForPod(pod *corev1.Pod) *InjectionInfo
Click to show internal directories.
Click to hide internal directories.