Uses of Class
io.fabric8.kubernetes.api.model.EndpointPort
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of EndpointPort in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return EndpointPort Modifier and Type Method Description EndpointPortEndpointPortBuilder. build()EndpointPortKubeSchemaFluent. buildEndpointPort()EndpointPortKubeSchemaFluentImpl. buildEndpointPort()EndpointPortEndpointSubsetFluent. buildFirstPort()EndpointPortEndpointSubsetFluentImpl. buildFirstPort()EndpointPortEndpointSubsetFluent. buildLastPort()EndpointPortEndpointSubsetFluentImpl. buildLastPort()EndpointPortEndpointSubsetFluent. buildMatchingPort(Predicate<EndpointPortBuilder> predicate)EndpointPortEndpointSubsetFluentImpl. buildMatchingPort(Predicate<EndpointPortBuilder> predicate)EndpointPortEndpointSubsetFluent. buildPort(int index)EndpointPortEndpointSubsetFluentImpl. buildPort(int index)EndpointPortDoneableEndpointPort. done()EndpointPortKubeSchema. getEndpointPort()EndpointPortKubeSchemaFluent. getEndpointPort()Deprecated.EndpointPortKubeSchemaFluentImpl. getEndpointPort()Deprecated.Methods in io.fabric8.kubernetes.api.model that return types with arguments of type EndpointPort Modifier and Type Method Description List<EndpointPort>EndpointSubsetFluent. buildPorts()List<EndpointPort>EndpointSubsetFluentImpl. buildPorts()List<EndpointPort>EndpointSubset. getPorts()List<EndpointPort>EndpointSubsetFluent. getPorts()Deprecated.List<EndpointPort>EndpointSubsetFluentImpl. getPorts()Deprecated.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type EndpointPort Modifier and Type Method Description AEndpointSubsetFluent. addAllToPorts(Collection<EndpointPort> items)AEndpointSubsetFluentImpl. addAllToPorts(Collection<EndpointPort> items)AEndpointSubsetFluent. removeAllFromPorts(Collection<EndpointPort> items)AEndpointSubsetFluentImpl. removeAllFromPorts(Collection<EndpointPort> items)voidEndpointSubset. setPorts(List<EndpointPort> ports)AEndpointSubsetFluent. withPorts(List<EndpointPort> ports)AEndpointSubsetFluentImpl. withPorts(List<EndpointPort> ports)Constructors in io.fabric8.kubernetes.api.model with parameters of type EndpointPort Constructor Description DoneableEndpointPort(EndpointPort item)DoneableEndpointPort(EndpointPort item, Function<EndpointPort,EndpointPort> function)EndpointPortBuilder(EndpointPort instance)EndpointPortBuilder(EndpointPortFluent<?> fluent, EndpointPort instance)EndpointPortBuilder(EndpointPortFluent<?> fluent, EndpointPort instance, Boolean validationEnabled)EndpointPortBuilder(EndpointPort instance, Boolean validationEnabled)EndpointPortFluentImpl(EndpointPort instance)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)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type EndpointPort Constructor Description DoneableEndpointPort(Function<EndpointPort,EndpointPort> function)DoneableEndpointPort(Function<EndpointPort,EndpointPort> function)DoneableEndpointPort(EndpointPort item, Function<EndpointPort,EndpointPort> function)DoneableEndpointPort(EndpointPort item, Function<EndpointPort,EndpointPort> function)