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 |
getGroup() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
Boolean |
hasApiVersion() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
String |
toString() |
A |
withApiVersion(String apiVersion) |
A |
withGroup(String group) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>public String getGroup()
getGroup in interface KReferenceFluent<A extends KReferenceFluent<A>>public A withGroup(String group)
withGroup in interface KReferenceFluent<A extends KReferenceFluent<A>>public Boolean hasGroup()
hasGroup 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>>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>>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>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KReferenceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KReferenceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.