public class ImageRegistryConfigStorageAzureFluentImpl<A extends ImageRegistryConfigStorageAzureFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageRegistryConfigStorageAzureFluent<A>
| Constructor and Description |
|---|
ImageRegistryConfigStorageAzureFluentImpl() |
ImageRegistryConfigStorageAzureFluentImpl(ImageRegistryConfigStorageAzure instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountName() |
String |
getCloudName() |
String |
getContainer() |
Boolean |
hasAccountName() |
Boolean |
hasCloudName() |
Boolean |
hasContainer() |
int |
hashCode() |
A |
withAccountName(String accountName) |
A |
withCloudName(String cloudName) |
A |
withContainer(String container) |
A |
withNewAccountName(String arg0)
Deprecated.
|
A |
withNewCloudName(String arg0)
Deprecated.
|
A |
withNewContainer(String arg0)
Deprecated.
|
public ImageRegistryConfigStorageAzureFluentImpl()
public ImageRegistryConfigStorageAzureFluentImpl(ImageRegistryConfigStorageAzure instance)
public String getAccountName()
getAccountName in interface ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>public A withAccountName(String accountName)
withAccountName in interface ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>public Boolean hasAccountName()
hasAccountName in interface ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>@Deprecated public A withNewAccountName(String arg0)
withNewAccountName in interface ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>public String getCloudName()
getCloudName in interface ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>public A withCloudName(String cloudName)
withCloudName in interface ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>public Boolean hasCloudName()
hasCloudName in interface ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>@Deprecated public A withNewCloudName(String arg0)
withNewCloudName in interface ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>public String getContainer()
getContainer in interface ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>public A withContainer(String container)
withContainer in interface ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>public Boolean hasContainer()
hasContainer in interface ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>@Deprecated public A withNewContainer(String arg0)
withNewContainer in interface ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.