public interface ImageRegistryConfigStorageIBMCOSFluent<A extends ImageRegistryConfigStorageIBMCOSFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getBucket() |
String |
getLocation() |
String |
getResourceGroupName() |
String |
getResourceKeyCRN() |
String |
getServiceInstanceCRN() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasBucket() |
Boolean |
hasLocation() |
Boolean |
hasResourceGroupName() |
Boolean |
hasResourceKeyCRN() |
Boolean |
hasServiceInstanceCRN() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withBucket(String bucket) |
A |
withLocation(String location) |
A |
withResourceGroupName(String resourceGroupName) |
A |
withResourceKeyCRN(String resourceKeyCRN) |
A |
withServiceInstanceCRN(String serviceInstanceCRN) |
String getBucket()
Boolean hasBucket()
String getLocation()
Boolean hasLocation()
String getResourceGroupName()
Boolean hasResourceGroupName()
String getResourceKeyCRN()
Boolean hasResourceKeyCRN()
String getServiceInstanceCRN()
Boolean hasServiceInstanceCRN()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.