Class DoneableNonResourceAttributes
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.authorization.NonResourceAttributesFluentImpl<DoneableNonResourceAttributes>
io.fabric8.kubernetes.api.model.authorization.DoneableNonResourceAttributes
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableNonResourceAttributes>,io.fabric8.kubernetes.api.builder.Visitable<DoneableNonResourceAttributes>,NonResourceAttributesFluent<DoneableNonResourceAttributes>,io.fabric8.kubernetes.api.model.Doneable<NonResourceAttributes>
public class DoneableNonResourceAttributes extends NonResourceAttributesFluentImpl<DoneableNonResourceAttributes> implements io.fabric8.kubernetes.api.model.Doneable<NonResourceAttributes>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableNonResourceAttributes(io.fabric8.kubernetes.api.builder.Function<NonResourceAttributes,NonResourceAttributes> function)DoneableNonResourceAttributes(NonResourceAttributes item)DoneableNonResourceAttributes(NonResourceAttributes item, io.fabric8.kubernetes.api.builder.Function<NonResourceAttributes,NonResourceAttributes> function) -
Method Summary
Modifier and Type Method Description NonResourceAttributesdone()Methods inherited from class io.fabric8.kubernetes.api.model.authorization.NonResourceAttributesFluentImpl
equals, getPath, getVerb, hasPath, hasVerb, withNewPath, withNewPath, withNewPath, withNewVerb, withNewVerb, withNewVerb, withPath, withVerb
-
Constructor Details
-
DoneableNonResourceAttributes
public DoneableNonResourceAttributes(io.fabric8.kubernetes.api.builder.Function<NonResourceAttributes,NonResourceAttributes> function) -
DoneableNonResourceAttributes
public DoneableNonResourceAttributes(NonResourceAttributes item, io.fabric8.kubernetes.api.builder.Function<NonResourceAttributes,NonResourceAttributes> function) -
DoneableNonResourceAttributes
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<NonResourceAttributes>
-