| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterWatchListMultiDeletable<T,L> |
interface |
MixedOperation<T,L,R extends Resource<T>>
A Client Namespace or Non Namespace Operation.
|
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 |
Operation<T,L,R>
The entry point to client operations.
|
interface |
ParameterMixedOperation<T,L,R extends Resource<T>>
A Client Namespace or Non Namespace Operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOperation<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>,R extends Resource<T>> |
class |
HasMetadataOperation<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>,R extends Resource<T>> |
| Modifier and Type | Method and Description |
|---|---|
FilterWatchListDeletable<T,L> |
BaseOperation.withField(String key,
String value) |
FilterWatchListDeletable<T,L> |
BaseOperation.withFields(Map<String,String> fields) |
FilterWatchListDeletable<T,L> |
BaseOperation.withGracePeriod(long gracePeriodSeconds) |
FilterWatchListDeletable<T,L> |
BaseOperation.withInvolvedObject(io.fabric8.kubernetes.api.model.ObjectReference objectReference) |
FilterWatchListDeletable<T,L> |
BaseOperation.withLabel(String key) |
FilterWatchListDeletable<T,L> |
BaseOperation.withLabel(String key,
String value) |
FilterWatchListDeletable<T,L> |
BaseOperation.withLabelIn(String key,
String... values) |
FilterWatchListDeletable<T,L> |
BaseOperation.withLabelNotIn(String key,
String... values) |
FilterWatchListDeletable<T,L> |
BaseOperation.withLabels(Map<String,String> labels) |
FilterWatchListDeletable<T,L> |
BaseOperation.withLabelSelector(io.fabric8.kubernetes.api.model.LabelSelector selector) |
FilterWatchListDeletable<T,L> |
BaseOperation.withoutField(String key,
String value) |
FilterWatchListDeletable<T,L> |
BaseOperation.withoutFields(Map<String,String> fields)
Deprecated.
as the underlying implementation does not align with the arguments fully.
Method is created to have a similar API as `withoutLabels`, but should eventually be replaced
with something better for the same reasons.
It is possible to negate multiple values with the same key, e.g.:
foo != bar , foo != baz
To support this a multi-value map is needed, as a regular map would override the key with the new value.
|
FilterWatchListDeletable<T,L> |
BaseOperation.withoutLabel(String key) |
FilterWatchListDeletable<T,L> |
BaseOperation.withoutLabel(String key,
String value) |
FilterWatchListDeletable<T,L> |
BaseOperation.withoutLabels(Map<String,String> labels)
Deprecated.
as the underlying implementation does not align with the arguments anymore.
It is possible to negate multiple values with the same key, e.g.:
foo != bar , foo != baz
To support this a multi-value map is needed, as a regular map would override the key with the new value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomResourceOperationsImpl<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>> |
| Modifier and Type | Class and Description |
|---|---|
class |
MutatingWebhookConfigurationOperationsImpl |
class |
ValidatingWebhookConfigurationOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomResourceDefinitionOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ControllerRevisionOperationsImpl |
class |
DaemonSetOperationsImpl |
class |
DeploymentOperationsImpl |
class |
ReplicaSetOperationsImpl |
class |
RollableScalableResourceOperation<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>,R extends Resource<T>>
Operations for resources that represent scalable, rolling-updatable sets of Pods.
|
class |
StatefulSetOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
HorizontalPodAutoscalerOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
JobOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
CronJobOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateSigningRequestOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
LeaseOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
APIServiceOperationsImpl |
class |
BindingOperationsImpl |
class |
ComponentStatusOperationsImpl |
class |
ConfigMapOperationsImpl |
class |
EndpointsOperationsImpl |
class |
EventOperationsImpl |
class |
LimitRangeOperationsImpl |
class |
NamespaceOperationsImpl |
class |
NodeOperationsImpl |
class |
PersistentVolumeClaimOperationsImpl |
class |
PersistentVolumeOperationsImpl |
class |
PodOperationsImpl |
class |
PodTemplateOperationsImpl |
class |
ReplicationControllerOperationsImpl |
class |
ResourceQuotaOperationsImpl |
class |
SecretOperationsImpl |
class |
ServiceAccountOperationsImpl |
class |
ServiceOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointSliceOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
IngressOperationsImpl |
class |
NetworkPolicyOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeMetricsOperationsImpl |
class |
PodMetricsOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
IngressClassOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeClassOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
PodDisruptionBudgetOperationsImpl |
class |
PodSecurityPolicyOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterRoleBindingOperationsImpl |
class |
ClusterRoleOperationsImpl |
class |
RoleBindingOperationsImpl |
class |
RoleOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
PriorityClassOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
StorageClassOperationsImpl |
class |
VolumeAttachmentOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
CSIDriverOperationsImpl |
class |
CSINodeOperationsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SharedInformerFactory
SharedInformerFactory class constructs and caches informers for api types.
|
Copyright © 2015–2022 Red Hat. All rights reserved.