Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertRayClusterApplyConfigToYaml ¶
func ConvertRayClusterApplyConfigToYaml(rayClusterac *rayv1ac.RayClusterApplyConfiguration) (string, error)
Converts RayClusterApplyConfiguration object into a yaml string
func ConvertRayJobApplyConfigToYaml ¶
func ConvertRayJobApplyConfigToYaml(rayJobac *rayv1ac.RayJobApplyConfiguration) (string, error)
Converts RayJobApplyConfiguration object into a yaml string
Types ¶
type RayClusterSpecObject ¶
type RayClusterYamlObject ¶
type RayClusterYamlObject struct { ClusterName string Namespace string RayClusterSpecObject }
func (*RayClusterYamlObject) GenerateRayClusterApplyConfig ¶
func (rayClusterObject *RayClusterYamlObject) GenerateRayClusterApplyConfig() *rayv1ac.RayClusterApplyConfiguration
type RayJobYamlObject ¶
type RayJobYamlObject struct { RayJobName string Namespace string SubmissionMode string RayClusterSpecObject }
func (*RayJobYamlObject) GenerateRayJobApplyConfig ¶
func (rayJobObject *RayJobYamlObject) GenerateRayJobApplyConfig() *rayv1ac.RayJobApplyConfiguration
Click to show internal directories.
Click to hide internal directories.