@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1ThanosRulerSpecProjectedServiceAccountToken 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 |
|---|
V1ThanosRulerSpecProjectedServiceAccountToken() |
| Modifier and Type | Method and Description |
|---|---|
V1ThanosRulerSpecProjectedServiceAccountToken |
audience(String audience) |
boolean |
equals(Object o) |
V1ThanosRulerSpecProjectedServiceAccountToken |
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() |
V1ThanosRulerSpecProjectedServiceAccountToken |
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 V1ThanosRulerSpecProjectedServiceAccountToken()
public V1ThanosRulerSpecProjectedServiceAccountToken audience(String audience)
@Nullable public String getAudience()
public void setAudience(String audience)
public V1ThanosRulerSpecProjectedServiceAccountToken expirationSeconds(Long expirationSeconds)
@Nullable public Long getExpirationSeconds()
public void setExpirationSeconds(Long expirationSeconds)
public V1ThanosRulerSpecProjectedServiceAccountToken path(String path)
public String getPath()
public void setPath(String path)
Copyright © 2020. All rights reserved.