Documentation ¶
Overview ¶
Package desiredstate contains cluster topology utils, e.g. to compute the desired state.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator interface {
Generate(ctx context.Context, s *scope.Scope) (*scope.ClusterState, error)
}
Generator is a generator to generate the desired state.
func NewGenerator ¶
func NewGenerator(client client.Client, clusterCache clustercache.ClusterCache, runtimeClient runtimeclient.Client) Generator
NewGenerator creates a new generator to generate desired state.
Click to show internal directories.
Click to hide internal directories.