Documentation
¶
Index ¶
- Variables
- func New(ctx context.Context) types.Engine
- func PersistentVolumeClaim(namespace, name, storageClass, size string, storageRwx bool) (*v1.PersistentVolumeClaim, error)
- func Pod(namespace string, step *types.Step, labels, annotations map[string]string) (*v1.Pod, error)
- func Service(namespace, name, podName string, ports []string) (*v1.Service, error)
- type Config
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrDNSPatternInvalid = errors.New("name is not a valid kubernetes DNS name")
)
Functions ¶
func PersistentVolumeClaim ¶
func PersistentVolumeClaim(namespace, name, storageClass, size string, storageRwx bool) (*v1.PersistentVolumeClaim, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.