Documentation ¶
Index ¶
- type AuthNExecutor
- func (exe AuthNExecutor) GetName() string
- func (exe AuthNExecutor) OnServiceCreate(ctx context.Context, svc *apistructs.Service) (istioctl.ExecResult, error)
- func (exe AuthNExecutor) OnServiceDelete(ctx context.Context, svc *apistructs.Service) (istioctl.ExecResult, error)
- func (exe AuthNExecutor) OnServiceUpdate(ctx context.Context, svc *apistructs.Service) (istioctl.ExecResult, error)
- type BaseExecutor
- func (exe BaseExecutor) OnServiceCreate(context.Context, *apistructs.Service) (istioctl.ExecResult, error)
- func (exe BaseExecutor) OnServiceDelete(context.Context, *apistructs.Service) (istioctl.ExecResult, error)
- func (exe BaseExecutor) OnServiceUpdate(context.Context, *apistructs.Service) (istioctl.ExecResult, error)
- func (exe *BaseExecutor) SetIstioClient(client versioned.Interface)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthNExecutor ¶
type AuthNExecutor struct {
BaseExecutor
}
func (AuthNExecutor) GetName ¶
func (exe AuthNExecutor) GetName() string
func (AuthNExecutor) OnServiceCreate ¶
func (exe AuthNExecutor) OnServiceCreate(ctx context.Context, svc *apistructs.Service) (istioctl.ExecResult, error)
OnServiceCreate
func (AuthNExecutor) OnServiceDelete ¶
func (exe AuthNExecutor) OnServiceDelete(ctx context.Context, svc *apistructs.Service) (istioctl.ExecResult, error)
OnServiceDelete
func (AuthNExecutor) OnServiceUpdate ¶
func (exe AuthNExecutor) OnServiceUpdate(ctx context.Context, svc *apistructs.Service) (istioctl.ExecResult, error)
OnServiceUpdate
type BaseExecutor ¶
type BaseExecutor struct {
// contains filtered or unexported fields
}
func (BaseExecutor) OnServiceCreate ¶
func (exe BaseExecutor) OnServiceCreate(context.Context, *apistructs.Service) (istioctl.ExecResult, error)
OnServiceCreate
func (BaseExecutor) OnServiceDelete ¶
func (exe BaseExecutor) OnServiceDelete(context.Context, *apistructs.Service) (istioctl.ExecResult, error)
OnServiceDelete
func (BaseExecutor) OnServiceUpdate ¶
func (exe BaseExecutor) OnServiceUpdate(context.Context, *apistructs.Service) (istioctl.ExecResult, error)
OnServiceUpdate
func (*BaseExecutor) SetIstioClient ¶
func (exe *BaseExecutor) SetIstioClient(client versioned.Interface)
SetIstioClient
Click to show internal directories.
Click to hide internal directories.