public class AdmissionregistrationV1beta1ServiceReference extends Object
Constructor and Description |
---|
AdmissionregistrationV1beta1ServiceReference() |
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() |
AdmissionregistrationV1beta1ServiceReference |
name(String name) |
AdmissionregistrationV1beta1ServiceReference |
namespace(String namespace) |
AdmissionregistrationV1beta1ServiceReference |
path(String path) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setPath(String path) |
String |
toString() |
public AdmissionregistrationV1beta1ServiceReference()
public AdmissionregistrationV1beta1ServiceReference name(String name)
public String getName()
public void setName(String name)
public AdmissionregistrationV1beta1ServiceReference namespace(String namespace)
public String getNamespace()
public void setNamespace(String namespace)
public AdmissionregistrationV1beta1ServiceReference path(String path)
public String getPath()
public void setPath(String path)
Copyright © 2018. All rights reserved.