Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNamespacedName ¶ added in v0.2.8
func GetNamespacedName(obj metav1.Object) types.NamespacedName
func PodRunningAndReady ¶ added in v0.2.8
PodRunningAndReady returns true if the pod is running and ready, false if the pod has not yet reached those states, returns error in any other case
Types ¶
type Client ¶
type Client interface {
runtimeclient.Client
GetLogs(string, string, *corev1.PodLogOptions) (io.ReadCloser, error)
Attach(*corev1.Pod) error
}
Click to show internal directories.
Click to hide internal directories.