Documentation ¶
Index ¶
- type Closer
- type Interface
- type Multi
- func (m *Multi) Add(interceptors ...interface{})
- func (m *Multi) Close() error
- func (m *Multi) PostApply(objs []runtime.Object) error
- func (m *Multi) PostFetch(branch *gh.Branch) error
- func (m *Multi) PostManifestApply(obj runtime.Object) error
- func (m *Multi) PostManifestRender(obj runtime.Object) (runtime.Object, error)
- func (m *Multi) PreApply(objs []runtime.Object) error
- func (m *Multi) PreManifestApply(obj runtime.Object) (runtime.Object, error)
- type PostApplier
- type PostFetcher
- type PostManifestApplier
- type PostManifestRenderer
- type PreApplier
- type PreManifestApplier
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { PostFetcher PreApplier PreManifestApplier PostManifestApplier PostApplier PostManifestRenderer Closer }
type PostApplier ¶
type PostFetcher ¶
type PostManifestApplier ¶
type PostManifestRenderer ¶
type PreApplier ¶
Click to show internal directories.
Click to hide internal directories.