public class PodStatusFluentImpl<A extends PodStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PodStatusFluent<A>
| Constructor and Description |
|---|
PodStatusFluentImpl() |
PodStatusFluentImpl(PodStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAction() |
String |
getHostIP() |
String |
getMessage() |
String |
getName() |
String |
getNamespace() |
String |
getPodIP() |
Boolean |
hasAction() |
int |
hashCode() |
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 |
withNewAction(String arg0)
Deprecated.
|
A |
withNewHostIP(String arg0)
Deprecated.
|
A |
withNewMessage(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewNamespace(String arg0)
Deprecated.
|
A |
withNewPodIP(String arg0)
Deprecated.
|
A |
withPodIP(String podIP) |
public PodStatusFluentImpl()
public PodStatusFluentImpl(PodStatus instance)
public String getAction()
getAction in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withAction(String action)
withAction in interface PodStatusFluent<A extends PodStatusFluent<A>>public Boolean hasAction()
hasAction in interface PodStatusFluent<A extends PodStatusFluent<A>>@Deprecated public A withNewAction(String arg0)
withNewAction in interface PodStatusFluent<A extends PodStatusFluent<A>>public String getHostIP()
getHostIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withHostIP(String hostIP)
withHostIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public Boolean hasHostIP()
hasHostIP in interface PodStatusFluent<A extends PodStatusFluent<A>>@Deprecated public A withNewHostIP(String arg0)
withNewHostIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public String getMessage()
getMessage in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withMessage(String message)
withMessage in interface PodStatusFluent<A extends PodStatusFluent<A>>public Boolean hasMessage()
hasMessage in interface PodStatusFluent<A extends PodStatusFluent<A>>@Deprecated public A withNewMessage(String arg0)
withNewMessage in interface PodStatusFluent<A extends PodStatusFluent<A>>public String getName()
getName in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withName(String name)
withName in interface PodStatusFluent<A extends PodStatusFluent<A>>public Boolean hasName()
hasName in interface PodStatusFluent<A extends PodStatusFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface PodStatusFluent<A extends PodStatusFluent<A>>public String getNamespace()
getNamespace in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNamespace(String namespace)
withNamespace in interface PodStatusFluent<A extends PodStatusFluent<A>>public Boolean hasNamespace()
hasNamespace in interface PodStatusFluent<A extends PodStatusFluent<A>>@Deprecated public A withNewNamespace(String arg0)
withNewNamespace in interface PodStatusFluent<A extends PodStatusFluent<A>>public String getPodIP()
getPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withPodIP(String podIP)
withPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public Boolean hasPodIP()
hasPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>@Deprecated public A withNewPodIP(String arg0)
withNewPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.