Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPlacementOperator ¶ added in v0.15.13
NewPlacementOperator constructs a placement.Operator which performs transformations on the given placement. If initialPlacement is nil, BuildInitialPlacement must be called before any operations on the placement.
Types ¶
type Option ¶ added in v1.0.0
type Option interface {
// contains filtered or unexported methods
}
Option is an interface for PlacementService options.
func WithAlgorithm ¶ added in v1.0.0
WithAlgorithm sets the algorithm implementation that will be used by PlacementService.
func WithPlacementOptions ¶ added in v1.0.0
WithPlacementOptions sets the placement options for PlacementService.
Click to show internal directories.
Click to hide internal directories.