Documentation
¶
Index ¶
Constants ¶
View Source
const ( ReplicaSpecName = "mpiReplicaSpecs" MasterName = "Launcher" WorkerName = "Worker" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MpiGrouper ¶ added in v0.4.2
type MpiGrouper struct {
*kubeflow.KubeflowDistributedGrouper
// contains filtered or unexported fields
}
func NewMpiGrouper ¶ added in v0.4.2
func NewMpiGrouper(client client.Client, kubeflowGrouper *kubeflow.KubeflowDistributedGrouper) *MpiGrouper
func (*MpiGrouper) GetPodGroupMetadata ¶ added in v0.4.2
func (mg *MpiGrouper) GetPodGroupMetadata(topOwner *unstructured.Unstructured, pod *v1.Pod, _ ...*metav1.PartialObjectMetadata) (*podgroup.Metadata, error)
func (*MpiGrouper) Name ¶ added in v0.5.1
func (mg *MpiGrouper) Name() string
Click to show internal directories.
Click to hide internal directories.