Uses of Class
io.fabric8.kubernetes.api.model.Patch
-
Packages that use Patch Package Description io.fabric8.kubernetes.api.model -
-
Uses of Patch in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Patch Modifier and Type Method Description PatchPatchBuilder. build()PatchKubeSchemaFluent. buildPatch()PatchKubeSchemaFluentImpl. buildPatch()PatchKubeSchema. getPatch()PatchKubeSchemaFluent. getPatch()Deprecated.PatchKubeSchemaFluentImpl. getPatch()Deprecated.Methods in io.fabric8.kubernetes.api.model with parameters of type Patch Modifier and Type Method Description KubeSchemaFluent.PatchNested<A>KubeSchemaFluent. editOrNewPatchLike(Patch item)KubeSchemaFluent.PatchNested<A>KubeSchemaFluentImpl. editOrNewPatchLike(Patch item)voidKubeSchema. 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)AKubeSchemaFluent. withPatch(Patch patch)AKubeSchemaFluentImpl. withPatch(Patch patch)AWatchEventFluent. withPatchObject(Patch patchObject)AWatchEventFluentImpl. withPatchObject(Patch patchObject)Constructors in io.fabric8.kubernetes.api.model with parameters of type Patch Constructor Description 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(PatchFluent<?> fluent, Patch instance)PatchBuilder(PatchFluent<?> fluent, Patch instance, Boolean validationEnabled)PatchBuilder(Patch instance, Boolean validationEnabled)PatchFluentImpl(Patch instance)
-