Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation struct {
// contains filtered or unexported fields
}
Operation is the base type for all controller types.
func NewOperation ¶
func NewOperation(c client.Client, scheme *runtime.Scheme, config *v1alpha1.LandscaperServiceConfiguration) *Operation
NewOperation creates a new Operation for the given values.
func (*Operation) Config ¶
func (o *Operation) Config() *v1alpha1.LandscaperServiceConfiguration
type TargetShootSidecarOperation ¶
type TargetShootSidecarOperation struct {
// contains filtered or unexported fields
}
Operation is the base type for all controller types.
func NewTargetShootSidecarOperation ¶
func NewTargetShootSidecarOperation(c client.Client, scheme *runtime.Scheme, config *v1alpha1.TargetShootSidecarConfiguration) *TargetShootSidecarOperation
NewTargetShootSidecarOperation creates a new TargetShootSidecarOperation for the given values.
func (*TargetShootSidecarOperation) Client ¶
func (o *TargetShootSidecarOperation) Client() client.Client
Client returns a controller runtime client.Registry
func (*TargetShootSidecarOperation) Config ¶
func (o *TargetShootSidecarOperation) Config() *v1alpha1.TargetShootSidecarConfiguration
func (*TargetShootSidecarOperation) Scheme ¶
func (o *TargetShootSidecarOperation) Scheme() *runtime.Scheme
Scheme returns a kubernetes scheme
Click to show internal directories.
Click to hide internal directories.