@Generated(value="jsonschema2pojo") public class AccessLogging extends Object implements io.fabric8.kubernetes.api.builder.Editable<AccessLoggingBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
AccessLogging()
No args constructor for use in serialization
|
AccessLogging(LoggingDestination destination,
List<IngressControllerCaptureHTTPCookie> httpCaptureCookies,
IngressControllerCaptureHTTPHeaders httpCaptureHeaders,
String httpLogFormat,
String logEmptyRequests) |
| Modifier and Type | Method and Description |
|---|---|
AccessLoggingBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
LoggingDestination |
getDestination() |
List<IngressControllerCaptureHTTPCookie> |
getHttpCaptureCookies() |
IngressControllerCaptureHTTPHeaders |
getHttpCaptureHeaders() |
String |
getHttpLogFormat() |
String |
getLogEmptyRequests() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDestination(LoggingDestination destination) |
void |
setHttpCaptureCookies(List<IngressControllerCaptureHTTPCookie> httpCaptureCookies) |
void |
setHttpCaptureHeaders(IngressControllerCaptureHTTPHeaders httpCaptureHeaders) |
void |
setHttpLogFormat(String httpLogFormat) |
void |
setLogEmptyRequests(String logEmptyRequests) |
AccessLoggingBuilder |
toBuilder() |
public AccessLogging()
public AccessLogging(LoggingDestination destination, List<IngressControllerCaptureHTTPCookie> httpCaptureCookies, IngressControllerCaptureHTTPHeaders httpCaptureHeaders, String httpLogFormat, String logEmptyRequests)
public LoggingDestination getDestination()
public void setDestination(LoggingDestination destination)
public List<IngressControllerCaptureHTTPCookie> getHttpCaptureCookies()
public void setHttpCaptureCookies(List<IngressControllerCaptureHTTPCookie> httpCaptureCookies)
public IngressControllerCaptureHTTPHeaders getHttpCaptureHeaders()
public void setHttpCaptureHeaders(IngressControllerCaptureHTTPHeaders httpCaptureHeaders)
public String getHttpLogFormat()
public void setHttpLogFormat(String httpLogFormat)
public String getLogEmptyRequests()
public void setLogEmptyRequests(String logEmptyRequests)
public AccessLoggingBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<AccessLoggingBuilder>public AccessLoggingBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.