Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployer ¶
type Deployer interface { GetName() string // Deploy performs an action on the SpinnakerService. When an error is returned processing stops // When true, nil is returned, no other deployer is invoked and the reconcile request is requeued Deploy(ctx context.Context, svc interfaces.SpinnakerService, scheme *runtime.Scheme) (bool, error) }
type ManifestGenerator ¶
type ManifestGenerator interface {
Generate(ctx context.Context, spinConfig *interfaces.SpinnakerConfig) (*generated.SpinnakerGeneratedConfig, error)
}
Click to show internal directories.
Click to hide internal directories.