Uses of Interface
io.kubernetes.client.openapi.models.V1EndpointSubsetFluent.AddressesNested
Packages that use V1EndpointSubsetFluent.AddressesNested
-
Uses of V1EndpointSubsetFluent.AddressesNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1EndpointSubsetFluent.AddressesNestedModifier and TypeMethodDescriptionV1EndpointSubsetFluent.addNewAddress()
V1EndpointSubsetFluentImpl.addNewAddress()
V1EndpointSubsetFluent.addNewAddressLike
(io.kubernetes.client.openapi.models.V1EndpointAddress item) V1EndpointSubsetFluentImpl.addNewAddressLike
(io.kubernetes.client.openapi.models.V1EndpointAddress item) V1EndpointSubsetFluent.editAddress
(Integer index) V1EndpointSubsetFluentImpl.editAddress
(Integer index) V1EndpointSubsetFluent.editFirstAddress()
V1EndpointSubsetFluentImpl.editFirstAddress()
V1EndpointSubsetFluent.editLastAddress()
V1EndpointSubsetFluentImpl.editLastAddress()
V1EndpointSubsetFluent.editMatchingAddress
(Predicate<V1EndpointAddressBuilder> predicate) V1EndpointSubsetFluentImpl.editMatchingAddress
(Predicate<V1EndpointAddressBuilder> predicate) V1EndpointSubsetFluent.setNewAddressLike
(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item) V1EndpointSubsetFluentImpl.setNewAddressLike
(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item)