public interface ImageRegistryConfigStorageFluent<A extends ImageRegistryConfigStorageFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ImageRegistryConfigStorageFluent.AzureNested<N> |
static interface |
ImageRegistryConfigStorageFluent.EmptyDirNested<N> |
static interface |
ImageRegistryConfigStorageFluent.GcsNested<N> |
static interface |
ImageRegistryConfigStorageFluent.IbmcosNested<N> |
static interface |
ImageRegistryConfigStorageFluent.PvcNested<N> |
static interface |
ImageRegistryConfigStorageFluent.S3Nested<N> |
static interface |
ImageRegistryConfigStorageFluent.SwiftNested<N> |
@Deprecated ImageRegistryConfigStorageAzure getAzure()
ImageRegistryConfigStorageAzure buildAzure()
A withAzure(ImageRegistryConfigStorageAzure azure)
Boolean hasAzure()
ImageRegistryConfigStorageFluent.AzureNested<A> withNewAzure()
ImageRegistryConfigStorageFluent.AzureNested<A> withNewAzureLike(ImageRegistryConfigStorageAzure item)
ImageRegistryConfigStorageFluent.AzureNested<A> editAzure()
ImageRegistryConfigStorageFluent.AzureNested<A> editOrNewAzure()
ImageRegistryConfigStorageFluent.AzureNested<A> editOrNewAzureLike(ImageRegistryConfigStorageAzure item)
@Deprecated ImageRegistryConfigStorageEmptyDir getEmptyDir()
ImageRegistryConfigStorageEmptyDir buildEmptyDir()
A withEmptyDir(ImageRegistryConfigStorageEmptyDir emptyDir)
Boolean hasEmptyDir()
ImageRegistryConfigStorageFluent.EmptyDirNested<A> withNewEmptyDir()
ImageRegistryConfigStorageFluent.EmptyDirNested<A> withNewEmptyDirLike(ImageRegistryConfigStorageEmptyDir item)
ImageRegistryConfigStorageFluent.EmptyDirNested<A> editEmptyDir()
ImageRegistryConfigStorageFluent.EmptyDirNested<A> editOrNewEmptyDir()
ImageRegistryConfigStorageFluent.EmptyDirNested<A> editOrNewEmptyDirLike(ImageRegistryConfigStorageEmptyDir item)
@Deprecated ImageRegistryConfigStorageGCS getGcs()
ImageRegistryConfigStorageGCS buildGcs()
A withGcs(ImageRegistryConfigStorageGCS gcs)
Boolean hasGcs()
ImageRegistryConfigStorageFluent.GcsNested<A> withNewGcs()
ImageRegistryConfigStorageFluent.GcsNested<A> withNewGcsLike(ImageRegistryConfigStorageGCS item)
ImageRegistryConfigStorageFluent.GcsNested<A> editGcs()
ImageRegistryConfigStorageFluent.GcsNested<A> editOrNewGcs()
ImageRegistryConfigStorageFluent.GcsNested<A> editOrNewGcsLike(ImageRegistryConfigStorageGCS item)
@Deprecated ImageRegistryConfigStorageIBMCOS getIbmcos()
ImageRegistryConfigStorageIBMCOS buildIbmcos()
A withIbmcos(ImageRegistryConfigStorageIBMCOS ibmcos)
Boolean hasIbmcos()
A withNewIbmcos(String bucket, String location, String resourceGroupName, String resourceKeyCRN, String serviceInstanceCRN)
ImageRegistryConfigStorageFluent.IbmcosNested<A> withNewIbmcos()
ImageRegistryConfigStorageFluent.IbmcosNested<A> withNewIbmcosLike(ImageRegistryConfigStorageIBMCOS item)
ImageRegistryConfigStorageFluent.IbmcosNested<A> editIbmcos()
ImageRegistryConfigStorageFluent.IbmcosNested<A> editOrNewIbmcos()
ImageRegistryConfigStorageFluent.IbmcosNested<A> editOrNewIbmcosLike(ImageRegistryConfigStorageIBMCOS item)
String getManagementState()
Boolean hasManagementState()
@Deprecated ImageRegistryConfigStoragePVC getPvc()
ImageRegistryConfigStoragePVC buildPvc()
A withPvc(ImageRegistryConfigStoragePVC pvc)
Boolean hasPvc()
ImageRegistryConfigStorageFluent.PvcNested<A> withNewPvc()
ImageRegistryConfigStorageFluent.PvcNested<A> withNewPvcLike(ImageRegistryConfigStoragePVC item)
ImageRegistryConfigStorageFluent.PvcNested<A> editPvc()
ImageRegistryConfigStorageFluent.PvcNested<A> editOrNewPvc()
ImageRegistryConfigStorageFluent.PvcNested<A> editOrNewPvcLike(ImageRegistryConfigStoragePVC item)
@Deprecated ImageRegistryConfigStorageS3 getS3()
ImageRegistryConfigStorageS3 buildS3()
A withS3(ImageRegistryConfigStorageS3 s3)
Boolean hasS3()
ImageRegistryConfigStorageFluent.S3Nested<A> withNewS3()
ImageRegistryConfigStorageFluent.S3Nested<A> withNewS3Like(ImageRegistryConfigStorageS3 item)
ImageRegistryConfigStorageFluent.S3Nested<A> editS3()
ImageRegistryConfigStorageFluent.S3Nested<A> editOrNewS3()
ImageRegistryConfigStorageFluent.S3Nested<A> editOrNewS3Like(ImageRegistryConfigStorageS3 item)
@Deprecated ImageRegistryConfigStorageSwift getSwift()
ImageRegistryConfigStorageSwift buildSwift()
A withSwift(ImageRegistryConfigStorageSwift swift)
Boolean hasSwift()
ImageRegistryConfigStorageFluent.SwiftNested<A> withNewSwift()
ImageRegistryConfigStorageFluent.SwiftNested<A> withNewSwiftLike(ImageRegistryConfigStorageSwift item)
ImageRegistryConfigStorageFluent.SwiftNested<A> editSwift()
ImageRegistryConfigStorageFluent.SwiftNested<A> editOrNewSwift()
ImageRegistryConfigStorageFluent.SwiftNested<A> editOrNewSwiftLike(ImageRegistryConfigStorageSwift item)
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.