public static interface Registry.UpdateStages.WithWebhook
Modifier and Type | Method and Description |
---|---|
Webhook.UpdateDefinitionStages.Blank<Registry.Update> |
defineWebhook(String name)
Begins the definition of a new webhook to be added to this container registry.
|
Webhook.UpdateResourceStages.Blank<Registry.Update> |
updateWebhook(String name)
Begins the description of an update of an existing webhook of this container registry.
|
Registry.Update |
withoutWebhook(String name)
Removes a webhook from the container registry.
|
Webhook.UpdateDefinitionStages.Blank<Registry.Update> defineWebhook(String name)
name
- the name of the new webhookRegistry.Update withoutWebhook(String name)
name
- name of the webhook to removeWebhook.UpdateResourceStages.Blank<Registry.Update> updateWebhook(String name)
name
- the name of an existing webhookCopyright © 2019. All rights reserved.