public class KReferenceFluentImpl<A extends KReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KReferenceFluent<A>
| Constructor and Description |
|---|
KReferenceFluentImpl() |
KReferenceFluentImpl(KReference instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withNewApiVersion(String arg0)
Deprecated.
|
A |
withNewKind(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewNamespace(String arg0)
Deprecated.
|
public KReferenceFluentImpl()
public KReferenceFluentImpl(KReference instance)
public String getApiVersion()
getApiVersion in interface KReferenceFluent<A extends KReferenceFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface KReferenceFluent<A extends KReferenceFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface KReferenceFluent<A extends KReferenceFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface KReferenceFluent<A extends KReferenceFluent<A>>public String getKind()
getKind in interface KReferenceFluent<A extends KReferenceFluent<A>>public A withKind(String kind)
withKind in interface KReferenceFluent<A extends KReferenceFluent<A>>public Boolean hasKind()
hasKind in interface KReferenceFluent<A extends KReferenceFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface KReferenceFluent<A extends KReferenceFluent<A>>public String getName()
getName in interface KReferenceFluent<A extends KReferenceFluent<A>>public A withName(String name)
withName in interface KReferenceFluent<A extends KReferenceFluent<A>>public Boolean hasName()
hasName in interface KReferenceFluent<A extends KReferenceFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface KReferenceFluent<A extends KReferenceFluent<A>>public String getNamespace()
getNamespace in interface KReferenceFluent<A extends KReferenceFluent<A>>public A withNamespace(String namespace)
withNamespace in interface KReferenceFluent<A extends KReferenceFluent<A>>public Boolean hasNamespace()
hasNamespace in interface KReferenceFluent<A extends KReferenceFluent<A>>@Deprecated public A withNewNamespace(String arg0)
withNewNamespace in interface KReferenceFluent<A extends KReferenceFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.