@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1ServiceAccountTokenProjection extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AUDIENCE |
static String |
SERIALIZED_NAME_EXPIRATION_SECONDS |
static String |
SERIALIZED_NAME_PATH |
Constructor and Description |
---|
V1ServiceAccountTokenProjection() |
Modifier and Type | Method and Description |
---|---|
V1ServiceAccountTokenProjection |
audience(String audience) |
boolean |
equals(Object o) |
V1ServiceAccountTokenProjection |
expirationSeconds(Long expirationSeconds) |
String |
getAudience()
Audience is the intended audience of the token.
|
Long |
getExpirationSeconds()
ExpirationSeconds is the requested duration of validity of the service account token.
|
String |
getPath()
Path is the path relative to the mount point of the file to project the token into.
|
int |
hashCode() |
V1ServiceAccountTokenProjection |
path(String path) |
void |
setAudience(String audience) |
void |
setExpirationSeconds(Long expirationSeconds) |
void |
setPath(String path) |
String |
toString() |
public static final String SERIALIZED_NAME_AUDIENCE
public static final String SERIALIZED_NAME_EXPIRATION_SECONDS
public static final String SERIALIZED_NAME_PATH
public V1ServiceAccountTokenProjection audience(String audience)
@Nullable public String getAudience()
public void setAudience(String audience)
public V1ServiceAccountTokenProjection expirationSeconds(Long expirationSeconds)
@Nullable public Long getExpirationSeconds()
public void setExpirationSeconds(Long expirationSeconds)
public V1ServiceAccountTokenProjection path(String path)
public String getPath()
public void setPath(String path)
Copyright © 2020. All rights reserved.