public interface PodSecurityPolicyReviewStatusFluent<A extends PodSecurityPolicyReviewStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PodSecurityPolicyReviewStatusFluent.AllowedServiceAccountsNested<N> |
A addToAllowedServiceAccounts(Integer index, ServiceAccountPodSecurityPolicyReviewStatus item)
A setToAllowedServiceAccounts(Integer index, ServiceAccountPodSecurityPolicyReviewStatus item)
A addToAllowedServiceAccounts(ServiceAccountPodSecurityPolicyReviewStatus... items)
A addAllToAllowedServiceAccounts(Collection<ServiceAccountPodSecurityPolicyReviewStatus> items)
A removeFromAllowedServiceAccounts(ServiceAccountPodSecurityPolicyReviewStatus... items)
A removeAllFromAllowedServiceAccounts(Collection<ServiceAccountPodSecurityPolicyReviewStatus> items)
A removeMatchingFromAllowedServiceAccounts(Predicate<ServiceAccountPodSecurityPolicyReviewStatusBuilder> predicate)
@Deprecated List<ServiceAccountPodSecurityPolicyReviewStatus> getAllowedServiceAccounts()
List<ServiceAccountPodSecurityPolicyReviewStatus> buildAllowedServiceAccounts()
ServiceAccountPodSecurityPolicyReviewStatus buildAllowedServiceAccount(Integer index)
ServiceAccountPodSecurityPolicyReviewStatus buildFirstAllowedServiceAccount()
ServiceAccountPodSecurityPolicyReviewStatus buildLastAllowedServiceAccount()
ServiceAccountPodSecurityPolicyReviewStatus buildMatchingAllowedServiceAccount(Predicate<ServiceAccountPodSecurityPolicyReviewStatusBuilder> predicate)
Boolean hasMatchingAllowedServiceAccount(Predicate<ServiceAccountPodSecurityPolicyReviewStatusBuilder> predicate)
A withAllowedServiceAccounts(List<ServiceAccountPodSecurityPolicyReviewStatus> allowedServiceAccounts)
A withAllowedServiceAccounts(ServiceAccountPodSecurityPolicyReviewStatus... allowedServiceAccounts)
Boolean hasAllowedServiceAccounts()
PodSecurityPolicyReviewStatusFluent.AllowedServiceAccountsNested<A> addNewAllowedServiceAccount()
PodSecurityPolicyReviewStatusFluent.AllowedServiceAccountsNested<A> addNewAllowedServiceAccountLike(ServiceAccountPodSecurityPolicyReviewStatus item)
PodSecurityPolicyReviewStatusFluent.AllowedServiceAccountsNested<A> setNewAllowedServiceAccountLike(Integer index, ServiceAccountPodSecurityPolicyReviewStatus item)
PodSecurityPolicyReviewStatusFluent.AllowedServiceAccountsNested<A> editAllowedServiceAccount(Integer index)
PodSecurityPolicyReviewStatusFluent.AllowedServiceAccountsNested<A> editFirstAllowedServiceAccount()
PodSecurityPolicyReviewStatusFluent.AllowedServiceAccountsNested<A> editLastAllowedServiceAccount()
PodSecurityPolicyReviewStatusFluent.AllowedServiceAccountsNested<A> editMatchingAllowedServiceAccount(Predicate<ServiceAccountPodSecurityPolicyReviewStatusBuilder> predicate)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.