Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRegistryHandler ¶ added in v1.0.0
func GetRegistryHandler() api.RegistryHandler
func RegisterMutatingHandlers ¶ added in v1.0.0
Types ¶
type Handlers ¶ added in v1.0.0
type Handlers struct {
// contains filtered or unexported fields
}
func (*Handlers) GetPodWithDatasetHandler ¶ added in v1.0.0
func (h *Handlers) GetPodWithDatasetHandler() []api.MutatingHandler
func (*Handlers) GetPodWithoutDatasetHandler ¶ added in v1.0.0
func (h *Handlers) GetPodWithoutDatasetHandler() []api.MutatingHandler
func (*Handlers) GetServerlessPodWithDatasetHandler ¶ added in v1.0.0
func (h *Handlers) GetServerlessPodWithDatasetHandler() []api.MutatingHandler
func (*Handlers) GetServerlessPodWithoutDatasetHandler ¶ added in v1.0.0
func (h *Handlers) GetServerlessPodWithoutDatasetHandler() []api.MutatingHandler
type PluginConfig ¶ added in v1.0.0
type Plugins ¶ added in v1.0.0
type Plugins struct { Serverful Serverful `yaml:"serverful"` Serverless Serverless `yaml:"serverless"` }
type PluginsProfile ¶ added in v1.0.0
type PluginsProfile struct { Plugins Plugins `yaml:"plugins"` PluginConfig []PluginConfig `yaml:"pluginConfig"` }
type Serverless ¶ added in v1.0.0
Click to show internal directories.
Click to hide internal directories.