Uses of Interface
io.kubernetes.client.openapi.models.V1EndpointSubsetFluent.NotReadyAddressesNested
Packages that use V1EndpointSubsetFluent.NotReadyAddressesNested
-
Uses of V1EndpointSubsetFluent.NotReadyAddressesNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1EndpointSubsetFluent.NotReadyAddressesNestedModifier and TypeMethodDescriptionV1EndpointSubsetFluent.addNewNotReadyAddress()
V1EndpointSubsetFluentImpl.addNewNotReadyAddress()
V1EndpointSubsetFluent.addNewNotReadyAddressLike
(io.kubernetes.client.openapi.models.V1EndpointAddress item) V1EndpointSubsetFluentImpl.addNewNotReadyAddressLike
(io.kubernetes.client.openapi.models.V1EndpointAddress item) V1EndpointSubsetFluent.editFirstNotReadyAddress()
V1EndpointSubsetFluentImpl.editFirstNotReadyAddress()
V1EndpointSubsetFluent.editLastNotReadyAddress()
V1EndpointSubsetFluentImpl.editLastNotReadyAddress()
V1EndpointSubsetFluent.editMatchingNotReadyAddress
(Predicate<V1EndpointAddressBuilder> predicate) V1EndpointSubsetFluentImpl.editMatchingNotReadyAddress
(Predicate<V1EndpointAddressBuilder> predicate) V1EndpointSubsetFluent.editNotReadyAddress
(Integer index) V1EndpointSubsetFluentImpl.editNotReadyAddress
(Integer index) V1EndpointSubsetFluent.setNewNotReadyAddressLike
(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item) V1EndpointSubsetFluentImpl.setNewNotReadyAddressLike
(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item)