Uses of Class
io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint
-
Packages that use GCPServiceEndpoint Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of GCPServiceEndpoint in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return GCPServiceEndpoint Modifier and Type Method Description GCPServiceEndpointGCPServiceEndpointBuilder. build()GCPServiceEndpointGCPPlatformStatusFluent. buildFirstServiceEndpoint()GCPServiceEndpointGCPPlatformStatusFluent. buildLastServiceEndpoint()GCPServiceEndpointGCPPlatformStatusFluent. buildMatchingServiceEndpoint(Predicate<GCPServiceEndpointBuilder> predicate)GCPServiceEndpointGCPPlatformStatusFluent. buildServiceEndpoint(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type GCPServiceEndpoint Modifier and Type Method Description List<GCPServiceEndpoint>GCPPlatformStatusFluent. buildServiceEndpoints()List<GCPServiceEndpoint>GCPPlatformStatus. getServiceEndpoints()serviceEndpoints specifies endpoints that override the default endpoints used when creating clients to interact with GCP services.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type GCPServiceEndpoint Modifier and Type Method Description GCPPlatformStatusFluent.ServiceEndpointsNested<A>GCPPlatformStatusFluent. addNewServiceEndpointLike(GCPServiceEndpoint item)AGCPPlatformStatusFluent. addToServiceEndpoints(int index, GCPServiceEndpoint item)AGCPPlatformStatusFluent. addToServiceEndpoints(GCPServiceEndpoint... items)protected voidGCPServiceEndpointFluent. copyInstance(GCPServiceEndpoint instance)AGCPPlatformStatusFluent. removeFromServiceEndpoints(GCPServiceEndpoint... items)GCPPlatformStatusFluent.ServiceEndpointsNested<A>GCPPlatformStatusFluent. setNewServiceEndpointLike(int index, GCPServiceEndpoint item)AGCPPlatformStatusFluent. setToServiceEndpoints(int index, GCPServiceEndpoint item)AGCPPlatformStatusFluent. withServiceEndpoints(GCPServiceEndpoint... serviceEndpoints)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type GCPServiceEndpoint Modifier and Type Method Description AGCPPlatformStatusFluent. addAllToServiceEndpoints(Collection<GCPServiceEndpoint> items)AGCPPlatformStatusFluent. removeAllFromServiceEndpoints(Collection<GCPServiceEndpoint> items)voidGCPPlatformStatus. setServiceEndpoints(List<GCPServiceEndpoint> serviceEndpoints)serviceEndpoints specifies endpoints that override the default endpoints used when creating clients to interact with GCP services.AGCPPlatformStatusFluent. withServiceEndpoints(List<GCPServiceEndpoint> serviceEndpoints)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type GCPServiceEndpoint Constructor Description GCPServiceEndpointBuilder(GCPServiceEndpoint instance)GCPServiceEndpointBuilder(GCPServiceEndpointFluent<?> fluent, GCPServiceEndpoint instance)GCPServiceEndpointFluent(GCPServiceEndpoint instance)
-