Class ServiceAccountTokenFluent<A extends ServiceAccountTokenFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.ServiceAccountTokenFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ServiceAccountTokenBuilder,SourcesFluent.ServiceAccountTokenNested
public class ServiceAccountTokenFluent<A extends ServiceAccountTokenFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ServiceAccountTokenFluent()ServiceAccountTokenFluent(ServiceAccountToken instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAudience()LonggetExpirationSeconds()StringgetPath()booleanhasAudience()booleanhasExpirationSeconds()inthashCode()booleanhasPath()StringtoString()AwithAudience(String audience)AwithExpirationSeconds(Long expirationSeconds)AwithPath(String path)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
ServiceAccountTokenFluent
public ServiceAccountTokenFluent()
-
ServiceAccountTokenFluent
public ServiceAccountTokenFluent(ServiceAccountToken instance)
-
-
Method Detail
-
getAudience
public String getAudience()
-
hasAudience
public boolean hasAudience()
-
getExpirationSeconds
public Long getExpirationSeconds()
-
hasExpirationSeconds
public boolean hasExpirationSeconds()
-
getPath
public String getPath()
-
hasPath
public boolean hasPath()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceAccountTokenFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceAccountTokenFluent<A>>
-
-