Uses of Class
io.fabric8.kubernetes.api.model.version.Info
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.version |
-
Uses of Info in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Info Modifier and Type Method Description InfoKubeSchemaFluent. buildInfo()InfoKubeSchemaFluentImpl. buildInfo()InfoKubeSchema. getInfo()InfoKubeSchemaFluent. getInfo()Deprecated.InfoKubeSchemaFluentImpl. getInfo()Deprecated.Methods in io.fabric8.kubernetes.api.model with parameters of type Info Modifier and Type Method Description KubeSchemaFluent.InfoNested<A>KubeSchemaFluent. editOrNewInfoLike(Info item)KubeSchemaFluent.InfoNested<A>KubeSchemaFluentImpl. editOrNewInfoLike(Info item)voidKubeSchema. setInfo(Info info)AKubeSchemaFluent. withInfo(Info info)AKubeSchemaFluentImpl. withInfo(Info info)AWatchEventFluent. withInfoObject(Info infoObject)AWatchEventFluentImpl. withInfoObject(Info infoObject)KubeSchemaFluent.InfoNested<A>KubeSchemaFluent. withNewInfoLike(Info item)KubeSchemaFluent.InfoNested<A>KubeSchemaFluentImpl. withNewInfoLike(Info item)WatchEventFluent.InfoObjectNested<A>WatchEventFluent. withNewInfoObjectLike(Info item)WatchEventFluent.InfoObjectNested<A>WatchEventFluentImpl. withNewInfoObjectLike(Info item)Constructors in io.fabric8.kubernetes.api.model with parameters of type Info Constructor Description KubeSchema(APIGroup aPIGroup, APIGroupList aPIGroupList, APIService aPIService, APIServiceList aPIServiceList, BaseKubernetesList baseKubernetesList, Binding binding, ComponentStatus componentStatus, ComponentStatusList componentStatusList, 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) -
Uses of Info in io.fabric8.kubernetes.api.model.version
Methods in io.fabric8.kubernetes.api.model.version that return Info Modifier and Type Method Description InfoInfoBuilder. build()InfoDoneableInfo. done()Constructors in io.fabric8.kubernetes.api.model.version with parameters of type Info Constructor Description DoneableInfo(Info item)DoneableInfo(Info item, Function<Info,Info> function)InfoBuilder(Info instance)InfoBuilder(InfoFluent<?> fluent, Info instance)InfoBuilder(InfoFluent<?> fluent, Info instance, Boolean validationEnabled)InfoBuilder(Info instance, Boolean validationEnabled)InfoFluentImpl(Info instance)Constructor parameters in io.fabric8.kubernetes.api.model.version with type arguments of type Info Constructor Description DoneableInfo(Function<Info,Info> function)DoneableInfo(Function<Info,Info> function)DoneableInfo(Info item, Function<Info,Info> function)DoneableInfo(Info item, Function<Info,Info> function)