@Beta(value=V1_4_0)
public interface WebhookOperations
Modifier and Type | Method and Description |
---|---|
void |
delete(String webhookName)
Deletes a webhook from the container registry.
|
rx.Completable |
deleteAsync(String webhookName)
Deletes a webhook from the container registry.
|
Webhook |
get(String webhookName)
Gets the properties of the specified webhook.
|
rx.Observable<Webhook> |
getAsync(String webhookName)
Gets the properties of the specified webhook.
|
PagedList<Webhook> |
list()
Lists all the webhooks for the container registry.
|
rx.Observable<Webhook> |
listAsync()
Lists all the webhooks for the container registry.
|
Webhook get(String webhookName)
webhookName
- the name of the webhookrx.Observable<Webhook> getAsync(String webhookName)
webhookName
- the name of the webhookvoid delete(String webhookName)
webhookName
- the name of the webhookrx.Completable deleteAsync(String webhookName)
webhookName
- the name of the webhookPagedList<Webhook> list()
@Beta(value=V1_4_0) rx.Observable<Webhook> listAsync()
Copyright © 2019. All rights reserved.