Documentation
¶
Index ¶
Constants ¶
View Source
const ( CAPrivateKeyKey = "ca.key" CACertKey = "ca.crt" )
Variables ¶
This section is empty.
Functions ¶
func SetupRayClusterWebhookWithManager ¶ added in v1.4.0
func SetupRayClusterWebhookWithManager(mgr ctrl.Manager, cfg *config.KubeRayConfiguration) error
Types ¶
type RayClusterReconciler ¶
type RayClusterReconciler struct {
client.Client
Scheme *runtime.Scheme
CookieSalt string
Config *config.KubeRayConfiguration
IsOpenShift bool
// contains filtered or unexported fields
}
RayClusterReconciler reconciles a RayCluster object
func (*RayClusterReconciler) SetupWithManager ¶
func (r *RayClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.