Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceControl ¶
type ServiceControl struct {
utils.Reconciler
}
func NewServiceControl ¶
func NewServiceControl(r utils.Reconciler) *ServiceControl
func (*ServiceControl) GetServiceSpec ¶
func (s *ServiceControl) GetServiceSpec(ctx context.Context, namespace string, fromTemplate v1alpha1.GenerateFromTemplate) (v1alpha1.ServiceSpec, error)
func (*ServiceControl) GetServiceSpecList ¶
func (s *ServiceControl) GetServiceSpecList(ctx context.Context, namespace string, fromTemplate v1alpha1.GenerateFromTemplate) ([]v1alpha1.ServiceSpec, error)
type ServiceControlInterface ¶
type ServiceControlInterface interface {
GetServiceSpec(ctx context.Context, namespace string, fromTemplate v1alpha1.GenerateFromTemplate) (v1alpha1.ServiceSpec, error)
GetServiceSpecList(ctx context.Context, namespace string, fromTemplate v1alpha1.GenerateFromTemplate) ([]v1alpha1.ServiceSpec, error)
}
Click to show internal directories.
Click to hide internal directories.