public class RelatedResourceMetaFluentImpl<A extends RelatedResourceMetaFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RelatedResourceMetaFluent<A>
| Constructor and Description |
|---|
RelatedResourceMetaFluentImpl() |
RelatedResourceMetaFluentImpl(RelatedResourceMeta instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroup() |
String |
getName() |
String |
getNamespace() |
String |
getResource() |
String |
getVersion() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasResource() |
Boolean |
hasVersion() |
A |
withGroup(String group) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withNewGroup(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewNamespace(String arg0)
Deprecated.
|
A |
withNewResource(String arg0)
Deprecated.
|
A |
withNewVersion(String arg0)
Deprecated.
|
A |
withResource(String resource) |
A |
withVersion(String version) |
public RelatedResourceMetaFluentImpl()
public RelatedResourceMetaFluentImpl(RelatedResourceMeta instance)
public String getGroup()
getGroup in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public A withGroup(String group)
withGroup in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public Boolean hasGroup()
hasGroup in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>@Deprecated public A withNewGroup(String arg0)
withNewGroup in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public String getName()
getName in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public A withName(String name)
withName in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public Boolean hasName()
hasName in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public String getNamespace()
getNamespace in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public A withNamespace(String namespace)
withNamespace in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public Boolean hasNamespace()
hasNamespace in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>@Deprecated public A withNewNamespace(String arg0)
withNewNamespace in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public String getResource()
getResource in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public A withResource(String resource)
withResource in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public Boolean hasResource()
hasResource in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>@Deprecated public A withNewResource(String arg0)
withNewResource in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public String getVersion()
getVersion in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public A withVersion(String version)
withVersion in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>public Boolean hasVersion()
hasVersion in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface RelatedResourceMetaFluent<A extends RelatedResourceMetaFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.