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 boolean
equals(Object o)
String
getAudience()
Long
getExpirationSeconds()
String
getPath()
Boolean
hasAudience()
Boolean
hasExpirationSeconds()
int
hashCode()
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 Detail
-
ServiceAccountTokenProjectionFluentImpl
public ServiceAccountTokenProjectionFluentImpl()
-
ServiceAccountTokenProjectionFluentImpl
public ServiceAccountTokenProjectionFluentImpl(ServiceAccountTokenProjection instance)
-
-
Method Detail
-
getAudience
public String getAudience()
- Specified by:
getAudience
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withAudience
public A withAudience(String audience)
- Specified by:
withAudience
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
hasAudience
public Boolean hasAudience()
- Specified by:
hasAudience
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewAudience
public A withNewAudience(String arg1)
- Specified by:
withNewAudience
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewAudience
public A withNewAudience(StringBuilder arg1)
- Specified by:
withNewAudience
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewAudience
public A withNewAudience(StringBuffer arg1)
- Specified by:
withNewAudience
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
getExpirationSeconds
public Long getExpirationSeconds()
- Specified by:
getExpirationSeconds
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withExpirationSeconds
public A withExpirationSeconds(Long expirationSeconds)
- Specified by:
withExpirationSeconds
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
hasExpirationSeconds
public Boolean hasExpirationSeconds()
- Specified by:
hasExpirationSeconds
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
getPath
public String getPath()
- Specified by:
getPath
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withPath
public A withPath(String path)
- Specified by:
withPath
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
hasPath
public Boolean hasPath()
- Specified by:
hasPath
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewPath
public A withNewPath(String arg1)
- Specified by:
withNewPath
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewPath
public A withNewPath(StringBuilder arg1)
- Specified by:
withNewPath
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
withNewPath
public A withNewPath(StringBuffer arg1)
- Specified by:
withNewPath
in interfaceServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
-
-