public interface AnyNamespaceOperation<T,L,R> extends FilterWatchListDeletable<T,L,R>, ItemWritableOperation<T>
Modifier and Type | Method and Description |
---|---|
boolean |
delete(List<T> items)
Deprecated.
use
KubernetesClient.resourceList(java.util.Collection) delete instead |
default boolean |
delete(T... items)
Deprecated.
use
KubernetesClient.resourceList(java.util.Collection) delete instead |
ItemWritableOperation<T> |
dryRun()
Deprecated.
use Resource.dryRun()
|
ItemWritableOperation<T> |
dryRun(boolean isDryRun)
Deprecated.
use Resource.dryRun()
|
R |
load(File file)
Load from a
File . |
R |
load(InputStream is)
Load from an
InputStream . |
R |
load(String path)
Load from path.
|
R |
load(URL url)
Load from a
URL . |
R |
resource(T item)
Provide a
Resource for the given item |
resources, withNewFilter
withField, withFields, withInvolvedObject, withLabel, withLabel, withLabelIn, withLabelNotIn, withLabels, withLabelSelector, withLabelSelector, withoutField, withoutFields, withoutLabel, withoutLabel, withoutLabels
withResourceVersion
waitUntilCondition, waitUntilReady
inform, inform, inform, informOnCondition, runnableInformer, withIndexers, withLimit
create, createOrReplace, delete, patchStatus, updateStatus
withGracePeriod
withPropagationPolicy
delete, withTimeout, withTimeoutInMillis
replace, replaceStatus
@Deprecated ItemWritableOperation<T> dryRun()
@Deprecated ItemWritableOperation<T> dryRun(boolean isDryRun)
isDryRun
- whether dry run is enabled or disabled@Deprecated default boolean delete(T... items)
KubernetesClient.resourceList(java.util.Collection)
delete insteaditems
- @Deprecated boolean delete(List<T> items)
KubernetesClient.resourceList(java.util.Collection)
delete insteaditems
- R load(InputStream is)
InputStream
.is
- The input stream.R load(URL url)
URL
.url
- The url.R load(File file)
File
.file
- The file.R load(String path)
path
- The path.Copyright © 2015–2024 Red Hat. All rights reserved.