public class APIVersionKindFluentImpl<A extends APIVersionKindFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements APIVersionKindFluent<A>
| Constructor and Description |
|---|
APIVersionKindFluentImpl() |
APIVersionKindFluentImpl(APIVersionKind instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withNewApiVersion(String arg0)
Deprecated.
|
A |
withNewKind(String arg0)
Deprecated.
|
public APIVersionKindFluentImpl()
public APIVersionKindFluentImpl(APIVersionKind instance)
public String getApiVersion()
getApiVersion in interface APIVersionKindFluent<A extends APIVersionKindFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface APIVersionKindFluent<A extends APIVersionKindFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface APIVersionKindFluent<A extends APIVersionKindFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface APIVersionKindFluent<A extends APIVersionKindFluent<A>>public String getKind()
getKind in interface APIVersionKindFluent<A extends APIVersionKindFluent<A>>public A withKind(String kind)
withKind in interface APIVersionKindFluent<A extends APIVersionKindFluent<A>>public Boolean hasKind()
hasKind in interface APIVersionKindFluent<A extends APIVersionKindFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface APIVersionKindFluent<A extends APIVersionKindFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.