Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOperatorScheme ¶
GetOperatorScheme returns a scheme with types supported by the operator.
Types ¶
type Client ¶
type Client struct { client.Client meta.RESTMapper }
Clients holds the API clients required by Operator.
type Operator ¶
type Operator struct {
// contains filtered or unexported fields
}
Operator is the scaffolding for the sesame operator. It sets up dependencies and defines the topology of the operator and its managed components, wiring them together. Operator knows what specific resource types should produce operator events.
Click to show internal directories.
Click to hide internal directories.