Documentation ¶
Index ¶
- Constants
- func NewCarSyncer(ctx *synccontext.RegisterContext) synctypes.Base
- func NewImportSecrets(ctx *synccontext.RegisterContext) synctypes.Syncer
- func NewMyDeploymentSyncer(ctx *synccontext.RegisterContext) syncertypes.Base
- func NewPodHook() plugin.ClientHook
- func NewSecretHook() plugin.ClientHook
- func NewServiceHook() plugin.ClientHook
- type DummyInterceptor
Constants ¶
View Source
const (
MyDeploymentManifestPath = "./manifests/mydeployment.yaml"
)
Variables ¶
This section is empty.
Functions ¶
func NewCarSyncer ¶
func NewCarSyncer(ctx *synccontext.RegisterContext) synctypes.Base
func NewImportSecrets ¶
func NewImportSecrets(ctx *synccontext.RegisterContext) synctypes.Syncer
func NewMyDeploymentSyncer ¶
func NewMyDeploymentSyncer(ctx *synccontext.RegisterContext) syncertypes.Base
func NewPodHook ¶
func NewPodHook() plugin.ClientHook
func NewSecretHook ¶
func NewSecretHook() plugin.ClientHook
func NewServiceHook ¶
func NewServiceHook() plugin.ClientHook
Types ¶
type DummyInterceptor ¶
type DummyInterceptor struct{}
func (DummyInterceptor) InterceptionRules ¶
func (d DummyInterceptor) InterceptionRules() []v2.InterceptorRule
func (DummyInterceptor) Name ¶
func (d DummyInterceptor) Name() string
func (DummyInterceptor) ServeHTTP ¶
func (d DummyInterceptor) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.