Class AuthenticationV1beta1Api
java.lang.Object
io.kubernetes.client.openapi.apis.AuthenticationV1beta1Api
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate a SelfSubjectReviewget available resourcesintvoidsetApiClient(ApiClient apiClient) voidsetCustomBaseUrl(String customBaseUrl) voidsetHostIndex(int hostIndex)
-
Constructor Details
-
AuthenticationV1beta1Api
public AuthenticationV1beta1Api() -
AuthenticationV1beta1Api
-
-
Method Details
-
getApiClient
-
setApiClient
-
getHostIndex
public int getHostIndex() -
setHostIndex
public void setHostIndex(int hostIndex) -
getCustomBaseUrl
-
setCustomBaseUrl
-
createSelfSubjectReview
public AuthenticationV1beta1Api.APIcreateSelfSubjectReviewRequest createSelfSubjectReview(V1beta1SelfSubjectReview body) create a SelfSubjectReview- Parameters:
body- (required)- Returns:
- APIcreateSelfSubjectReviewRequest
- Http Response Details:
Status Code Description Response Headers 200 OK - 201 Created - 202 Accepted - 401 Unauthorized -
-
getAPIResources
get available resources- Returns:
- APIgetAPIResourcesRequest
- Http Response Details:
Status Code Description Response Headers 200 OK - 401 Unauthorized -
-