public class UserRestrictionFluentImpl<A extends UserRestrictionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements UserRestrictionFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
UserRestrictionFluentImpl.LabelsNestedImpl<N> |
UserRestrictionFluent.LabelsNested<N>| Constructor and Description |
|---|
UserRestrictionFluentImpl() |
UserRestrictionFluentImpl(UserRestriction instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToGroups(Collection<String> items) |
A |
addAllToLabels(Collection<io.fabric8.kubernetes.api.model.LabelSelector> items) |
A |
addAllToUsers(Collection<String> items) |
A |
addNewGroup(String arg1) |
A |
addNewGroup(StringBuffer arg1) |
A |
addNewGroup(StringBuilder arg1) |
UserRestrictionFluent.LabelsNested<A> |
addNewLabel() |
UserRestrictionFluent.LabelsNested<A> |
addNewLabelLike(io.fabric8.kubernetes.api.model.LabelSelector item) |
A |
addNewUser(String arg1) |
A |
addNewUser(StringBuffer arg1) |
A |
addNewUser(StringBuilder arg1) |
A |
addToGroups(int index,
String item) |
A |
addToGroups(String... items) |
A |
addToLabels(int index,
io.fabric8.kubernetes.api.model.LabelSelector item) |
A |
addToLabels(io.fabric8.kubernetes.api.model.LabelSelector... items) |
A |
addToUsers(int index,
String item) |
A |
addToUsers(String... items) |
io.fabric8.kubernetes.api.model.LabelSelector |
buildFirstLabel() |
io.fabric8.kubernetes.api.model.LabelSelector |
buildLabel(int index) |
List<io.fabric8.kubernetes.api.model.LabelSelector> |
buildLabels() |
io.fabric8.kubernetes.api.model.LabelSelector |
buildLastLabel() |
io.fabric8.kubernetes.api.model.LabelSelector |
buildMatchingLabel(Predicate<io.fabric8.kubernetes.api.model.LabelSelectorBuilder> predicate) |
UserRestrictionFluent.LabelsNested<A> |
editFirstLabel() |
UserRestrictionFluent.LabelsNested<A> |
editLabel(int index) |
UserRestrictionFluent.LabelsNested<A> |
editLastLabel() |
UserRestrictionFluent.LabelsNested<A> |
editMatchingLabel(Predicate<io.fabric8.kubernetes.api.model.LabelSelectorBuilder> predicate) |
boolean |
equals(Object o) |
String |
getFirstGroup() |
String |
getFirstUser() |
String |
getGroup(int index) |
List<String> |
getGroups() |
List<io.fabric8.kubernetes.api.model.LabelSelector> |
getLabels()
Deprecated.
|
String |
getLastGroup() |
String |
getLastUser() |
String |
getMatchingGroup(Predicate<String> predicate) |
String |
getMatchingUser(Predicate<String> predicate) |
String |
getUser(int index) |
List<String> |
getUsers() |
Boolean |
hasGroups() |
int |
hashCode() |
Boolean |
hasLabels() |
Boolean |
hasMatchingGroup(Predicate<String> predicate) |
Boolean |
hasMatchingLabel(Predicate<io.fabric8.kubernetes.api.model.LabelSelectorBuilder> predicate) |
Boolean |
hasMatchingUser(Predicate<String> predicate) |
Boolean |
hasUsers() |
A |
removeAllFromGroups(Collection<String> items) |
A |
removeAllFromLabels(Collection<io.fabric8.kubernetes.api.model.LabelSelector> items) |
A |
removeAllFromUsers(Collection<String> items) |
A |
removeFromGroups(String... items) |
A |
removeFromLabels(io.fabric8.kubernetes.api.model.LabelSelector... items) |
A |
removeFromUsers(String... items) |
A |
removeMatchingFromLabels(Predicate<io.fabric8.kubernetes.api.model.LabelSelectorBuilder> predicate) |
UserRestrictionFluent.LabelsNested<A> |
setNewLabelLike(int index,
io.fabric8.kubernetes.api.model.LabelSelector item) |
A |
setToGroups(int index,
String item) |
A |
setToLabels(int index,
io.fabric8.kubernetes.api.model.LabelSelector item) |
A |
setToUsers(int index,
String item) |
A |
withGroups(List<String> groups) |
A |
withGroups(String... groups) |
A |
withLabels(io.fabric8.kubernetes.api.model.LabelSelector... labels) |
A |
withLabels(List<io.fabric8.kubernetes.api.model.LabelSelector> labels) |
A |
withUsers(List<String> users) |
A |
withUsers(String... users) |
public UserRestrictionFluentImpl()
public UserRestrictionFluentImpl(UserRestriction instance)
public A addToGroups(int index, String item)
addToGroups in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A setToGroups(int 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(int 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 addNewGroup(String arg1)
addNewGroup in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addNewGroup(StringBuilder arg1)
addNewGroup in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addNewGroup(StringBuffer arg1)
addNewGroup in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addToLabels(int index, io.fabric8.kubernetes.api.model.LabelSelector item)
addToLabels in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A setToLabels(int 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(int 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(int index, io.fabric8.kubernetes.api.model.LabelSelector item)
setNewLabelLike in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public UserRestrictionFluent.LabelsNested<A> editLabel(int 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(int index, String item)
addToUsers in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A setToUsers(int 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(int 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 addNewUser(String arg1)
addNewUser in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addNewUser(StringBuilder arg1)
addNewUser in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>public A addNewUser(StringBuffer arg1)
addNewUser in interface UserRestrictionFluent<A extends UserRestrictionFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.