Interface SubjectAccessReviewStatusFluent<A extends SubjectAccessReviewStatusFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
LocalSubjectAccessReviewFluent.StatusNested<N>,SelfSubjectAccessReviewFluent.StatusNested<N>,SubjectAccessReviewFluent.StatusNested<N>
- All Known Implementing Classes:
DoneableSubjectAccessReviewStatus,LocalSubjectAccessReviewFluentImpl.StatusNestedImpl,SelfSubjectAccessReviewFluentImpl.StatusNestedImpl,SubjectAccessReviewFluentImpl.StatusNestedImpl,SubjectAccessReviewStatusBuilder,SubjectAccessReviewStatusFluentImpl
public interface SubjectAccessReviewStatusFluent<A extends SubjectAccessReviewStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetEvaluationError()StringgetReason()BooleanhasAllowed()BooleanhasDenied()BooleanhasEvaluationError()BooleanhasReason()BooleanisAllowed()BooleanisDenied()AwithAllowed(Boolean allowed)AwithDenied(Boolean denied)AwithEvaluationError(String evaluationError)AwithNewAllowed(boolean arg1)AwithNewAllowed(String arg1)AwithNewDenied(boolean arg1)AwithNewDenied(String arg1)AwithNewEvaluationError(String arg1)AwithNewEvaluationError(StringBuffer arg1)AwithNewEvaluationError(StringBuilder arg1)AwithNewReason(String arg1)AwithNewReason(StringBuffer arg1)AwithNewReason(StringBuilder arg1)AwithReason(String reason)
-
Method Details
-
isAllowed
Boolean isAllowed() -
withAllowed
-
hasAllowed
Boolean hasAllowed() -
withNewAllowed
-
withNewAllowed
-
isDenied
Boolean isDenied() -
withDenied
-
hasDenied
Boolean hasDenied() -
withNewDenied
-
withNewDenied
-
getEvaluationError
String getEvaluationError() -
withEvaluationError
-
hasEvaluationError
Boolean hasEvaluationError() -
withNewEvaluationError
-
withNewEvaluationError
-
withNewEvaluationError
-
getReason
String getReason() -
withReason
-
hasReason
Boolean hasReason() -
withNewReason
-
withNewReason
-
withNewReason
-