Documentation ¶ Index ¶ func WaitUntil(rc rest.Interface, obj runtime.Object, name, namespace, plural string, ...) (runtime.Object, error) type Client type Factory func (f *Factory) NewClient(s *runtime.Scheme) (Client, error) type FactoryInterface Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func WaitUntil ¶ func WaitUntil(rc rest.Interface, obj runtime.Object, name, namespace, plural string, exitCondition watchtools.ConditionFunc, timeout time.Duration) (runtime.Object, error) (deprecated) Wrapper for watchtools.UntilWithSync Types ¶ type Client ¶ type Client interface { runtimeclient.Client GetLogs(string, string, *corev1.PodLogOptions) (io.ReadCloser, error) Attach(*corev1.Pod) error } type Factory ¶ type Factory struct{} func (*Factory) NewClient ¶ func (f *Factory) NewClient(s *runtime.Scheme) (Client, error) type FactoryInterface ¶ type FactoryInterface interface { NewClient(*runtime.Scheme) (Client, error) } Source Files ¶ View all Source files client_factory.gok8s.go Directories ¶ Show internal Expand all Path Synopsis fake Click to show internal directories. Click to hide internal directories.