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:
ServiceAccountTokenProjectionBuilder,VolumeProjectionFluentImpl.ServiceAccountTokenNestedImpl,WatchEventFluentImpl.ServiceAccountTokenProjectionObjectNestedImpl
public class ServiceAccountTokenProjectionFluentImpl<A extends ServiceAccountTokenProjectionFluent<A>> extends BaseFluent<A> implements ServiceAccountTokenProjectionFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description ServiceAccountTokenProjectionFluentImpl()ServiceAccountTokenProjectionFluentImpl(ServiceAccountTokenProjection instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAudience()LonggetExpirationSeconds()StringgetPath()BooleanhasAudience()BooleanhasExpirationSeconds()inthashCode()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 Detail
-
ServiceAccountTokenProjectionFluentImpl
public ServiceAccountTokenProjectionFluentImpl()
-
ServiceAccountTokenProjectionFluentImpl
public ServiceAccountTokenProjectionFluentImpl(ServiceAccountTokenProjection instance)
-
-
Method Detail
-
getAudience
public String getAudience()
- Specified by:
getAudiencein interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withAudience
public A withAudience(String audience)
- Specified by:
withAudiencein interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
hasAudience
public Boolean hasAudience()
- Specified by:
hasAudiencein interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewAudience
public A withNewAudience(String arg1)
- Specified by:
withNewAudiencein interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewAudience
public A withNewAudience(StringBuilder arg1)
- Specified by:
withNewAudiencein interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewAudience
public A withNewAudience(StringBuffer arg1)
- Specified by:
withNewAudiencein interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
getExpirationSeconds
public Long getExpirationSeconds()
- Specified by:
getExpirationSecondsin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withExpirationSeconds
public A withExpirationSeconds(Long expirationSeconds)
- Specified by:
withExpirationSecondsin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
hasExpirationSeconds
public Boolean hasExpirationSeconds()
- Specified by:
hasExpirationSecondsin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
getPath
public String getPath()
- Specified by:
getPathin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withPath
public A withPath(String path)
- Specified by:
withPathin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
hasPath
public Boolean hasPath()
- Specified by:
hasPathin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewPath
public A withNewPath(String arg1)
- Specified by:
withNewPathin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewPath
public A withNewPath(StringBuilder arg1)
- Specified by:
withNewPathin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewPath
public A withNewPath(StringBuffer arg1)
- Specified by:
withNewPathin interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
-