public class StepResourceFluentImpl<A extends StepResourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StepResourceFluent<A>
| Constructor and Description |
|---|
StepResourceFluentImpl() |
StepResourceFluentImpl(StepResource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroup() |
String |
getKind() |
String |
getManifest() |
String |
getName() |
String |
getSourceName() |
String |
getSourceNamespace() |
String |
getVersion() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasManifest() |
Boolean |
hasName() |
Boolean |
hasSourceName() |
Boolean |
hasSourceNamespace() |
Boolean |
hasVersion() |
A |
withGroup(String group) |
A |
withKind(String kind) |
A |
withManifest(String manifest) |
A |
withName(String name) |
A |
withNewGroup(String arg0)
Deprecated.
|
A |
withNewKind(String arg0)
Deprecated.
|
A |
withNewManifest(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewSourceName(String arg0)
Deprecated.
|
A |
withNewSourceNamespace(String arg0)
Deprecated.
|
A |
withNewVersion(String arg0)
Deprecated.
|
A |
withSourceName(String sourceName) |
A |
withSourceNamespace(String sourceNamespace) |
A |
withVersion(String version) |
public StepResourceFluentImpl()
public StepResourceFluentImpl(StepResource instance)
public String getGroup()
getGroup in interface StepResourceFluent<A extends StepResourceFluent<A>>public A withGroup(String group)
withGroup in interface StepResourceFluent<A extends StepResourceFluent<A>>public Boolean hasGroup()
hasGroup in interface StepResourceFluent<A extends StepResourceFluent<A>>@Deprecated public A withNewGroup(String arg0)
withNewGroup in interface StepResourceFluent<A extends StepResourceFluent<A>>public String getKind()
getKind in interface StepResourceFluent<A extends StepResourceFluent<A>>public A withKind(String kind)
withKind in interface StepResourceFluent<A extends StepResourceFluent<A>>public Boolean hasKind()
hasKind in interface StepResourceFluent<A extends StepResourceFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface StepResourceFluent<A extends StepResourceFluent<A>>public String getManifest()
getManifest in interface StepResourceFluent<A extends StepResourceFluent<A>>public A withManifest(String manifest)
withManifest in interface StepResourceFluent<A extends StepResourceFluent<A>>public Boolean hasManifest()
hasManifest in interface StepResourceFluent<A extends StepResourceFluent<A>>@Deprecated public A withNewManifest(String arg0)
withNewManifest in interface StepResourceFluent<A extends StepResourceFluent<A>>public String getName()
getName in interface StepResourceFluent<A extends StepResourceFluent<A>>public A withName(String name)
withName in interface StepResourceFluent<A extends StepResourceFluent<A>>public Boolean hasName()
hasName in interface StepResourceFluent<A extends StepResourceFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface StepResourceFluent<A extends StepResourceFluent<A>>public String getSourceName()
getSourceName in interface StepResourceFluent<A extends StepResourceFluent<A>>public A withSourceName(String sourceName)
withSourceName in interface StepResourceFluent<A extends StepResourceFluent<A>>public Boolean hasSourceName()
hasSourceName in interface StepResourceFluent<A extends StepResourceFluent<A>>@Deprecated public A withNewSourceName(String arg0)
withNewSourceName in interface StepResourceFluent<A extends StepResourceFluent<A>>public String getSourceNamespace()
getSourceNamespace in interface StepResourceFluent<A extends StepResourceFluent<A>>public A withSourceNamespace(String sourceNamespace)
withSourceNamespace in interface StepResourceFluent<A extends StepResourceFluent<A>>public Boolean hasSourceNamespace()
hasSourceNamespace in interface StepResourceFluent<A extends StepResourceFluent<A>>@Deprecated public A withNewSourceNamespace(String arg0)
withNewSourceNamespace in interface StepResourceFluent<A extends StepResourceFluent<A>>public String getVersion()
getVersion in interface StepResourceFluent<A extends StepResourceFluent<A>>public A withVersion(String version)
withVersion in interface StepResourceFluent<A extends StepResourceFluent<A>>public Boolean hasVersion()
hasVersion in interface StepResourceFluent<A extends StepResourceFluent<A>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface StepResourceFluent<A extends StepResourceFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.