Package io.fabric8.kubernetes.api.model
Interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
VolumeProjectionFluent.ServiceAccountTokenNested<N>,WatchEventFluent.ServiceAccountTokenProjectionObjectNested<N>
- All Known Implementing Classes:
DoneableServiceAccountTokenProjection,ServiceAccountTokenProjectionBuilder,ServiceAccountTokenProjectionFluentImpl,VolumeProjectionFluentImpl.ServiceAccountTokenNestedImpl,WatchEventFluentImpl.ServiceAccountTokenProjectionObjectNestedImpl
public interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetAudience()LonggetExpirationSeconds()StringgetPath()BooleanhasAudience()BooleanhasExpirationSeconds()BooleanhasPath()AwithAudience(String audience)AwithExpirationSeconds(Long expirationSeconds)AwithNewAudience(String arg1)AwithNewAudience(StringBuffer arg1)AwithNewAudience(StringBuilder arg1)AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithPath(String path)
-
Method Details
-
getAudience
String getAudience() -
withAudience
-
hasAudience
Boolean hasAudience() -
withNewAudience
-
withNewAudience
-
withNewAudience
-
getExpirationSeconds
Long getExpirationSeconds() -
withExpirationSeconds
-
hasExpirationSeconds
Boolean hasExpirationSeconds() -
getPath
String getPath() -
withPath
-
hasPath
Boolean hasPath() -
withNewPath
-
withNewPath
-
withNewPath
-