public class CustomResourceFluentImpl<A extends CustomResourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomResourceFluent<A>
| Constructor and Description |
|---|
CustomResourceFluentImpl() |
CustomResourceFluentImpl(CustomResource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
io.fabric8.kubernetes.api.model.ObjectMeta |
getMetadata() |
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasMetadata() |
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) |
public CustomResourceFluentImpl()
public CustomResourceFluentImpl(CustomResource instance)
public String getKind()
getKind in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public A withKind(String kind)
withKind in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public Boolean hasKind()
hasKind in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public A withNewKind(String arg1)
withNewKind in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public String getApiVersion()
getApiVersion in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
getMetadata in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
withMetadata in interface CustomResourceFluent<A extends CustomResourceFluent<A>>public Boolean hasMetadata()
hasMetadata in interface CustomResourceFluent<A extends CustomResourceFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.