Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

*: add watch support #10

Merged
merged 2 commits into from
Jan 9, 2017
Merged

*: add watch support #10

merged 2 commits into from
Jan 9, 2017

Conversation

ericchiang
Copy link
Owner

@ericchiang ericchiang commented Jan 9, 2017

API looks like

func (c *AutoscalingV1) WatchHorizontalPodAutoscalers(ctx context.Context, namespace string, options ...Option) (interface {
    Next() (*versioned.Event, *autoscalingv1.HorizontalPodAutoscaler, error)
    Close() error
}, error)

yay for anonymous interfaces.

closes #1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

watch support
1 participant