Package io.kubernetes.client.proto
Interface V1beta1Authentication.TokenReviewOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Authentication.TokenReview
,V1beta1Authentication.TokenReview.Builder
- Enclosing class:
- V1beta1Authentication
public static interface V1beta1Authentication.TokenReviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionStandard object's metadata.Standard object's metadata.getSpec()
Spec holds information about the request being evaluatedSpec holds information about the request being evaluatedStatus is filled in by the server and indicates whether the token can be authenticated.Status is filled in by the server and indicates whether the token can be authenticated.boolean
Standard object's metadata.boolean
hasSpec()
Spec holds information about the request being evaluatedboolean
Status is filled in by the server and indicates whether the token can be authenticated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
getMetadata
Meta.ObjectMeta getMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
hasSpec
boolean hasSpec()Spec holds information about the request being evaluated
optional .k8s.io.api.authentication.v1beta1.TokenReviewSpec spec = 2;
-
getSpec
V1beta1Authentication.TokenReviewSpec getSpec()Spec holds information about the request being evaluated
optional .k8s.io.api.authentication.v1beta1.TokenReviewSpec spec = 2;
-
getSpecOrBuilder
V1beta1Authentication.TokenReviewSpecOrBuilder getSpecOrBuilder()Spec holds information about the request being evaluated
optional .k8s.io.api.authentication.v1beta1.TokenReviewSpec spec = 2;
-
hasStatus
boolean hasStatus()Status is filled in by the server and indicates whether the token can be authenticated. +optional
optional .k8s.io.api.authentication.v1beta1.TokenReviewStatus status = 3;
-
getStatus
V1beta1Authentication.TokenReviewStatus getStatus()Status is filled in by the server and indicates whether the token can be authenticated. +optional
optional .k8s.io.api.authentication.v1beta1.TokenReviewStatus status = 3;
-
getStatusOrBuilder
V1beta1Authentication.TokenReviewStatusOrBuilder getStatusOrBuilder()Status is filled in by the server and indicates whether the token can be authenticated. +optional
optional .k8s.io.api.authentication.v1beta1.TokenReviewStatus status = 3;
-