public class DefaultVolumeSnapshotClient extends BaseClient implements NamespacedVolumeSnapshotClient
httpClient| Constructor and Description |
|---|
DefaultVolumeSnapshotClient() |
DefaultVolumeSnapshotClient(Config configuration) |
DefaultVolumeSnapshotClient(okhttp3.OkHttpClient httpClient,
Config configuration) |
| Modifier and Type | Method and Description |
|---|---|
NamespacedVolumeSnapshotClient |
inAnyNamespace() |
NamespacedVolumeSnapshotClient |
inNamespace(String namespace) |
NonNamespaceOperation<io.fabric8.volumesnapshot.api.model.VolumeSnapshotClass,io.fabric8.volumesnapshot.api.model.VolumeSnapshotClassList,io.fabric8.volumesnapshot.api.model.DoneableVolumeSnapshotClass,VolumeSnapshotClassResource> |
volumeSnapshotClasses()
API entrypoint for dealing with VolumeSnapshotClass(snapshot.storage.k8s.io/v1beta1)
|
NonNamespaceOperation<io.fabric8.volumesnapshot.api.model.VolumeSnapshotContent,io.fabric8.volumesnapshot.api.model.VolumeSnapshotContentList,io.fabric8.volumesnapshot.api.model.DoneableVolumeSnapshotContent,VolumeSnapshotContentResource> |
volumeSnapshotContents()
API entrypoint for dealing with VolumeSnapshotContent(snapshot.storage.k8s.io/v1beta1)
|
MixedOperation<io.fabric8.volumesnapshot.api.model.VolumeSnapshot,io.fabric8.volumesnapshot.api.model.VolumeSnapshotList,io.fabric8.volumesnapshot.api.model.DoneableVolumeSnapshot,VolumeSnapshotResource> |
volumeSnapshots()
API entrypoint for dealing with VolumeSnapshot(snapshot.storage.k8s.io/v1beta1)
|
FunctionCallable<NamespacedVolumeSnapshotClient> |
withRequestConfig(RequestConfig requestConfig) |
adapt, close, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPathclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadapt, close, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPathgetConfigurationpublic DefaultVolumeSnapshotClient()
public DefaultVolumeSnapshotClient(Config configuration)
public DefaultVolumeSnapshotClient(okhttp3.OkHttpClient httpClient,
Config configuration)
public NonNamespaceOperation<io.fabric8.volumesnapshot.api.model.VolumeSnapshotClass,io.fabric8.volumesnapshot.api.model.VolumeSnapshotClassList,io.fabric8.volumesnapshot.api.model.DoneableVolumeSnapshotClass,VolumeSnapshotClassResource> volumeSnapshotClasses()
VolumeSnapshotClientvolumeSnapshotClasses in interface VolumeSnapshotClientpublic NonNamespaceOperation<io.fabric8.volumesnapshot.api.model.VolumeSnapshotContent,io.fabric8.volumesnapshot.api.model.VolumeSnapshotContentList,io.fabric8.volumesnapshot.api.model.DoneableVolumeSnapshotContent,VolumeSnapshotContentResource> volumeSnapshotContents()
VolumeSnapshotClientvolumeSnapshotContents in interface VolumeSnapshotClientpublic MixedOperation<io.fabric8.volumesnapshot.api.model.VolumeSnapshot,io.fabric8.volumesnapshot.api.model.VolumeSnapshotList,io.fabric8.volumesnapshot.api.model.DoneableVolumeSnapshot,VolumeSnapshotResource> volumeSnapshots()
VolumeSnapshotClientvolumeSnapshots in interface VolumeSnapshotClientpublic NamespacedVolumeSnapshotClient inAnyNamespace()
inAnyNamespace in interface AnyNamespaceable<NamespacedVolumeSnapshotClient>public NamespacedVolumeSnapshotClient inNamespace(String namespace)
inNamespace in interface Namespaceable<NamespacedVolumeSnapshotClient>public FunctionCallable<NamespacedVolumeSnapshotClient> withRequestConfig(RequestConfig requestConfig)
withRequestConfig in interface RequestConfigurable<NamespacedVolumeSnapshotClient>Copyright © 2015–2021 Red Hat. All rights reserved.