public class ServiceFluent<A extends ServiceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ServiceFluent() |
ServiceFluent(Service instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(Service instance) |
boolean |
equals(Object o) |
String |
getEnvVarPrefix() |
String |
getGroup() |
String |
getId() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
String |
getVersion() |
boolean |
hasEnvVarPrefix() |
boolean |
hasGroup() |
int |
hashCode() |
boolean |
hasId() |
boolean |
hasKind() |
boolean |
hasName() |
boolean |
hasNamespace() |
boolean |
hasVersion() |
String |
toString() |
A |
withEnvVarPrefix(String envVarPrefix) |
A |
withGroup(String group) |
A |
withId(String id) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withVersion(String version) |
public ServiceFluent()
public ServiceFluent(Service instance)
protected void copyInstance(Service instance)
public String getGroup()
public boolean hasGroup()
public String getVersion()
public boolean hasVersion()
public String getKind()
public boolean hasKind()
public String getName()
public boolean hasName()
public String getId()
public boolean hasId()
public String getNamespace()
public boolean hasNamespace()
public String getEnvVarPrefix()
public boolean hasEnvVarPrefix()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceFluent<A>>Copyright © 2018–2024 Red Hat. All rights reserved.