Uses of Class
io.fabric8.openshift.api.model.installer.gcp.v1.PSCEndpoint
-
Packages that use PSCEndpoint Package Description io.fabric8.openshift.api.model.installer.gcp.v1 -
-
Uses of PSCEndpoint in io.fabric8.openshift.api.model.installer.gcp.v1
Methods in io.fabric8.openshift.api.model.installer.gcp.v1 that return PSCEndpoint Modifier and Type Method Description PSCEndpointPSCEndpointBuilder. build()PSCEndpointMetadataFluent. buildEndpoint()PSCEndpointPlatformFluent. buildEndpoint()PSCEndpointMetadata. getEndpoint()Metadata contains GCP metadata (e.g. for uninstalling the cluster).PSCEndpointPlatform. getEndpoint()Platform stores all the global configuration that all machinesets use.Methods in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type PSCEndpoint Modifier and Type Method Description protected voidPSCEndpointFluent. copyInstance(PSCEndpoint instance)MetadataFluent.EndpointNested<A>MetadataFluent. editOrNewEndpointLike(PSCEndpoint item)PlatformFluent.EndpointNested<A>PlatformFluent. editOrNewEndpointLike(PSCEndpoint item)voidMetadata. setEndpoint(PSCEndpoint endpoint)Metadata contains GCP metadata (e.g. for uninstalling the cluster).voidPlatform. setEndpoint(PSCEndpoint endpoint)Platform stores all the global configuration that all machinesets use.AMetadataFluent. withEndpoint(PSCEndpoint endpoint)APlatformFluent. withEndpoint(PSCEndpoint endpoint)MetadataFluent.EndpointNested<A>MetadataFluent. withNewEndpointLike(PSCEndpoint item)PlatformFluent.EndpointNested<A>PlatformFluent. withNewEndpointLike(PSCEndpoint item)Constructors in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type PSCEndpoint Constructor Description Metadata(PSCEndpoint endpoint, String firewallRulesManagement, String networkProjectID, String privateZoneDomain, String privateZoneProjectID, String projectID, String region)Platform(String computeSubnet, String controlPlaneSubnet, MachinePool defaultMachinePlatform, DNS dns, PSCEndpoint endpoint, String firewallRulesManagement, String network, String networkProjectID, String projectID, String region, List<UserLabel> userLabels, String userProvisionedDNS, List<UserTag> userTags)PSCEndpointBuilder(PSCEndpoint instance)PSCEndpointBuilder(PSCEndpointFluent<?> fluent, PSCEndpoint instance)PSCEndpointFluent(PSCEndpoint instance)
-