public class V1alpha1TestToolSpec extends Object
| Constructor and Description |
|---|
V1alpha1TestToolSpec() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1TestToolSpec |
_public(Boolean _public) |
V1alpha1TestToolSpec |
data(Map<String,String> data) |
boolean |
equals(Object o) |
Map<String,String> |
getData()
Data defines the data.
|
V1alpha1HostPort |
getHttp()
Get http
|
V1alpha1SecretKeySetRef |
getSecret()
Get secret
|
String |
getType()
Type defines the service type.
|
int |
hashCode() |
V1alpha1TestToolSpec |
http(V1alpha1HostPort http) |
Boolean |
isPublic()
Public defines the public of the service.
|
V1alpha1TestToolSpec |
putDataItem(String key,
String dataItem) |
V1alpha1TestToolSpec |
secret(V1alpha1SecretKeySetRef secret) |
void |
setData(Map<String,String> data) |
void |
setHttp(V1alpha1HostPort http) |
void |
setPublic(Boolean _public) |
void |
setSecret(V1alpha1SecretKeySetRef secret) |
void |
setType(String type) |
String |
toString() |
V1alpha1TestToolSpec |
type(String type) |
public V1alpha1TestToolSpec data(Map<String,String> data)
public V1alpha1TestToolSpec putDataItem(String key, String dataItem)
public V1alpha1TestToolSpec http(V1alpha1HostPort http)
public V1alpha1HostPort getHttp()
public void setHttp(V1alpha1HostPort http)
public V1alpha1TestToolSpec _public(Boolean _public)
public Boolean isPublic()
public void setPublic(Boolean _public)
public V1alpha1TestToolSpec secret(V1alpha1SecretKeySetRef secret)
public V1alpha1SecretKeySetRef getSecret()
public void setSecret(V1alpha1SecretKeySetRef secret)
public V1alpha1TestToolSpec type(String type)
public String getType()
public void setType(String type)
Copyright © 2019. All rights reserved.