Class AllowedCSIDriverFluentImpl<A extends AllowedCSIDriverFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.policy.AllowedCSIDriverFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,AllowedCSIDriverFluent<A>
- Direct Known Subclasses:
AllowedCSIDriverBuilder,DoneableAllowedCSIDriver,PodSecurityPolicySpecFluentImpl.AllowedCSIDriversNestedImpl
public class AllowedCSIDriverFluentImpl<A extends AllowedCSIDriverFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AllowedCSIDriverFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AllowedCSIDriverFluentImpl()AllowedCSIDriverFluentImpl(AllowedCSIDriver instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetName()BooleanhasName()AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)
-
Constructor Details
-
AllowedCSIDriverFluentImpl
public AllowedCSIDriverFluentImpl() -
AllowedCSIDriverFluentImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceAllowedCSIDriverFluent<A extends AllowedCSIDriverFluent<A>>
-
withName
- Specified by:
withNamein interfaceAllowedCSIDriverFluent<A extends AllowedCSIDriverFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceAllowedCSIDriverFluent<A extends AllowedCSIDriverFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceAllowedCSIDriverFluent<A extends AllowedCSIDriverFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceAllowedCSIDriverFluent<A extends AllowedCSIDriverFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceAllowedCSIDriverFluent<A extends AllowedCSIDriverFluent<A>>
-
equals
-