Class AuthenticationV1alpha1Api
java.lang.Object
io.kubernetes.client.openapi.apis.AuthenticationV1alpha1Api
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate a SelfSubjectReviewget available resourcesint
void
setApiClient
(ApiClient apiClient) void
setCustomBaseUrl
(String customBaseUrl) void
setHostIndex
(int hostIndex)
-
Constructor Details
-
AuthenticationV1alpha1Api
public AuthenticationV1alpha1Api() -
AuthenticationV1alpha1Api
-
-
Method Details
-
getApiClient
-
setApiClient
-
getHostIndex
public int getHostIndex() -
setHostIndex
public void setHostIndex(int hostIndex) -
getCustomBaseUrl
-
setCustomBaseUrl
-
createSelfSubjectReview
public AuthenticationV1alpha1Api.APIcreateSelfSubjectReviewRequest createSelfSubjectReview(V1alpha1SelfSubjectReview 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 -
-