public interface PolicyAuditConfigFluent<A extends PolicyAuditConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDestination() |
Integer |
getMaxFileSize() |
Integer |
getRateLimit() |
String |
getSyslogFacility() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDestination() |
Boolean |
hasMaxFileSize() |
Boolean |
hasRateLimit() |
Boolean |
hasSyslogFacility() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDestination(String destination) |
A |
withMaxFileSize(Integer maxFileSize) |
A |
withRateLimit(Integer rateLimit) |
A |
withSyslogFacility(String syslogFacility) |
String getDestination()
Boolean hasDestination()
Integer getMaxFileSize()
Boolean hasMaxFileSize()
Integer getRateLimit()
Boolean hasRateLimit()
String getSyslogFacility()
Boolean hasSyslogFacility()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.