public class CustomResourceFluentImpl<S,T,A extends CustomResourceFluent<S,T,A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomResourceFluent<S,T,A>
| Constructor and Description |
|---|
CustomResourceFluentImpl() |
CustomResourceFluentImpl(CustomResource<S,T> instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
io.fabric8.kubernetes.api.model.ObjectMeta |
getMetadata() |
S |
getSpec() |
T |
getStatus() |
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasMetadata() |
Boolean |
hasSpec() |
Boolean |
hasStatus() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata) |
A |
withNewApiVersion(String arg1) |
A |
withNewApiVersion(StringBuffer arg1) |
A |
withNewApiVersion(StringBuilder arg1) |
A |
withNewKind(String arg1) |
A |
withNewKind(StringBuffer arg1) |
A |
withNewKind(StringBuilder arg1) |
A |
withSpec(S spec) |
A |
withStatus(T status) |
public CustomResourceFluentImpl()
public CustomResourceFluentImpl(CustomResource<S,T> instance)
public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
getMetadata in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
withMetadata in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public Boolean hasMetadata()
hasMetadata in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public S getSpec()
getSpec in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public A withSpec(S spec)
withSpec in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public Boolean hasSpec()
hasSpec in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public T getStatus()
getStatus in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public A withStatus(T status)
withStatus in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public Boolean hasStatus()
hasStatus in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public String getKind()
getKind in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public A withKind(String kind)
withKind in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public Boolean hasKind()
hasKind in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public A withNewKind(String arg1)
withNewKind in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public String getApiVersion()
getApiVersion in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public A withApiVersion(String apiVersion)
withApiVersion in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public Boolean hasApiVersion()
hasApiVersion in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface CustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>Copyright © 2015–2021 Red Hat. All rights reserved.