public class UserRestrictionFluentImpl<A extends UserRestrictionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements UserRestrictionFluent<A>
UserRestrictionFluent.LabelsNested<N>| Constructor and Description |
|---|
UserRestrictionFluentImpl() |
UserRestrictionFluentImpl(UserRestriction instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic UserRestrictionFluentImpl()
public UserRestrictionFluentImpl(UserRestriction instance)
public A addToGroups(Integer index, String item)
addToGroups in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A setToGroups(Integer index, String item)
setToGroups in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addToGroups(String... items)
addToGroups in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addAllToGroups(Collection<String> items)
addAllToGroups in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A removeFromGroups(String... items)
removeFromGroups in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A removeAllFromGroups(Collection<String> items)
removeAllFromGroups in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public List<String> getGroups()
getGroups in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public String getGroup(Integer index)
getGroup in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public String getFirstGroup()
getFirstGroup in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public String getLastGroup()
getLastGroup in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public String getMatchingGroup(Predicate<String> predicate)
getMatchingGroup in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public Boolean hasMatchingGroup(Predicate<String> predicate)
hasMatchingGroup in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A withGroups(List<String> groups)
withGroups in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A withGroups(String... groups)
withGroups in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public Boolean hasGroups()
hasGroups in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addToLabels(Integer index, io.fabric8.kubernetes.api.model.LabelSelector item)
addToLabels in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A setToLabels(Integer index, io.fabric8.kubernetes.api.model.LabelSelector item)
setToLabels in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addToLabels(io.fabric8.kubernetes.api.model.LabelSelector... items)
addToLabels in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addAllToLabels(Collection<io.fabric8.kubernetes.api.model.LabelSelector> items)
addAllToLabels in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A removeFromLabels(io.fabric8.kubernetes.api.model.LabelSelector... items)
removeFromLabels in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A removeAllFromLabels(Collection<io.fabric8.kubernetes.api.model.LabelSelector> items)
removeAllFromLabels in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A removeMatchingFromLabels(Predicate<io.fabric8.kubernetes.api.model.LabelSelectorBuilder> predicate)
removeMatchingFromLabels in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>@Deprecated public List<io.fabric8.kubernetes.api.model.LabelSelector> getLabels()
getLabels in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public List<io.fabric8.kubernetes.api.model.LabelSelector> buildLabels()
buildLabels in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public io.fabric8.kubernetes.api.model.LabelSelector buildLabel(Integer index)
buildLabel in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public io.fabric8.kubernetes.api.model.LabelSelector buildFirstLabel()
buildFirstLabel in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public io.fabric8.kubernetes.api.model.LabelSelector buildLastLabel()
buildLastLabel in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public io.fabric8.kubernetes.api.model.LabelSelector buildMatchingLabel(Predicate<io.fabric8.kubernetes.api.model.LabelSelectorBuilder> predicate)
buildMatchingLabel in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public Boolean hasMatchingLabel(Predicate<io.fabric8.kubernetes.api.model.LabelSelectorBuilder> predicate)
hasMatchingLabel in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A withLabels(List<io.fabric8.kubernetes.api.model.LabelSelector> labels)
withLabels in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A withLabels(io.fabric8.kubernetes.api.model.LabelSelector... labels)
withLabels in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public Boolean hasLabels()
hasLabels in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public UserRestrictionFluent.LabelsNested<A> addNewLabel()
addNewLabel in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public UserRestrictionFluent.LabelsNested<A> addNewLabelLike(io.fabric8.kubernetes.api.model.LabelSelector item)
addNewLabelLike in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public UserRestrictionFluent.LabelsNested<A> setNewLabelLike(Integer index, io.fabric8.kubernetes.api.model.LabelSelector item)
setNewLabelLike in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public UserRestrictionFluent.LabelsNested<A> editLabel(Integer index)
editLabel in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public UserRestrictionFluent.LabelsNested<A> editFirstLabel()
editFirstLabel in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public UserRestrictionFluent.LabelsNested<A> editLastLabel()
editLastLabel in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public UserRestrictionFluent.LabelsNested<A> editMatchingLabel(Predicate<io.fabric8.kubernetes.api.model.LabelSelectorBuilder> predicate)
editMatchingLabel in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addToUsers(Integer index, String item)
addToUsers in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A setToUsers(Integer index, String item)
setToUsers in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addToUsers(String... items)
addToUsers in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addAllToUsers(Collection<String> items)
addAllToUsers in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A removeFromUsers(String... items)
removeFromUsers in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A removeAllFromUsers(Collection<String> items)
removeAllFromUsers in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public List<String> getUsers()
getUsers in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public String getUser(Integer index)
getUser in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public String getFirstUser()
getFirstUser in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public String getLastUser()
getLastUser in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public String getMatchingUser(Predicate<String> predicate)
getMatchingUser in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public Boolean hasMatchingUser(Predicate<String> predicate)
hasMatchingUser in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A withUsers(List<String> users)
withUsers in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A withUsers(String... users)
withUsers in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public Boolean hasUsers()
hasUsers in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends UserRestrictionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends UserRestrictionFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.