public class V1alpha1ServiceReference extends Object
Constructor and Description |
---|
V1alpha1ServiceReference() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
`name` is the name of the service.
|
String |
getNamespace()
`namespace` is the namespace of the service.
|
String |
getPath()
`path` is an optional URL path which will be sent in any request to this service.
|
int |
hashCode() |
V1alpha1ServiceReference |
name(String name) |
V1alpha1ServiceReference |
namespace(String namespace) |
V1alpha1ServiceReference |
path(String path) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setPath(String path) |
String |
toString() |
public V1alpha1ServiceReference name(String name)
public String getName()
public void setName(String name)
public V1alpha1ServiceReference namespace(String namespace)
public String getNamespace()
public void setNamespace(String namespace)
public V1alpha1ServiceReference path(String path)
public String getPath()
public void setPath(String path)
Copyright © 2019. All rights reserved.