Documentation ¶
Index ¶
- func SetupMachineVolumeToSecret(secretDependents dependents.Dependents, machinePoolName string) error
- func SetupVolumeToNamespace(namespaceDependents dependents.Dependents, volumePoolName string) error
- func SetupVolumeToSecret(secretDependents dependents.Dependents, volumePoolName string) error
- type VolumeRunsInVolumePoolPredicate
- type VolumeUsedByMachineInMachinePoolCachedPredicate
- type VolumeUsedByMachineInMachinePoolLivePredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupMachineVolumeToSecret ¶
func SetupMachineVolumeToSecret(secretDependents dependents.Dependents, machinePoolName string) error
func SetupVolumeToNamespace ¶
func SetupVolumeToNamespace(namespaceDependents dependents.Dependents, volumePoolName string) error
func SetupVolumeToSecret ¶
func SetupVolumeToSecret(secretDependents dependents.Dependents, volumePoolName string) error
Types ¶
type VolumeRunsInVolumePoolPredicate ¶
type VolumeRunsInVolumePoolPredicate struct {
VolumePoolName string
}
type VolumeUsedByMachineInMachinePoolCachedPredicate ¶
type VolumeUsedByMachineInMachinePoolCachedPredicate struct { MachinePoolName string // contains filtered or unexported fields }
func (*VolumeUsedByMachineInMachinePoolCachedPredicate) InjectClient ¶
func (p *VolumeUsedByMachineInMachinePoolCachedPredicate) InjectClient(c client.Client) error
type VolumeUsedByMachineInMachinePoolLivePredicate ¶
type VolumeUsedByMachineInMachinePoolLivePredicate struct { MachinePoolName string // contains filtered or unexported fields }
func (*VolumeUsedByMachineInMachinePoolLivePredicate) InjectAPIReader ¶
func (p *VolumeUsedByMachineInMachinePoolLivePredicate) InjectAPIReader(apiReader client.Reader) error
Click to show internal directories.
Click to hide internal directories.