Documentation ¶
Index ¶
- Constants
- type Filter
- type Lister
- type Merger
- type PodPresetService
- type Service
- func (s *Service) Filter(ctx context.Context, list v1alpha1.PodPresetList, filter map[string]string) ([]v1alpha1.PodPreset, error)
- func (s *Service) List(namespace string) (v1alpha1.PodPresetList, error)
- func (s *Service) Merge(ctx context.Context, podPresets []v1alpha1.PodPreset) ([]v1alpha1.Env, error)
Constants ¶
View Source
const (
TypeName = "PodPreset"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lister ¶
type Lister interface { // list podpreset from given namespace List(namespace string) (v1alpha1.PodPresetList, error) }
type PodPresetService ¶
func NewService ¶
func NewService(client client.Client) PodPresetService
Click to show internal directories.
Click to hide internal directories.