public interface ServiceRoleBindingSpecFluent<A extends ServiceRoleBindingSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceRoleBindingSpecFluent.RoleRefNested<N> |
static interface |
ServiceRoleBindingSpecFluent.SubjectsNested<N> |
EnforcementMode getMode()
A withMode(EnforcementMode mode)
Boolean hasMode()
@Deprecated RoleRef getRoleRef()
RoleRef buildRoleRef()
Boolean hasRoleRef()
ServiceRoleBindingSpecFluent.RoleRefNested<A> withNewRoleRef()
ServiceRoleBindingSpecFluent.RoleRefNested<A> withNewRoleRefLike(RoleRef item)
ServiceRoleBindingSpecFluent.RoleRefNested<A> editRoleRef()
ServiceRoleBindingSpecFluent.RoleRefNested<A> editOrNewRoleRef()
ServiceRoleBindingSpecFluent.RoleRefNested<A> editOrNewRoleRefLike(RoleRef item)
A addAllToSubjects(Collection<Subject> items)
A removeAllFromSubjects(Collection<Subject> items)
@Deprecated List<Subject> getSubjects()
Subject buildSubject(int index)
Subject buildFirstSubject()
Subject buildLastSubject()
Subject buildMatchingSubject(io.fabric8.kubernetes.api.builder.Predicate<SubjectBuilder> predicate)
Boolean hasSubjects()
ServiceRoleBindingSpecFluent.SubjectsNested<A> addNewSubject()
ServiceRoleBindingSpecFluent.SubjectsNested<A> addNewSubjectLike(Subject item)
ServiceRoleBindingSpecFluent.SubjectsNested<A> setNewSubjectLike(int index, Subject item)
ServiceRoleBindingSpecFluent.SubjectsNested<A> editSubject(int index)
ServiceRoleBindingSpecFluent.SubjectsNested<A> editFirstSubject()
ServiceRoleBindingSpecFluent.SubjectsNested<A> editLastSubject()
ServiceRoleBindingSpecFluent.SubjectsNested<A> editMatchingSubject(io.fabric8.kubernetes.api.builder.Predicate<SubjectBuilder> predicate)
Copyright © 2017–2018 Red Hat. All rights reserved.