| Package | Description |
|---|---|
| io.fabric8.kubernetes.client | |
| io.fabric8.kubernetes.client.dsl | |
| io.fabric8.kubernetes.client.extension |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GracePeriodConfigurable<T> |
interface |
PropagationPolicyConfigurable<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnyNamespaceOperation<T,L,R> |
interface |
CertificateSigningRequestResource<T> |
interface |
CreateOrDeleteable<T> |
interface |
DeletableWithOptions |
interface |
FilterWatchListDeletable<T,L,R> |
interface |
ItemWritableOperation<T> |
interface |
ListVisitFromServerGetDeleteRecreateWaitApplicable<T> |
interface |
ListVisitFromServerWritable<T> |
interface |
MixedOperation<T,L,R extends Resource<T>>
A Client Namespace or Non Namespace Operation.
|
interface |
NamespaceableResource<T> |
interface |
NamespaceListVisitFromServerGetDeleteRecreateWaitApplicable<T> |
interface |
NonDeletingOperation<T> |
interface |
NonNamespaceOperation<T,L,R>
The entry point to client operations that are either "cross namespace resources", or are available in the invocation chain
after a namespace has already been specified.
|
interface |
ParameterMixedOperation<T,L,R extends Resource<T>>
|
interface |
ParameterNamespaceListVisitFromServerGetDeleteRecreateWaitApplicable<T> |
interface |
PodResource |
interface |
ReplaceDeletable<T> |
interface |
Resource<T>
Interface that describes the operation that can be done on a Kubernetes resource (e.g.
|
interface |
RollableScalableResource<T> |
interface |
ScalableResource<T> |
interface |
ServiceResource<T> |
interface |
V1beta1CertificateSigningRequestResource<T> |
interface |
WritableOperation<T> |
| Modifier and Type | Method and Description |
|---|---|
default GracePeriodConfigurable<? extends Deletable> |
Resource.cascading(boolean enabled)
Deprecated.
Please Use
PropagationPolicyConfigurable.withPropagationPolicy(DeletionPropagation) instead. This field has been
deprecated since 1.7. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtensibleResource<T>
Provides an interface that is usable by the
ExtensibleResourceAdapter that returns
a non-specialized value |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensibleResourceAdapter<T>
To be used as a base for overriding or adding Resource methods
|
class |
ResourceAdapter<T>
Base for overriding a Resource
|
| Modifier and Type | Method and Description |
|---|---|
PropagationPolicyConfigurable<? extends Deletable> |
ResourceAdapter.withGracePeriod(long gracePeriodSeconds) |
GracePeriodConfigurable<? extends Deletable> |
ResourceAdapter.withPropagationPolicy(io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy) |
Copyright © 2015–2022 Red Hat. All rights reserved.