public interface PolicyAuditConfigFluent<A extends PolicyAuditConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination() |
Integer |
getMaxFileSize() |
Integer |
getRateLimit() |
String |
getSyslogFacility() |
Boolean |
hasDestination() |
Boolean |
hasMaxFileSize() |
Boolean |
hasRateLimit() |
Boolean |
hasSyslogFacility() |
A |
withDestination(String destination) |
A |
withMaxFileSize(Integer maxFileSize) |
A |
withNewDestination(String arg0)
Deprecated.
|
A |
withNewSyslogFacility(String arg0)
Deprecated.
|
A |
withRateLimit(Integer rateLimit) |
A |
withSyslogFacility(String syslogFacility) |
String getDestination()
Boolean hasDestination()
@Deprecated A withNewDestination(String arg0)
Integer getMaxFileSize()
Boolean hasMaxFileSize()
Integer getRateLimit()
Boolean hasRateLimit()
String getSyslogFacility()
Boolean hasSyslogFacility()
@Deprecated A withNewSyslogFacility(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.