public class APIResourceReferenceFluentImpl<A extends APIResourceReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements APIResourceReferenceFluent<A>
| Constructor and Description |
|---|
APIResourceReferenceFluentImpl() |
APIResourceReferenceFluentImpl(APIResourceReference instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKind() |
String |
getName() |
String |
getVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasVersion() |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNewKind(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewVersion(String arg0)
Deprecated.
|
A |
withVersion(String version) |
public APIResourceReferenceFluentImpl()
public APIResourceReferenceFluentImpl(APIResourceReference instance)
public String getKind()
getKind in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public A withKind(String kind)
withKind in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public Boolean hasKind()
hasKind in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public String getName()
getName in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public A withName(String name)
withName in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public Boolean hasName()
hasName in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public String getVersion()
getVersion in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public A withVersion(String version)
withVersion in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>public Boolean hasVersion()
hasVersion in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface APIResourceReferenceFluent<A extends APIResourceReferenceFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.