Documentation ¶
Index ¶
- type Config
- func (cfg *Config) AddFetcherToPodSpec(podSpec *apiv1.PodSpec, mainContainerName string) error
- func (cfg *Config) AddSpecializingFetcherToPodSpec(podSpec *apiv1.PodSpec, mainContainerName string, fn *fv1.Function, ...) error
- func (cfg *Config) NewSpecializeRequest(fn *fv1.Function, env *fv1.Environment) fetcher.FunctionSpecializeRequest
- func (cfg *Config) SetupServiceAccount(kubernetesClient kubernetes.Interface, namespace string, context interface{}) error
- func (cfg *Config) SharedMountPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func MakeFetcherConfig ¶
func (*Config) AddFetcherToPodSpec ¶
func (*Config) AddSpecializingFetcherToPodSpec ¶
func (*Config) NewSpecializeRequest ¶
func (cfg *Config) NewSpecializeRequest(fn *fv1.Function, env *fv1.Environment) fetcher.FunctionSpecializeRequest
func (*Config) SetupServiceAccount ¶
func (cfg *Config) SetupServiceAccount(kubernetesClient kubernetes.Interface, namespace string, context interface{}) error
func (*Config) SharedMountPath ¶
Click to show internal directories.
Click to hide internal directories.