public class ImageRegistryConfigStorageGCSFluentImpl<A extends ImageRegistryConfigStorageGCSFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageRegistryConfigStorageGCSFluent<A>
| Constructor and Description |
|---|
ImageRegistryConfigStorageGCSFluentImpl() |
ImageRegistryConfigStorageGCSFluentImpl(ImageRegistryConfigStorageGCS instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getBucket() |
String |
getKeyID() |
String |
getProjectID() |
String |
getRegion() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasBucket() |
int |
hashCode() |
Boolean |
hasKeyID() |
Boolean |
hasProjectID() |
Boolean |
hasRegion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withBucket(String bucket) |
A |
withKeyID(String keyID) |
A |
withNewBucket(String arg0)
Deprecated.
|
A |
withNewKeyID(String arg0)
Deprecated.
|
A |
withNewProjectID(String arg0)
Deprecated.
|
A |
withNewRegion(String arg0)
Deprecated.
|
A |
withProjectID(String projectID) |
A |
withRegion(String region) |
public ImageRegistryConfigStorageGCSFluentImpl()
public ImageRegistryConfigStorageGCSFluentImpl(ImageRegistryConfigStorageGCS instance)
public String getBucket()
getBucket in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public A withBucket(String bucket)
withBucket in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public Boolean hasBucket()
hasBucket in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>@Deprecated public A withNewBucket(String arg0)
withNewBucket in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public String getKeyID()
getKeyID in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public A withKeyID(String keyID)
withKeyID in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public Boolean hasKeyID()
hasKeyID in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>@Deprecated public A withNewKeyID(String arg0)
withNewKeyID in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public String getProjectID()
getProjectID in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public A withProjectID(String projectID)
withProjectID in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public Boolean hasProjectID()
hasProjectID in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>@Deprecated public A withNewProjectID(String arg0)
withNewProjectID in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public String getRegion()
getRegion in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public A withRegion(String region)
withRegion in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public Boolean hasRegion()
hasRegion in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>@Deprecated public A withNewRegion(String arg0)
withNewRegion in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ImageRegistryConfigStorageGCSFluent<A extends ImageRegistryConfigStorageGCSFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.