Uses of Class
io.fabric8.openshift.api.model.config.v1.IBMCloudServiceEndpoint
-
Packages that use IBMCloudServiceEndpoint Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of IBMCloudServiceEndpoint in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return IBMCloudServiceEndpoint Modifier and Type Method Description IBMCloudServiceEndpointIBMCloudServiceEndpointBuilder. build()IBMCloudServiceEndpointIBMCloudPlatformSpecFluent. buildFirstServiceEndpoint()IBMCloudServiceEndpointIBMCloudPlatformStatusFluent. buildFirstServiceEndpoint()IBMCloudServiceEndpointIBMCloudPlatformSpecFluent. buildLastServiceEndpoint()IBMCloudServiceEndpointIBMCloudPlatformStatusFluent. buildLastServiceEndpoint()IBMCloudServiceEndpointIBMCloudPlatformSpecFluent. buildMatchingServiceEndpoint(Predicate<IBMCloudServiceEndpointBuilder> predicate)IBMCloudServiceEndpointIBMCloudPlatformStatusFluent. buildMatchingServiceEndpoint(Predicate<IBMCloudServiceEndpointBuilder> predicate)IBMCloudServiceEndpointIBMCloudPlatformSpecFluent. buildServiceEndpoint(int index)IBMCloudServiceEndpointIBMCloudPlatformStatusFluent. buildServiceEndpoint(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type IBMCloudServiceEndpoint Modifier and Type Method Description List<IBMCloudServiceEndpoint>IBMCloudPlatformSpecFluent. buildServiceEndpoints()List<IBMCloudServiceEndpoint>IBMCloudPlatformStatusFluent. buildServiceEndpoints()List<IBMCloudServiceEndpoint>IBMCloudPlatformSpec. getServiceEndpoints()serviceEndpoints is a list of custom endpoints which will override the default service endpoints of an IBM service.List<IBMCloudServiceEndpoint>IBMCloudPlatformStatus. getServiceEndpoints()serviceEndpoints is a list of custom endpoints which will override the default service endpoints of an IBM service.Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type IBMCloudServiceEndpoint Modifier and Type Method Description AIBMCloudPlatformSpecFluent. addAllToServiceEndpoints(Collection<IBMCloudServiceEndpoint> items)AIBMCloudPlatformStatusFluent. addAllToServiceEndpoints(Collection<IBMCloudServiceEndpoint> items)AIBMCloudPlatformSpecFluent. removeAllFromServiceEndpoints(Collection<IBMCloudServiceEndpoint> items)AIBMCloudPlatformStatusFluent. removeAllFromServiceEndpoints(Collection<IBMCloudServiceEndpoint> items)voidIBMCloudPlatformSpec. setServiceEndpoints(List<IBMCloudServiceEndpoint> serviceEndpoints)serviceEndpoints is a list of custom endpoints which will override the default service endpoints of an IBM service.voidIBMCloudPlatformStatus. setServiceEndpoints(List<IBMCloudServiceEndpoint> serviceEndpoints)serviceEndpoints is a list of custom endpoints which will override the default service endpoints of an IBM service.AIBMCloudPlatformSpecFluent. withServiceEndpoints(List<IBMCloudServiceEndpoint> serviceEndpoints)AIBMCloudPlatformStatusFluent. withServiceEndpoints(List<IBMCloudServiceEndpoint> serviceEndpoints)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type IBMCloudServiceEndpoint Constructor Description IBMCloudServiceEndpointBuilder(IBMCloudServiceEndpoint instance)IBMCloudServiceEndpointBuilder(IBMCloudServiceEndpointFluent<?> fluent, IBMCloudServiceEndpoint instance)IBMCloudServiceEndpointFluent(IBMCloudServiceEndpoint instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type IBMCloudServiceEndpoint Constructor Description IBMCloudPlatformSpec(List<IBMCloudServiceEndpoint> serviceEndpoints)IBMCloudPlatformStatus(String cisInstanceCRN, String dnsInstanceCRN, String location, String providerType, String resourceGroupName, List<IBMCloudServiceEndpoint> serviceEndpoints)
-