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 |
|---|---|
boolean |
equals(Object o) |
String |
getBucket() |
String |
getKeyID() |
String |
getProjectID() |
String |
getRegion() |
Boolean |
hasBucket() |
int |
hashCode() |
Boolean |
hasKeyID() |
Boolean |
hasProjectID() |
Boolean |
hasRegion() |
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>>Copyright © 2015–2020 Red Hat. All rights reserved.