Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GatewayAPIResources ¶ added in v1.15.0
func GatewayAPIResources() []schema.GroupVersionResource
GatewayAPIResources for Operator. The list omits TCP and UDP routes since they're unsupported by operator.
func GetOperatorScheme ¶
GetOperatorScheme returns a scheme with types supported by the operator.
Types ¶
type Client ¶ added in v1.15.0
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 contour 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.