package
0.14.2
Repository: https://github.com/kubeflow/arena.git
Documentation: pkg.go.dev

# Functions

Int32 is a helper routine that allocates a new int32 value to store v and returns a pointer to it.
RegisterDefaults adds defaulters functions to the given scheme.
Resource takes an unqualified resource and returns a Group-qualified GroupResource.
SetDefaults_PyTorchJob sets any unspecified values to defaults.

# Constants

DefaultContainerName is the name of the PyTorchJob container.
DefaultPort is default value of the port.
DefaultPortName is name of the port used to communicate between Master and workers.
DefaultRestartPolicy is default RestartPolicy for PyTorchReplicaSpec.
EnvKubeflowNamespace is ENV for kubeflow namespace specified by user.
GroupName is the group name use in this package.
GroupVersion is the version.
Kind is the kind name.
Plural is the Plural for pytorchJob.
PytorchCRD is the CRD name for PytorchJob.
PyTorchReplicaTypeMaster is the type of Master of distributed PyTorch.
PyTorchReplicaTypeWorker is the type for workers of distributed PyTorch.
Singular is the singular for pytorchJob.

# Variables

TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
SchemeGroupVersion is the group version used to register these objects.
SchemeGroupVersionKind is the GroupVersionKind of the resource.

# Structs

Represents a PyTorchJob resource.
PyTorchJobList is a list of PyTorchJobs.
PyTorchJobSpec is a desired state description of the PyTorchJob.

# Type aliases

PyTorchReplicaType is the type for PyTorchReplica.