public interface PodStatusFluent<A extends PodStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getHostIP() |
String |
getMessage() |
String |
getName() |
String |
getNamespace() |
String |
getPodIP() |
Boolean |
hasAction() |
Boolean |
hasHostIP() |
Boolean |
hasMessage() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasPodIP() |
A |
withAction(String action) |
A |
withHostIP(String hostIP) |
A |
withMessage(String message) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withPodIP(String podIP) |
String getAction()
Boolean hasAction()
String getHostIP()
Boolean hasHostIP()
String getMessage()
Boolean hasMessage()
String getName()
Boolean hasName()
String getNamespace()
Boolean hasNamespace()
String getPodIP()
Boolean hasPodIP()
Copyright © 2015–2022 Red Hat. All rights reserved.