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 String
getAudience()
Long
getExpirationSeconds()
String
getPath()
Boolean
hasAudience()
Boolean
hasExpirationSeconds()
Boolean
hasPath()
A
withAudience(String audience)
A
withExpirationSeconds(Long expirationSeconds)
A
withNewAudience(String arg1)
A
withNewAudience(StringBuffer arg1)
A
withNewAudience(StringBuilder arg1)
A
withNewPath(String arg1)
A
withNewPath(StringBuffer arg1)
A
withNewPath(StringBuilder arg1)
A
withPath(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)
-
-