public class V1alpha1AuditSinkSpec extends Object
| Constructor and Description |
|---|
V1alpha1AuditSinkSpec() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
V1alpha1Policy |
getPolicy()
Policy defines the policy for selecting which events should be sent to the webhook required
|
V1alpha1Webhook |
getWebhook()
Webhook to send events required
|
int |
hashCode() |
V1alpha1AuditSinkSpec |
policy(V1alpha1Policy policy) |
void |
setPolicy(V1alpha1Policy policy) |
void |
setWebhook(V1alpha1Webhook webhook) |
String |
toString() |
V1alpha1AuditSinkSpec |
webhook(V1alpha1Webhook webhook) |
public V1alpha1AuditSinkSpec policy(V1alpha1Policy policy)
public V1alpha1Policy getPolicy()
public void setPolicy(V1alpha1Policy policy)
public V1alpha1AuditSinkSpec webhook(V1alpha1Webhook webhook)
public V1alpha1Webhook getWebhook()
public void setWebhook(V1alpha1Webhook webhook)
Copyright © 2019. All rights reserved.