public interface GCPPlatformStatusFluent<A extends GCPPlatformStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getProjectID() |
String |
getRegion() |
Boolean |
hasProjectID() |
Boolean |
hasRegion() |
A |
withNewProjectID(String arg0)
Deprecated.
|
A |
withNewRegion(String arg0)
Deprecated.
|
A |
withProjectID(String projectID) |
A |
withRegion(String region) |
String getProjectID()
Boolean hasProjectID()
@Deprecated A withNewProjectID(String arg0)
String getRegion()
Boolean hasRegion()
@Deprecated A withNewRegion(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.