Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
StorageV1TokenRequest |
StorageV1TokenRequest.audience(String audience) |
StorageV1TokenRequest |
StorageV1TokenRequest.expirationSeconds(Long expirationSeconds) |
Modifier and Type | Method and Description |
---|---|
List<StorageV1TokenRequest> |
V1CSIDriverSpec.getTokenRequests()
TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting
volume for to do necessary authentication.
|
Modifier and Type | Method and Description |
---|---|
V1CSIDriverSpec |
V1CSIDriverSpec.addTokenRequestsItem(StorageV1TokenRequest tokenRequestsItem) |
Modifier and Type | Method and Description |
---|---|
void |
V1CSIDriverSpec.setTokenRequests(List<StorageV1TokenRequest> tokenRequests) |
V1CSIDriverSpec |
V1CSIDriverSpec.tokenRequests(List<StorageV1TokenRequest> tokenRequests) |
Copyright © 2021. All rights reserved.