Interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
SelfSubjectAccessReviewSpecFluent.NonResourceAttributesNested<N>,SubjectAccessReviewSpecFluent.NonResourceAttributesNested<N>
- All Known Implementing Classes:
DoneableNonResourceAttributes,NonResourceAttributesBuilder,NonResourceAttributesFluentImpl,SelfSubjectAccessReviewSpecFluentImpl.NonResourceAttributesNestedImpl,SubjectAccessReviewSpecFluentImpl.NonResourceAttributesNestedImpl
public interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetPath()StringgetVerb()BooleanhasPath()BooleanhasVerb()AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithNewVerb(String arg1)AwithNewVerb(StringBuffer arg1)AwithNewVerb(StringBuilder arg1)AwithPath(String path)AwithVerb(String verb)
-
Method Details
-
getPath
String getPath() -
withPath
-
hasPath
Boolean hasPath() -
withNewPath
-
withNewPath
-
withNewPath
-
getVerb
String getVerb() -
withVerb
-
hasVerb
Boolean hasVerb() -
withNewVerb
-
withNewVerb
-
withNewVerb
-