| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountReference |
ServiceAccountReferenceBuilder.build() |
ServiceAccountReference |
ServiceAccountRestrictionFluentImpl.buildFirstServiceaccount() |
ServiceAccountReference |
ServiceAccountRestrictionFluent.buildFirstServiceaccount() |
ServiceAccountReference |
ServiceAccountRestrictionFluentImpl.buildLastServiceaccount() |
ServiceAccountReference |
ServiceAccountRestrictionFluent.buildLastServiceaccount() |
ServiceAccountReference |
ServiceAccountRestrictionFluentImpl.buildMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate) |
ServiceAccountReference |
ServiceAccountRestrictionFluent.buildMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate) |
ServiceAccountReference |
ServiceAccountRestrictionFluentImpl.buildServiceaccount(Integer index) |
ServiceAccountReference |
ServiceAccountRestrictionFluent.buildServiceaccount(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceAccountReference> |
ServiceAccountRestrictionFluentImpl.buildServiceaccounts() |
List<ServiceAccountReference> |
ServiceAccountRestrictionFluent.buildServiceaccounts() |
List<ServiceAccountReference> |
ServiceAccountRestrictionFluentImpl.getServiceaccounts()
Deprecated.
|
List<ServiceAccountReference> |
ServiceAccountRestrictionFluent.getServiceaccounts()
Deprecated.
|
List<ServiceAccountReference> |
ServiceAccountRestriction.getServiceaccounts() |
| Modifier and Type | Method and Description |
|---|---|
A |
ServiceAccountRestrictionFluentImpl.addAllToServiceaccounts(Collection<ServiceAccountReference> items) |
A |
ServiceAccountRestrictionFluent.addAllToServiceaccounts(Collection<ServiceAccountReference> items) |
A |
ServiceAccountRestrictionFluentImpl.removeAllFromServiceaccounts(Collection<ServiceAccountReference> items) |
A |
ServiceAccountRestrictionFluent.removeAllFromServiceaccounts(Collection<ServiceAccountReference> items) |
void |
ServiceAccountRestriction.setServiceaccounts(List<ServiceAccountReference> serviceaccounts) |
A |
ServiceAccountRestrictionFluentImpl.withServiceaccounts(List<ServiceAccountReference> serviceaccounts) |
A |
ServiceAccountRestrictionFluent.withServiceaccounts(List<ServiceAccountReference> serviceaccounts) |
| Constructor and Description |
|---|
ServiceAccountReferenceBuilder(ServiceAccountReference instance) |
ServiceAccountReferenceBuilder(ServiceAccountReference instance,
Boolean validationEnabled) |
ServiceAccountReferenceBuilder(ServiceAccountReferenceFluent<?> fluent,
ServiceAccountReference instance) |
ServiceAccountReferenceBuilder(ServiceAccountReferenceFluent<?> fluent,
ServiceAccountReference instance,
Boolean validationEnabled) |
ServiceAccountReferenceFluentImpl(ServiceAccountReference instance) |
| Constructor and Description |
|---|
ServiceAccountRestriction(List<String> namespaces,
List<ServiceAccountReference> serviceaccounts) |
Copyright © 2015–2022 Red Hat. All rights reserved.