Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1EndpointSubset
-
-
Uses of IoK8sApiCoreV1EndpointSubset in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1EndpointSubset Modifier and Type Method Description IoK8sApiCoreV1EndpointSubsetIoK8sApiCoreV1EndpointSubset. addAddressesItem(IoK8sApiCoreV1EndpointAddress addressesItem)IoK8sApiCoreV1EndpointSubsetIoK8sApiCoreV1EndpointSubset. addNotReadyAddressesItem(IoK8sApiCoreV1EndpointAddress notReadyAddressesItem)IoK8sApiCoreV1EndpointSubsetIoK8sApiCoreV1EndpointSubset. addPortsItem(IoK8sApiCoreV1EndpointPort portsItem)IoK8sApiCoreV1EndpointSubsetIoK8sApiCoreV1EndpointSubset. addresses(List<IoK8sApiCoreV1EndpointAddress> addresses)IoK8sApiCoreV1EndpointSubsetIoK8sApiCoreV1EndpointSubset. notReadyAddresses(List<IoK8sApiCoreV1EndpointAddress> notReadyAddresses)IoK8sApiCoreV1EndpointSubsetIoK8sApiCoreV1EndpointSubset. ports(List<IoK8sApiCoreV1EndpointPort> ports)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1EndpointSubset Modifier and Type Method Description List<IoK8sApiCoreV1EndpointSubset>IoK8sApiCoreV1Endpoints. getSubsets()The set of all endpoints is the union of all subsets.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1EndpointSubset Modifier and Type Method Description IoK8sApiCoreV1EndpointsIoK8sApiCoreV1Endpoints. addSubsetsItem(IoK8sApiCoreV1EndpointSubset subsetsItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1EndpointSubset Modifier and Type Method Description voidIoK8sApiCoreV1Endpoints. setSubsets(List<IoK8sApiCoreV1EndpointSubset> subsets)IoK8sApiCoreV1EndpointsIoK8sApiCoreV1Endpoints. subsets(List<IoK8sApiCoreV1EndpointSubset> subsets)
-