All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
ImageRegistryConfigStorageAzure |
buildAzure() |
ImageRegistryConfigStorageEmptyDir |
buildEmptyDir() |
ImageRegistryConfigStorageGCS |
buildGcs() |
ImageRegistryConfigStorageIBMCOS |
buildIbmcos() |
ImageRegistryConfigStorageAlibabaOSS |
buildOss() |
ImageRegistryConfigStoragePVC |
buildPvc() |
ImageRegistryConfigStorageS3 |
buildS3() |
ImageRegistryConfigStorageSwift |
buildSwift() |
protected void |
copyInstance(ImageRegistryConfigStorage instance) |
ImageRegistryConfigStorageFluent.AzureNested<A> |
editAzure() |
ImageRegistryConfigStorageFluent.EmptyDirNested<A> |
editEmptyDir() |
ImageRegistryConfigStorageFluent.GcsNested<A> |
editGcs() |
ImageRegistryConfigStorageFluent.IbmcosNested<A> |
editIbmcos() |
ImageRegistryConfigStorageFluent.AzureNested<A> |
editOrNewAzure() |
ImageRegistryConfigStorageFluent.AzureNested<A> |
editOrNewAzureLike(ImageRegistryConfigStorageAzure item) |
ImageRegistryConfigStorageFluent.EmptyDirNested<A> |
editOrNewEmptyDir() |
ImageRegistryConfigStorageFluent.EmptyDirNested<A> |
editOrNewEmptyDirLike(ImageRegistryConfigStorageEmptyDir item) |
ImageRegistryConfigStorageFluent.GcsNested<A> |
editOrNewGcs() |
ImageRegistryConfigStorageFluent.GcsNested<A> |
editOrNewGcsLike(ImageRegistryConfigStorageGCS item) |
ImageRegistryConfigStorageFluent.IbmcosNested<A> |
editOrNewIbmcos() |
ImageRegistryConfigStorageFluent.IbmcosNested<A> |
editOrNewIbmcosLike(ImageRegistryConfigStorageIBMCOS item) |
ImageRegistryConfigStorageFluent.OssNested<A> |
editOrNewOss() |
ImageRegistryConfigStorageFluent.OssNested<A> |
editOrNewOssLike(ImageRegistryConfigStorageAlibabaOSS item) |
ImageRegistryConfigStorageFluent.PvcNested<A> |
editOrNewPvc() |
ImageRegistryConfigStorageFluent.PvcNested<A> |
editOrNewPvcLike(ImageRegistryConfigStoragePVC item) |
ImageRegistryConfigStorageFluent.S3Nested<A> |
editOrNewS3() |
ImageRegistryConfigStorageFluent.S3Nested<A> |
editOrNewS3Like(ImageRegistryConfigStorageS3 item) |
ImageRegistryConfigStorageFluent.SwiftNested<A> |
editOrNewSwift() |
ImageRegistryConfigStorageFluent.SwiftNested<A> |
editOrNewSwiftLike(ImageRegistryConfigStorageSwift item) |
ImageRegistryConfigStorageFluent.OssNested<A> |
editOss() |
ImageRegistryConfigStorageFluent.PvcNested<A> |
editPvc() |
ImageRegistryConfigStorageFluent.S3Nested<A> |
editS3() |
ImageRegistryConfigStorageFluent.SwiftNested<A> |
editSwift() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getManagementState() |
boolean |
hasAdditionalProperties() |
boolean |
hasAzure() |
boolean |
hasEmptyDir() |
boolean |
hasGcs() |
int |
hashCode() |
boolean |
hasIbmcos() |
boolean |
hasManagementState() |
boolean |
hasOss() |
boolean |
hasPvc() |
boolean |
hasS3() |
boolean |
hasSwift() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAzure(ImageRegistryConfigStorageAzure azure) |
A |
withEmptyDir(ImageRegistryConfigStorageEmptyDir emptyDir) |
A |
withGcs(ImageRegistryConfigStorageGCS gcs) |
A |
withIbmcos(ImageRegistryConfigStorageIBMCOS ibmcos) |
A |
withManagementState(String managementState) |
ImageRegistryConfigStorageFluent.AzureNested<A> |
withNewAzure() |
A |
withNewAzure(String accountName,
String cloudName,
String container) |
ImageRegistryConfigStorageFluent.AzureNested<A> |
withNewAzureLike(ImageRegistryConfigStorageAzure item) |
ImageRegistryConfigStorageFluent.EmptyDirNested<A> |
withNewEmptyDir() |
ImageRegistryConfigStorageFluent.EmptyDirNested<A> |
withNewEmptyDirLike(ImageRegistryConfigStorageEmptyDir item) |
ImageRegistryConfigStorageFluent.GcsNested<A> |
withNewGcs() |
A |
withNewGcs(String bucket,
String keyID,
String projectID,
String region) |
ImageRegistryConfigStorageFluent.GcsNested<A> |
withNewGcsLike(ImageRegistryConfigStorageGCS item) |
ImageRegistryConfigStorageFluent.IbmcosNested<A> |
withNewIbmcos() |
A |
withNewIbmcos(String bucket,
String location,
String resourceGroupName,
String resourceKeyCRN,
String serviceInstanceCRN) |
ImageRegistryConfigStorageFluent.IbmcosNested<A> |
withNewIbmcosLike(ImageRegistryConfigStorageIBMCOS item) |
ImageRegistryConfigStorageFluent.OssNested<A> |
withNewOss() |
ImageRegistryConfigStorageFluent.OssNested<A> |
withNewOssLike(ImageRegistryConfigStorageAlibabaOSS item) |
ImageRegistryConfigStorageFluent.PvcNested<A> |
withNewPvc() |
A |
withNewPvc(String claim) |
ImageRegistryConfigStorageFluent.PvcNested<A> |
withNewPvcLike(ImageRegistryConfigStoragePVC item) |
ImageRegistryConfigStorageFluent.S3Nested<A> |
withNewS3() |
ImageRegistryConfigStorageFluent.S3Nested<A> |
withNewS3Like(ImageRegistryConfigStorageS3 item) |
ImageRegistryConfigStorageFluent.SwiftNested<A> |
withNewSwift() |
ImageRegistryConfigStorageFluent.SwiftNested<A> |
withNewSwiftLike(ImageRegistryConfigStorageSwift item) |
A |
withOss(ImageRegistryConfigStorageAlibabaOSS oss) |
A |
withPvc(ImageRegistryConfigStoragePVC pvc) |
A |
withS3(ImageRegistryConfigStorageS3 s3) |
A |
withSwift(ImageRegistryConfigStorageSwift swift) |