Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { KubernetesClient() kubernetes.Interface RayClient() rayclient.Interface // GetRayHeadSvcName retrieves the name of RayHead service for the given RayCluster, RayJob, or RayService. GetRayHeadSvcName(ctx context.Context, namespace string, resourceType util.ResourceType, name string) (string, error) GetKubeRayOperatorVersion(ctx context.Context) (string, error) WaitRayClusterProvisioned(ctx context.Context, namespace, name string, timeout time.Duration) error }
func NewClientForTesting ¶
func NewClientForTesting(kubeClient kubernetes.Interface, rayClient rayclient.Interface) Client
Click to show internal directories.
Click to hide internal directories.