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(byte[] arg1) |
A |
withNewAction(byte[] arg1,
int arg2) |
A |
withNewAction(byte[] arg1,
int arg2,
int arg3) |
A |
withNewAction(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewAction(char[] arg1) |
A |
withNewAction(char[] arg1,
int arg2,
int arg3) |
A |
withNewAction(int[] arg1,
int arg2,
int arg3) |
A |
withNewAction(String arg1) |
A |
withNewAction(StringBuffer arg1) |
A |
withNewAction(StringBuilder arg1) |
A |
withNewHostIP(byte[] arg1) |
A |
withNewHostIP(byte[] arg1,
int arg2) |
A |
withNewHostIP(byte[] arg1,
int arg2,
int arg3) |
A |
withNewHostIP(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewHostIP(char[] arg1) |
A |
withNewHostIP(char[] arg1,
int arg2,
int arg3) |
A |
withNewHostIP(int[] arg1,
int arg2,
int arg3) |
A |
withNewHostIP(String arg1) |
A |
withNewHostIP(StringBuffer arg1) |
A |
withNewHostIP(StringBuilder arg1) |
A |
withNewMessage(byte[] arg1) |
A |
withNewMessage(byte[] arg1,
int arg2) |
A |
withNewMessage(byte[] arg1,
int arg2,
int arg3) |
A |
withNewMessage(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewMessage(char[] arg1) |
A |
withNewMessage(char[] arg1,
int arg2,
int arg3) |
A |
withNewMessage(int[] arg1,
int arg2,
int arg3) |
A |
withNewMessage(String arg1) |
A |
withNewMessage(StringBuffer arg1) |
A |
withNewMessage(StringBuilder arg1) |
A |
withNewName(byte[] arg1) |
A |
withNewName(byte[] arg1,
int arg2) |
A |
withNewName(byte[] arg1,
int arg2,
int arg3) |
A |
withNewName(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewName(char[] arg1) |
A |
withNewName(char[] arg1,
int arg2,
int arg3) |
A |
withNewName(int[] arg1,
int arg2,
int arg3) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
A |
withNewNamespace(byte[] arg1) |
A |
withNewNamespace(byte[] arg1,
int arg2) |
A |
withNewNamespace(byte[] arg1,
int arg2,
int arg3) |
A |
withNewNamespace(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewNamespace(char[] arg1) |
A |
withNewNamespace(char[] arg1,
int arg2,
int arg3) |
A |
withNewNamespace(int[] arg1,
int arg2,
int arg3) |
A |
withNewNamespace(String arg1) |
A |
withNewNamespace(StringBuffer arg1) |
A |
withNewNamespace(StringBuilder arg1) |
A |
withNewPodIP(byte[] arg1) |
A |
withNewPodIP(byte[] arg1,
int arg2) |
A |
withNewPodIP(byte[] arg1,
int arg2,
int arg3) |
A |
withNewPodIP(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewPodIP(char[] arg1) |
A |
withNewPodIP(char[] arg1,
int arg2,
int arg3) |
A |
withNewPodIP(int[] arg1,
int arg2,
int arg3) |
A |
withNewPodIP(String arg1) |
A |
withNewPodIP(StringBuffer arg1) |
A |
withNewPodIP(StringBuilder arg1) |
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>>public A withNewAction(StringBuilder arg1)
withNewAction in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewAction(int[] arg1, int arg2, int arg3)
withNewAction in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewAction(char[] arg1)
withNewAction in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewAction(StringBuffer arg1)
withNewAction in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewAction(byte[] arg1, int arg2)
withNewAction in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewAction(byte[] arg1)
withNewAction in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewAction(char[] arg1, int arg2, int arg3)
withNewAction in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewAction(byte[] arg1, int arg2, int arg3)
withNewAction in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewAction(byte[] arg1, int arg2, int arg3, int arg4)
withNewAction in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewAction(String arg1)
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>>public A withNewHostIP(StringBuilder arg1)
withNewHostIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewHostIP(int[] arg1, int arg2, int arg3)
withNewHostIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewHostIP(char[] arg1)
withNewHostIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewHostIP(StringBuffer arg1)
withNewHostIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewHostIP(byte[] arg1, int arg2)
withNewHostIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewHostIP(byte[] arg1)
withNewHostIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewHostIP(char[] arg1, int arg2, int arg3)
withNewHostIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewHostIP(byte[] arg1, int arg2, int arg3)
withNewHostIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewHostIP(byte[] arg1, int arg2, int arg3, int arg4)
withNewHostIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewHostIP(String arg1)
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>>public A withNewMessage(StringBuilder arg1)
withNewMessage in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewMessage(int[] arg1, int arg2, int arg3)
withNewMessage in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewMessage(char[] arg1)
withNewMessage in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewMessage(StringBuffer arg1)
withNewMessage in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewMessage(byte[] arg1, int arg2)
withNewMessage in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewMessage(byte[] arg1)
withNewMessage in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewMessage(char[] arg1, int arg2, int arg3)
withNewMessage in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewMessage(byte[] arg1, int arg2, int arg3)
withNewMessage in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewMessage(byte[] arg1, int arg2, int arg3, int arg4)
withNewMessage in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewMessage(String arg1)
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>>public A withNewName(StringBuilder arg1)
withNewName in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewName(int[] arg1, int arg2, int arg3)
withNewName in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewName(char[] arg1)
withNewName in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewName(byte[] arg1, int arg2)
withNewName in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewName(byte[] arg1)
withNewName in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewName(char[] arg1, int arg2, int arg3)
withNewName in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3)
withNewName in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3, int arg4)
withNewName in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewName(String arg1)
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>>public A withNewNamespace(StringBuilder arg1)
withNewNamespace in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewNamespace(int[] arg1, int arg2, int arg3)
withNewNamespace in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewNamespace(char[] arg1)
withNewNamespace in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewNamespace(StringBuffer arg1)
withNewNamespace in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewNamespace(byte[] arg1, int arg2)
withNewNamespace in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewNamespace(byte[] arg1)
withNewNamespace in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewNamespace(char[] arg1, int arg2, int arg3)
withNewNamespace in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewNamespace(byte[] arg1, int arg2, int arg3)
withNewNamespace in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewNamespace(byte[] arg1, int arg2, int arg3, int arg4)
withNewNamespace in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewNamespace(String arg1)
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>>public A withNewPodIP(StringBuilder arg1)
withNewPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewPodIP(int[] arg1, int arg2, int arg3)
withNewPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewPodIP(char[] arg1)
withNewPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewPodIP(StringBuffer arg1)
withNewPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewPodIP(byte[] arg1, int arg2)
withNewPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewPodIP(byte[] arg1)
withNewPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewPodIP(char[] arg1, int arg2, int arg3)
withNewPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewPodIP(byte[] arg1, int arg2, int arg3)
withNewPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewPodIP(byte[] arg1, int arg2, int arg3, int arg4)
withNewPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>public A withNewPodIP(String arg1)
withNewPodIP in interface PodStatusFluent<A extends PodStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.