Documentation
¶
Index ¶
- func CheckNamespaceExists(ctx context.Context, namespace string, kubeFactory kube.Factory) (bool, error)
- func EnsureClusterRequirements(ctx context.Context, kubeFactory kube.Factory, namespace string, ...) error
- func GetClusterSecret(ctx context.Context, kubeFactory kube.Factory, namespace string, name string) (*v1.Secret, error)
- type LaunchJobOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckNamespaceExists ¶ added in v0.0.263
Types ¶
type LaunchJobOptions ¶ added in v0.0.228
type LaunchJobOptions struct {
Client kubernetes.Interface
Namespace string
JobName *string
Image *string
Env []v1.EnvVar
RestartPolicy v1.RestartPolicy
BackOffLimit int32
}
Click to show internal directories.
Click to hide internal directories.