| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
Patch |
PatchBuilder.build() |
Patch |
KubeSchemaFluent.buildPatch() |
Patch |
KubeSchemaFluentImpl.buildPatch() |
Patch |
DoneablePatch.done() |
Patch |
KubeSchemaFluent.getPatch()
Deprecated.
|
Patch |
KubeSchemaFluentImpl.getPatch()
Deprecated.
|
Patch |
KubeSchema.getPatch() |
| Modifier and Type | Method and Description |
|---|---|
KubeSchemaFluent.PatchNested<A> |
KubeSchemaFluent.editOrNewPatchLike(Patch item) |
KubeSchemaFluent.PatchNested<A> |
KubeSchemaFluentImpl.editOrNewPatchLike(Patch item) |
void |
KubeSchema.setPatch(Patch patch) |
KubeSchemaFluent.PatchNested<A> |
KubeSchemaFluent.withNewPatchLike(Patch item) |
KubeSchemaFluent.PatchNested<A> |
KubeSchemaFluentImpl.withNewPatchLike(Patch item) |
WatchEventFluent.PatchObjectNested<A> |
WatchEventFluent.withNewPatchObjectLike(Patch item) |
WatchEventFluent.PatchObjectNested<A> |
WatchEventFluentImpl.withNewPatchObjectLike(Patch item) |
A |
KubeSchemaFluent.withPatch(Patch patch) |
A |
KubeSchemaFluentImpl.withPatch(Patch patch) |
A |
WatchEventFluent.withPatchObject(Patch patchObject) |
A |
WatchEventFluentImpl.withPatchObject(Patch patchObject) |
| Constructor and Description |
|---|
DoneablePatch(Patch item) |
DoneablePatch(Patch item,
Function<Patch,Patch> function) |
KubeSchema(APIGroup aPIGroup,
APIGroupList aPIGroupList,
APIService aPIService,
APIServiceList aPIServiceList,
BaseKubernetesList baseKubernetesList,
Binding binding,
ComponentStatus componentStatus,
ComponentStatusList componentStatusList,
Condition condition,
Config config,
ConfigMap configMap,
ConfigMapList configMapList,
ContainerStatus containerStatus,
CreateOptions createOptions,
DeleteOptions deleteOptions,
EndpointPort endpointPort,
Endpoints endpoints,
EndpointsList endpointsList,
EnvVar envVar,
Event event,
EventList eventList,
EventSeries eventSeries,
EventSource eventSource,
GetOptions getOptions,
GroupVersionKind groupVersionKind,
GroupVersionResource groupVersionResource,
Info info,
LimitRangeList limitRangeList,
ListOptions listOptions,
MicroTime microTime,
Namespace namespace,
NamespaceList namespaceList,
Node node,
NodeList nodeList,
ObjectMeta objectMeta,
Patch patch,
PatchOptions patchOptions,
PersistentVolume persistentVolume,
PersistentVolumeClaim persistentVolumeClaim,
PersistentVolumeClaimList persistentVolumeClaimList,
PersistentVolumeList persistentVolumeList,
PodExecOptions podExecOptions,
PodList podList,
PodTemplateList podTemplateList,
Quantity quantity,
ReplicationControllerList replicationControllerList,
ResourceQuota resourceQuota,
ResourceQuotaList resourceQuotaList,
RootPaths rootPaths,
Secret secret,
SecretList secretList,
ServiceAccount serviceAccount,
ServiceAccountList serviceAccountList,
ServiceList serviceList,
Status status,
String time,
Toleration toleration,
TopologySelectorTerm topologySelectorTerm,
TypeMeta typeMeta,
UpdateOptions updateOptions,
WatchEvent watchEvent) |
PatchBuilder(Patch instance) |
PatchBuilder(Patch instance,
Boolean validationEnabled) |
PatchBuilder(PatchFluent<?> fluent,
Patch instance) |
PatchBuilder(PatchFluent<?> fluent,
Patch instance,
Boolean validationEnabled) |
PatchFluentImpl(Patch instance) |
| Constructor and Description |
|---|
DoneablePatch(Function<Patch,Patch> function) |
DoneablePatch(Function<Patch,Patch> function) |
DoneablePatch(Patch item,
Function<Patch,Patch> function) |
DoneablePatch(Patch item,
Function<Patch,Patch> function) |
Copyright © 2015–2021 Red Hat. All rights reserved.