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:
ServiceAccountTokenProjectionBuilder,ServiceAccountTokenProjectionFluentImpl,VolumeProjectionFluentImpl.ServiceAccountTokenNestedImpl,WatchEventFluentImpl.ServiceAccountTokenProjectionObjectNestedImpl
public interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getAudience
String getAudience()
-
hasAudience
Boolean hasAudience()
-
withNewAudience
A withNewAudience(StringBuilder arg1)
-
withNewAudience
A withNewAudience(StringBuffer arg1)
-
getExpirationSeconds
Long getExpirationSeconds()
-
hasExpirationSeconds
Boolean hasExpirationSeconds()
-
getPath
String getPath()
-
hasPath
Boolean hasPath()
-
withNewPath
A withNewPath(StringBuilder arg1)
-
withNewPath
A withNewPath(StringBuffer arg1)
-
-