Documentation ¶
Index ¶
- func AddFuseTemplateByKey(k types.NamespacedName, option common.FuseSidecarInjectOption, ...)
- func AddRuntimeInfoByKey(key types.NamespacedName, runtimeInfo base.RuntimeInfoInterface, ...)
- func GetFuseTemplateByKey(key types.NamespacedName, option common.FuseSidecarInjectOption) (info *common.FuseInjectionTemplate, found bool)
- type PersistentVolumeClaimInfoCache
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFuseTemplateByKey ¶
func AddFuseTemplateByKey(k types.NamespacedName, option common.FuseSidecarInjectOption, info *common.FuseInjectionTemplate)
func AddRuntimeInfoByKey ¶
func AddRuntimeInfoByKey(key types.NamespacedName, runtimeInfo base.RuntimeInfoInterface, isDataset bool)
func GetFuseTemplateByKey ¶
func GetFuseTemplateByKey(key types.NamespacedName, option common.FuseSidecarInjectOption) (info *common.FuseInjectionTemplate, found bool)
Types ¶
type PersistentVolumeClaimInfoCache ¶
type PersistentVolumeClaimInfoCache struct {
// contains filtered or unexported fields
}
PersistentVolumeClaimInfoCache represents runtime info and whether it belongs dataset
func GetRuntimeInfoByKey ¶
func GetRuntimeInfoByKey(key types.NamespacedName) (info *PersistentVolumeClaimInfoCache, found bool)
func (PersistentVolumeClaimInfoCache) GetRuntimeInfo ¶
func (c PersistentVolumeClaimInfoCache) GetRuntimeInfo() base.RuntimeInfoInterface
func (PersistentVolumeClaimInfoCache) IsBelongToDataset ¶
func (c PersistentVolumeClaimInfoCache) IsBelongToDataset() bool
Click to show internal directories.
Click to hide internal directories.