Package io.fabric8.kubernetes.api.model
Class VolumeProjectionFluentImpl.ServiceAccountTokenNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ServiceAccountTokenProjectionFluentImpl<VolumeProjectionFluent.ServiceAccountTokenNested<N>>
-
- io.fabric8.kubernetes.api.model.VolumeProjectionFluentImpl.ServiceAccountTokenNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<VolumeProjectionFluent.ServiceAccountTokenNested<N>>
,Nested<N>
,Visitable<VolumeProjectionFluent.ServiceAccountTokenNested<N>>
,ServiceAccountTokenProjectionFluent<VolumeProjectionFluent.ServiceAccountTokenNested<N>>
,VolumeProjectionFluent.ServiceAccountTokenNested<N>
- Enclosing class:
- VolumeProjectionFluentImpl<A extends VolumeProjectionFluent<A>>
public class VolumeProjectionFluentImpl.ServiceAccountTokenNestedImpl<N> extends ServiceAccountTokenProjectionFluentImpl<VolumeProjectionFluent.ServiceAccountTokenNested<N>> implements VolumeProjectionFluent.ServiceAccountTokenNested<N>, Nested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endServiceAccountToken()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ServiceAccountTokenProjectionFluentImpl
equals, getAudience, getExpirationSeconds, getPath, hasAudience, hasExpirationSeconds, hashCode, hasPath, withAudience, withExpirationSeconds, withNewAudience, withNewAudience, withNewAudience, withNewPath, withNewPath, withNewPath, withPath
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
and
public N and()
-
endServiceAccountToken
public N endServiceAccountToken()
- Specified by:
endServiceAccountToken
in interfaceVolumeProjectionFluent.ServiceAccountTokenNested<N>
-
-