public class V1alpha1ImageRegistrySpec extends Object
| Constructor and Description |
|---|
V1alpha1ImageRegistrySpec() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ImageRegistrySpec |
_public(Boolean _public) |
V1alpha1ImageRegistrySpec |
data(Map<String,String> data) |
boolean |
equals(Object o) |
Map<String,String> |
getData()
Get data
|
V1alpha1HostPort |
getHttp()
Get http
|
V1alpha1SecretKeySetRef |
getSecret()
Get secret
|
String |
getType()
Type defines the ImageRegistryType in spec
|
int |
hashCode() |
V1alpha1ImageRegistrySpec |
http(V1alpha1HostPort http) |
Boolean |
isPublic()
Get _public
|
V1alpha1ImageRegistrySpec |
putDataItem(String key,
String dataItem) |
V1alpha1ImageRegistrySpec |
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() |
V1alpha1ImageRegistrySpec |
type(String type) |
public V1alpha1ImageRegistrySpec data(Map<String,String> data)
public V1alpha1ImageRegistrySpec putDataItem(String key, String dataItem)
public V1alpha1ImageRegistrySpec http(V1alpha1HostPort http)
public V1alpha1HostPort getHttp()
public void setHttp(V1alpha1HostPort http)
public V1alpha1ImageRegistrySpec _public(Boolean _public)
public Boolean isPublic()
public void setPublic(Boolean _public)
public V1alpha1ImageRegistrySpec secret(V1alpha1SecretKeySetRef secret)
public V1alpha1SecretKeySetRef getSecret()
public void setSecret(V1alpha1SecretKeySetRef secret)
public V1alpha1ImageRegistrySpec type(String type)
public String getType()
public void setType(String type)
Copyright © 2019. All rights reserved.