Interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
WebhookClientConfigFluent.ServiceNested<N>
- All Known Implementing Classes:
DoneableServiceReference,ServiceReferenceBuilder,ServiceReferenceFluentImpl,WebhookClientConfigFluentImpl.ServiceNestedImpl
public interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetName()StringgetNamespace()StringgetPath()IntegergetPort()BooleanhasName()BooleanhasNamespace()BooleanhasPath()BooleanhasPort()AwithName(String name)AwithNamespace(String namespace)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewNamespace(String arg1)AwithNewNamespace(StringBuffer arg1)AwithNewNamespace(StringBuilder arg1)AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithNewPort(int arg1)AwithNewPort(String arg1)AwithPath(String path)AwithPort(Integer port)
-
Method Details
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
getNamespace
String getNamespace() -
withNamespace
-
hasNamespace
Boolean hasNamespace() -
withNewNamespace
-
withNewNamespace
-
withNewNamespace
-
getPath
String getPath() -
withPath
-
hasPath
Boolean hasPath() -
withNewPath
-
withNewPath
-
withNewPath
-
getPort
Integer getPort() -
withPort
-
hasPort
Boolean hasPort() -
withNewPort
-
withNewPort
-