All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToCertExpirys(Collection<CertExpiry> items) |
A |
addAllToConditions(Collection<MachineConfigPoolCondition> items) |
MachineConfigPoolStatusFluent.CertExpirysNested<A> |
addNewCertExpiry() |
A |
addNewCertExpiry(String bundle,
String expiry,
String subject) |
MachineConfigPoolStatusFluent.CertExpirysNested<A> |
addNewCertExpiryLike(CertExpiry item) |
MachineConfigPoolStatusFluent.ConditionsNested<A> |
addNewCondition() |
A |
addNewCondition(String lastTransitionTime,
String message,
String reason,
String status,
String type) |
MachineConfigPoolStatusFluent.ConditionsNested<A> |
addNewConditionLike(MachineConfigPoolCondition item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToCertExpirys(CertExpiry... items) |
A |
addToCertExpirys(int index,
CertExpiry item) |
A |
addToConditions(int index,
MachineConfigPoolCondition item) |
A |
addToConditions(MachineConfigPoolCondition... items) |
CertExpiry |
buildCertExpiry(int index) |
List<CertExpiry> |
buildCertExpirys() |
MachineConfigPoolCondition |
buildCondition(int index) |
List<MachineConfigPoolCondition> |
buildConditions() |
MachineConfigPoolStatusConfiguration |
buildConfiguration() |
CertExpiry |
buildFirstCertExpiry() |
MachineConfigPoolCondition |
buildFirstCondition() |
CertExpiry |
buildLastCertExpiry() |
MachineConfigPoolCondition |
buildLastCondition() |
CertExpiry |
buildMatchingCertExpiry(Predicate<CertExpiryBuilder> predicate) |
MachineConfigPoolCondition |
buildMatchingCondition(Predicate<MachineConfigPoolConditionBuilder> predicate) |
protected void |
copyInstance(MachineConfigPoolStatus instance) |
MachineConfigPoolStatusFluent.CertExpirysNested<A> |
editCertExpiry(int index) |
MachineConfigPoolStatusFluent.ConditionsNested<A> |
editCondition(int index) |
MachineConfigPoolStatusFluent.ConfigurationNested<A> |
editConfiguration() |
MachineConfigPoolStatusFluent.CertExpirysNested<A> |
editFirstCertExpiry() |
MachineConfigPoolStatusFluent.ConditionsNested<A> |
editFirstCondition() |
MachineConfigPoolStatusFluent.CertExpirysNested<A> |
editLastCertExpiry() |
MachineConfigPoolStatusFluent.ConditionsNested<A> |
editLastCondition() |
MachineConfigPoolStatusFluent.CertExpirysNested<A> |
editMatchingCertExpiry(Predicate<CertExpiryBuilder> predicate) |
MachineConfigPoolStatusFluent.ConditionsNested<A> |
editMatchingCondition(Predicate<MachineConfigPoolConditionBuilder> predicate) |
MachineConfigPoolStatusFluent.ConfigurationNested<A> |
editOrNewConfiguration() |
MachineConfigPoolStatusFluent.ConfigurationNested<A> |
editOrNewConfigurationLike(MachineConfigPoolStatusConfiguration item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getDegradedMachineCount() |
Integer |
getMachineCount() |
Long |
getObservedGeneration() |
Integer |
getReadyMachineCount() |
Integer |
getUnavailableMachineCount() |
Integer |
getUpdatedMachineCount() |
boolean |
hasAdditionalProperties() |
boolean |
hasCertExpirys() |
boolean |
hasConditions() |
boolean |
hasConfiguration() |
boolean |
hasDegradedMachineCount() |
int |
hashCode() |
boolean |
hasMachineCount() |
boolean |
hasMatchingCertExpiry(Predicate<CertExpiryBuilder> predicate) |
boolean |
hasMatchingCondition(Predicate<MachineConfigPoolConditionBuilder> predicate) |
boolean |
hasObservedGeneration() |
boolean |
hasReadyMachineCount() |
boolean |
hasUnavailableMachineCount() |
boolean |
hasUpdatedMachineCount() |
A |
removeAllFromCertExpirys(Collection<CertExpiry> items) |
A |
removeAllFromConditions(Collection<MachineConfigPoolCondition> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromCertExpirys(CertExpiry... items) |
A |
removeFromConditions(MachineConfigPoolCondition... items) |
A |
removeMatchingFromCertExpirys(Predicate<CertExpiryBuilder> predicate) |
A |
removeMatchingFromConditions(Predicate<MachineConfigPoolConditionBuilder> predicate) |
MachineConfigPoolStatusFluent.CertExpirysNested<A> |
setNewCertExpiryLike(int index,
CertExpiry item) |
MachineConfigPoolStatusFluent.ConditionsNested<A> |
setNewConditionLike(int index,
MachineConfigPoolCondition item) |
A |
setToCertExpirys(int index,
CertExpiry item) |
A |
setToConditions(int index,
MachineConfigPoolCondition item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCertExpirys(CertExpiry... certExpirys) |
A |
withCertExpirys(List<CertExpiry> certExpirys) |
A |
withConditions(List<MachineConfigPoolCondition> conditions) |
A |
withConditions(MachineConfigPoolCondition... conditions) |
A |
withConfiguration(MachineConfigPoolStatusConfiguration configuration) |
A |
withDegradedMachineCount(Integer degradedMachineCount) |
A |
withMachineCount(Integer machineCount) |
MachineConfigPoolStatusFluent.ConfigurationNested<A> |
withNewConfiguration() |
MachineConfigPoolStatusFluent.ConfigurationNested<A> |
withNewConfigurationLike(MachineConfigPoolStatusConfiguration item) |
A |
withObservedGeneration(Long observedGeneration) |
A |
withReadyMachineCount(Integer readyMachineCount) |
A |
withUnavailableMachineCount(Integer unavailableMachineCount) |
A |
withUpdatedMachineCount(Integer updatedMachineCount) |