Package io.fabric8.openshift.api.model
Interface ServiceAccountReferenceFluent<A extends ServiceAccountReferenceFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ServiceAccountRestrictionFluent.ServiceaccountsNested<N>
- All Known Implementing Classes:
DoneableServiceAccountReference,ServiceAccountReferenceBuilder,ServiceAccountReferenceFluentImpl,ServiceAccountRestrictionFluentImpl.ServiceaccountsNestedImpl
public interface ServiceAccountReferenceFluent<A extends ServiceAccountReferenceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetName()StringgetNamespace()BooleanhasName()BooleanhasNamespace()AwithName(String name)AwithNamespace(String namespace)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewNamespace(String arg1)AwithNewNamespace(StringBuffer arg1)AwithNewNamespace(StringBuilder arg1)
-
Method Details
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
getNamespace
String getNamespace() -
withNamespace
-
hasNamespace
Boolean hasNamespace() -
withNewNamespace
-
withNewNamespace
-
withNewNamespace
-