Documentation ¶
Index ¶
- func Close(c Closer)
- func GenerateFieldSelectorFromWorkflowName(wfName string) string
- func GetDeletePropagation() *metav1.DeletionPropagation
- func GetSecrets(clientSet kubernetes.Interface, namespace, name, key string) ([]byte, error)
- func MergeParameters(params ...[]wfv1.Parameter) []wfv1.Parameter
- func RecoverIndexFromNodeName(name string) int
- func RecoverWorkflowNameFromSelectorStringIfAny(selector string) string
- func WriteTeriminateMessage(message string)
- type Closer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Close ¶
func Close(c Closer)
Close is a convenience function to close a object that has a Close() method, ignoring any errors Used to satisfy errcheck lint
func GetDeletePropagation ¶
func GetDeletePropagation() *metav1.DeletionPropagation
getDeletePropagation return the default or configured DeletePropagation policy
func GetSecrets ¶
func GetSecrets(clientSet kubernetes.Interface, namespace, name, key string) ([]byte, error)
GetSecrets retrieves a secret value and memoizes the result
func MergeParameters ¶
Merge the two parameters Slice Merge the slices based on arguments order (first is high priority).
func WriteTeriminateMessage ¶
func WriteTeriminateMessage(message string)
Write the Terminate message in pod spec
Types ¶
Click to show internal directories.
Click to hide internal directories.