Documentation
¶
Index ¶
- func GetEndpoints(ctx context.Context, namespace string) ([]v1.Endpoints, error)
- func GetIngresses(ctx context.Context, namespace string) ([]networking.Ingress, error)
- func GetSecrets(ctx context.Context, namespace string) ([]v1.Secret, error)
- func GetServices(ctx context.Context, namespace string) ([]v1.Service, error)
- func Init() error
- func WatchEndpoints(ctx context.Context, namespace string) (watch.Interface, error)
- func WatchIngresses(ctx context.Context, namespace string) (watch.Interface, error)
- func WatchSecrets(ctx context.Context, namespace string) (watch.Interface, error)
- func WatchServices(ctx context.Context, namespace string) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEndpoints ¶ added in v0.8.0
GetEndpoints lists all endpoints
func GetIngresses ¶
GetIngresses lists all ingresses for given namespace
func GetSecrets ¶ added in v0.4.0
GetSecrets lists all secret for given namespace
func GetServices ¶ added in v0.4.0
GetServices lists all service
func WatchEndpoints ¶ added in v0.8.0
WatchEndpoints watches endpoints
func WatchIngresses ¶
WatchIngresses watches ingresses for given namespace
func WatchSecrets ¶ added in v0.4.0
WatchSecrets watches secrets for given namespace
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.