All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
A |
addAllToServiceEndpoints(Collection<io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint> items) |
|
A |
addAllToUserLabels(Collection<UserLabel> items) |
|
A |
addAllToUserTags(Collection<UserTag> items) |
|
A |
addNewServiceEndpoint(String name,
String url) |
|
PlatformFluent.UserLabelsNested<A> |
addNewUserLabel() |
|
A |
addNewUserLabel(String key,
String value) |
|
PlatformFluent.UserLabelsNested<A> |
addNewUserLabelLike(UserLabel item) |
|
PlatformFluent.UserTagsNested<A> |
addNewUserTag() |
|
A |
addNewUserTag(String key,
String parentID,
String value) |
|
PlatformFluent.UserTagsNested<A> |
addNewUserTagLike(UserTag item) |
|
A |
addToAdditionalProperties(String key,
Object value) |
|
A |
addToAdditionalProperties(Map<String,Object> map) |
|
A |
addToServiceEndpoints(int index,
io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint item) |
|
A |
addToServiceEndpoints(io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint... items) |
|
A |
addToUserLabels(int index,
UserLabel item) |
|
A |
addToUserLabels(UserLabel... items) |
|
A |
addToUserTags(int index,
UserTag item) |
|
A |
addToUserTags(UserTag... items) |
|
MachinePool |
buildDefaultMachinePlatform() |
|
UserLabel |
buildFirstUserLabel() |
|
UserTag |
buildFirstUserTag() |
|
UserLabel |
buildLastUserLabel() |
|
UserTag |
buildLastUserTag() |
|
UserLabel |
buildMatchingUserLabel(Predicate<UserLabelBuilder> predicate) |
|
UserTag |
buildMatchingUserTag(Predicate<UserTagBuilder> predicate) |
|
UserLabel |
buildUserLabel(int index) |
|
List<UserLabel> |
buildUserLabels() |
|
UserTag |
buildUserTag(int index) |
|
List<UserTag> |
buildUserTags() |
|
protected void |
copyInstance(Platform instance) |
|
PlatformFluent.DefaultMachinePlatformNested<A> |
editDefaultMachinePlatform() |
|
PlatformFluent.UserLabelsNested<A> |
editFirstUserLabel() |
|
PlatformFluent.UserTagsNested<A> |
editFirstUserTag() |
|
PlatformFluent.UserLabelsNested<A> |
editLastUserLabel() |
|
PlatformFluent.UserTagsNested<A> |
editLastUserTag() |
|
PlatformFluent.UserLabelsNested<A> |
editMatchingUserLabel(Predicate<UserLabelBuilder> predicate) |
|
PlatformFluent.UserTagsNested<A> |
editMatchingUserTag(Predicate<UserTagBuilder> predicate) |
|
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatform() |
|
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatformLike(MachinePool item) |
|
PlatformFluent.UserLabelsNested<A> |
editUserLabel(int index) |
|
PlatformFluent.UserTagsNested<A> |
editUserTag(int index) |
|
boolean |
equals(Object o) |
|
Map<String,Object> |
getAdditionalProperties() |
|
String |
getComputeSubnet() |
|
String |
getControlPlaneSubnet() |
|
io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint |
getFirstServiceEndpoint() |
|
io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint |
getLastServiceEndpoint() |
|
io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint |
getMatchingServiceEndpoint(Predicate<io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint> predicate) |
|
String |
getNetwork() |
|
String |
getNetworkProjectID() |
|
String |
getProjectID() |
|
String |
getRegion() |
|
io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint |
getServiceEndpoint(int index) |
|
List<io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint> |
getServiceEndpoints() |
|
String |
getUserProvisionedDNS() |
|
boolean |
hasAdditionalProperties() |
|
boolean |
hasComputeSubnet() |
|
boolean |
hasControlPlaneSubnet() |
|
boolean |
hasDefaultMachinePlatform() |
|
int |
hashCode() |
|
boolean |
hasMatchingServiceEndpoint(Predicate<io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint> predicate) |
|
boolean |
hasMatchingUserLabel(Predicate<UserLabelBuilder> predicate) |
|
boolean |
hasMatchingUserTag(Predicate<UserTagBuilder> predicate) |
|
boolean |
hasNetwork() |
|
boolean |
hasNetworkProjectID() |
|
boolean |
hasProjectID() |
|
boolean |
hasRegion() |
|
boolean |
hasServiceEndpoints() |
|
boolean |
hasUserLabels() |
|
boolean |
hasUserProvisionedDNS() |
|
boolean |
hasUserTags() |
|
A |
removeAllFromServiceEndpoints(Collection<io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint> items) |
|
A |
removeAllFromUserLabels(Collection<UserLabel> items) |
|
A |
removeAllFromUserTags(Collection<UserTag> items) |
|
A |
removeFromAdditionalProperties(String key) |
|
A |
removeFromAdditionalProperties(Map<String,Object> map) |
|
A |
removeFromServiceEndpoints(io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint... items) |
|
A |
removeFromUserLabels(UserLabel... items) |
|
A |
removeFromUserTags(UserTag... items) |
|
A |
removeMatchingFromUserLabels(Predicate<UserLabelBuilder> predicate) |
|
A |
removeMatchingFromUserTags(Predicate<UserTagBuilder> predicate) |
|
PlatformFluent.UserLabelsNested<A> |
setNewUserLabelLike(int index,
UserLabel item) |
|
PlatformFluent.UserTagsNested<A> |
setNewUserTagLike(int index,
UserTag item) |
|
A |
setToServiceEndpoints(int index,
io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint item) |
|
A |
setToUserLabels(int index,
UserLabel item) |
|
A |
setToUserTags(int index,
UserTag item) |
|
String |
toString() |
|
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
|
A |
withComputeSubnet(String computeSubnet) |
|
A |
withControlPlaneSubnet(String controlPlaneSubnet) |
|
A |
withDefaultMachinePlatform(MachinePool defaultMachinePlatform) |
|
A |
withNetwork(String network) |
|
A |
withNetworkProjectID(String networkProjectID) |
|
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatform() |
|
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatformLike(MachinePool item) |
|
A |
withProjectID(String projectID) |
|
A |
withRegion(String region) |
|
A |
withServiceEndpoints(io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint... serviceEndpoints) |
|
A |
withServiceEndpoints(List<io.fabric8.openshift.api.model.config.v1.GCPServiceEndpoint> serviceEndpoints) |
|
A |
withUserLabels(UserLabel... userLabels) |
|
A |
withUserLabels(List<UserLabel> userLabels) |
|
A |
withUserProvisionedDNS(String userProvisionedDNS) |
|
A |
withUserTags(UserTag... userTags) |
|
A |
withUserTags(List<UserTag> userTags) |
|