Package io.fabric8.kubernetes.api.model
Class ServiceAccountTokenProjectionFluentImpl<A extends ServiceAccountTokenProjectionFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ServiceAccountTokenProjectionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,ServiceAccountTokenProjectionFluent<A>
- Direct Known Subclasses:
DoneableServiceAccountTokenProjection,ServiceAccountTokenProjectionBuilder,VolumeProjectionFluentImpl.ServiceAccountTokenNestedImpl,WatchEventFluentImpl.ServiceAccountTokenProjectionObjectNestedImpl
public class ServiceAccountTokenProjectionFluentImpl<A extends ServiceAccountTokenProjectionFluent<A>> extends BaseFluent<A> implements ServiceAccountTokenProjectionFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ServiceAccountTokenProjectionFluentImpl()ServiceAccountTokenProjectionFluentImpl(ServiceAccountTokenProjection instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)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)
-
Constructor Details
-
ServiceAccountTokenProjectionFluentImpl
public ServiceAccountTokenProjectionFluentImpl() -
ServiceAccountTokenProjectionFluentImpl
-
-
Method Details
-
getAudience
- Specified by:
getAudiencein interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withAudience
- Specified by:
withAudiencein interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
hasAudience
- Specified by:
hasAudiencein interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewAudience
- Specified by:
withNewAudiencein interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewAudience
- Specified by:
withNewAudiencein interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewAudience
- Specified by:
withNewAudiencein interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
getExpirationSeconds
- Specified by:
getExpirationSecondsin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withExpirationSeconds
- Specified by:
withExpirationSecondsin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
hasExpirationSeconds
- Specified by:
hasExpirationSecondsin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
getPath
- Specified by:
getPathin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withPath
- Specified by:
withPathin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
hasPath
- Specified by:
hasPathin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
equals
-