Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1HTTPGetAction |
V1HTTPGetAction.addHttpHeadersItem(V1HTTPHeader httpHeadersItem) |
V1HTTPGetAction |
V1Probe.getHttpGet()
Get httpGet
|
V1HTTPGetAction |
V1LifecycleHandler.getHttpGet()
Get httpGet
|
V1HTTPGetAction |
V1HTTPGetAction.host(String host) |
V1HTTPGetAction |
V1HTTPGetAction.httpHeaders(List<V1HTTPHeader> httpHeaders) |
V1HTTPGetAction |
V1HTTPGetAction.path(String path) |
V1HTTPGetAction |
V1HTTPGetAction.port(IntOrString port) |
V1HTTPGetAction |
V1HTTPGetAction.scheme(String scheme) |
Modifier and Type | Method and Description |
---|---|
V1Probe |
V1Probe.httpGet(V1HTTPGetAction httpGet) |
V1LifecycleHandler |
V1LifecycleHandler.httpGet(V1HTTPGetAction httpGet) |
void |
V1Probe.setHttpGet(V1HTTPGetAction httpGet) |
void |
V1LifecycleHandler.setHttpGet(V1HTTPGetAction httpGet) |
Copyright © 2022. All rights reserved.