Package io.fabric8.kubernetes.api.model
Interface VolumeProjectionFluent.ServiceAccountTokenNested<N>
-
- All Superinterfaces:
Fluent<VolumeProjectionFluent.ServiceAccountTokenNested<N>>
,Nested<N>
,ServiceAccountTokenProjectionFluent<VolumeProjectionFluent.ServiceAccountTokenNested<N>>
- All Known Implementing Classes:
VolumeProjectionFluentImpl.ServiceAccountTokenNestedImpl
- Enclosing interface:
- VolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
public static interface VolumeProjectionFluent.ServiceAccountTokenNested<N> extends Nested<N>, ServiceAccountTokenProjectionFluent<VolumeProjectionFluent.ServiceAccountTokenNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endServiceAccountToken()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ServiceAccountTokenProjectionFluent
getAudience, getExpirationSeconds, getPath, hasAudience, hasExpirationSeconds, hasPath, withAudience, withExpirationSeconds, withNewAudience, withNewAudience, withNewAudience, withNewPath, withNewPath, withNewPath, withPath
-
-