public interface ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountName() |
String |
getCloudName() |
String |
getContainer() |
Boolean |
hasAccountName() |
Boolean |
hasCloudName() |
Boolean |
hasContainer() |
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.
|
String getAccountName()
Boolean hasAccountName()
@Deprecated A withNewAccountName(String arg0)
String getCloudName()
Boolean hasCloudName()
@Deprecated A withNewCloudName(String arg0)
String getContainer()
Boolean hasContainer()
@Deprecated A withNewContainer(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.