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 boolean
equals(Object o)
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)
-
Constructor Details
-
ServiceAccountTokenProjectionFluentImpl
public ServiceAccountTokenProjectionFluentImpl() -
ServiceAccountTokenProjectionFluentImpl
-
-
Method Details
-
getAudience
- Specified by:
getAudience
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withAudience
- Specified by:
withAudience
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
hasAudience
- Specified by:
hasAudience
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewAudience
- Specified by:
withNewAudience
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewAudience
- Specified by:
withNewAudience
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewAudience
- Specified by:
withNewAudience
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
getExpirationSeconds
- Specified by:
getExpirationSeconds
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withExpirationSeconds
- Specified by:
withExpirationSeconds
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
hasExpirationSeconds
- Specified by:
hasExpirationSeconds
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
getPath
- Specified by:
getPath
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withPath
- Specified by:
withPath
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
hasPath
- Specified by:
hasPath
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
equals
-