public class PolicyAuditConfigFluent<A extends PolicyAuditConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
PolicyAuditConfigFluent() |
PolicyAuditConfigFluent(PolicyAuditConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDestination() |
Integer |
getMaxFileSize() |
Integer |
getMaxLogFiles() |
Integer |
getRateLimit() |
String |
getSyslogFacility() |
boolean |
hasAdditionalProperties() |
boolean |
hasDestination() |
int |
hashCode() |
boolean |
hasMaxFileSize() |
boolean |
hasMaxLogFiles() |
boolean |
hasRateLimit() |
boolean |
hasSyslogFacility() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDestination(String destination) |
A |
withMaxFileSize(Integer maxFileSize) |
A |
withMaxLogFiles(Integer maxLogFiles) |
A |
withRateLimit(Integer rateLimit) |
A |
withSyslogFacility(String syslogFacility) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PolicyAuditConfigFluent()
public PolicyAuditConfigFluent(PolicyAuditConfig instance)
public String getDestination()
public boolean hasDestination()
public Integer getMaxFileSize()
public boolean hasMaxFileSize()
public Integer getMaxLogFiles()
public boolean hasMaxLogFiles()
public Integer getRateLimit()
public boolean hasRateLimit()
public String getSyslogFacility()
public boolean hasSyslogFacility()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PolicyAuditConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PolicyAuditConfigFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.