Documentation
¶
Index ¶
- func CallBackstagePrinters(owner, lifecycle string, is *serverapiv1beta1.InferenceService, ...) error
- func SetupKServeClient(cfg *config.Config)
- type ApiPopulator
- type CommonPopulator
- func (pop *CommonPopulator) GetDescription() string
- func (pop *CommonPopulator) GetLifecycle() string
- func (pop *CommonPopulator) GetLinks() []backstage.EntityLink
- func (pop *CommonPopulator) GetName() string
- func (pop *CommonPopulator) GetOwner() string
- func (pop *CommonPopulator) GetProvidedAPIs() []string
- func (pop *CommonPopulator) GetTags() []string
- type ComponentPopulator
- type ResourcePopulator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallBackstagePrinters ¶
func CallBackstagePrinters(owner, lifecycle string, is *serverapiv1beta1.InferenceService, writer io.Writer) error
func SetupKServeClient ¶
Types ¶
type ApiPopulator ¶
type ApiPopulator struct {
CommonPopulator
}
func (*ApiPopulator) GetDefinition ¶
func (pop *ApiPopulator) GetDefinition() string
func (*ApiPopulator) GetDependencyOf ¶
func (pop *ApiPopulator) GetDependencyOf() []string
func (*ApiPopulator) GetDisplayName ¶
func (pop *ApiPopulator) GetDisplayName() string
func (*ApiPopulator) GetTechdocRef ¶
func (pop *ApiPopulator) GetTechdocRef() string
type CommonPopulator ¶
type CommonPopulator struct { Owner string Lifecycle string InferSvc *serverapiv1beta1.InferenceService }
func (*CommonPopulator) GetDescription ¶
func (pop *CommonPopulator) GetDescription() string
func (*CommonPopulator) GetLifecycle ¶
func (pop *CommonPopulator) GetLifecycle() string
func (*CommonPopulator) GetLinks ¶
func (pop *CommonPopulator) GetLinks() []backstage.EntityLink
func (*CommonPopulator) GetName ¶
func (pop *CommonPopulator) GetName() string
func (*CommonPopulator) GetOwner ¶
func (pop *CommonPopulator) GetOwner() string
func (*CommonPopulator) GetProvidedAPIs ¶
func (pop *CommonPopulator) GetProvidedAPIs() []string
func (*CommonPopulator) GetTags ¶
func (pop *CommonPopulator) GetTags() []string
type ComponentPopulator ¶
type ComponentPopulator struct {
CommonPopulator
}
func (*ComponentPopulator) GetDependsOn ¶
func (pop *ComponentPopulator) GetDependsOn() []string
func (*ComponentPopulator) GetDisplayName ¶
func (pop *ComponentPopulator) GetDisplayName() string
func (*ComponentPopulator) GetTechdocRef ¶
func (pop *ComponentPopulator) GetTechdocRef() string
type ResourcePopulator ¶
type ResourcePopulator struct {
CommonPopulator
}
func (*ResourcePopulator) GetDependencyOf ¶
func (pop *ResourcePopulator) GetDependencyOf() []string
func (*ResourcePopulator) GetDisplayName ¶
func (pop *ResourcePopulator) GetDisplayName() string
func (*ResourcePopulator) GetTechdocRef ¶
func (pop *ResourcePopulator) GetTechdocRef() string
Click to show internal directories.
Click to hide internal directories.