static KubernetesApiCallAction.Builder |
KubernetesApiCallAction.builder() |
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.namespace(String namespace) |
The name of the namespace where the Kubernetes API call action takes place.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.parameters(String parameters) |
Parameters related to the Kubernetes API call action.
|
default KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails) |
Sets the value of the RemoteIpDetails property for this object.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.remoteIpDetails(RemoteIpDetails remoteIpDetails) |
Sets the value of the RemoteIpDetails property for this object.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.requestUri(String requestUri) |
The Kubernetes API request URI.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.resource(String resource) |
The resource component in the Kubernetes API call action.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.resourceName(String resourceName) |
The name of the resource in the Kubernetes API call action.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.sourceIps(String... sourceIps) |
The IP of the Kubernetes API caller and the IPs of any proxies or load balancers between the caller and the
API endpoint.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.sourceIps(Collection<String> sourceIps) |
The IP of the Kubernetes API caller and the IPs of any proxies or load balancers between the caller and the
API endpoint.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.statusCode(Integer statusCode) |
The resulting HTTP response code of the Kubernetes API call action.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.subresource(String subresource) |
The name of the sub-resource in the Kubernetes API call action.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.toBuilder() |
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.userAgent(String userAgent) |
The user agent of the caller of the Kubernetes API.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.verb(String verb) |
The Kubernetes API request HTTP verb.
|