Documentation
¶
Index ¶
- Constants
- func Add(ctx context.Context, mgr manager.Manager, sharedAgentImage string, ...) error
- func AddPodController(ctx context.Context, mgr manager.Manager, logger *log.Logger) error
- func TokenSecretName(clusterName string) string
- func TokenSecretObj(token, name, namespace string) v1.Secret
- type ClusterReconciler
- type PodReconciler
Constants ¶
View Source
const (
ClusterInvalidName = "system"
)
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(ctx context.Context, mgr manager.Manager, sharedAgentImage string, logger *log.Logger) error
Add adds a new controller to the manager
func AddPodController ¶ added in v0.3.0
Add adds a new controller to the manager
func TokenSecretName ¶ added in v0.3.0
func TokenSecretObj ¶ added in v0.3.0
Types ¶
type ClusterReconciler ¶
type ClusterReconciler struct {
Client ctrlruntimeclient.Client
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
type PodReconciler ¶ added in v0.3.0
type PodReconciler struct {
Client ctrlruntimeclient.Client
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.