public static interface V1beta1Authentication.TokenReviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
Standard object's metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata.
|
V1beta1Authentication.TokenReviewSpec |
getSpec()
Spec holds information about the request being evaluated
|
V1beta1Authentication.TokenReviewSpecOrBuilder |
getSpecOrBuilder()
Spec holds information about the request being evaluated
|
V1beta1Authentication.TokenReviewStatus |
getStatus()
Status is filled in by the server and indicates whether the token can be authenticated.
|
V1beta1Authentication.TokenReviewStatusOrBuilder |
getStatusOrBuilder()
Status is filled in by the server and indicates whether the token can be authenticated.
|
boolean |
hasMetadata()
Standard object's metadata.
|
boolean |
hasSpec()
Spec holds information about the request being evaluated
|
boolean |
hasStatus()
Status is filled in by the server and indicates whether the token can be authenticated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;boolean hasSpec()
Spec holds information about the request being evaluated
optional .k8s.io.api.authentication.v1beta1.TokenReviewSpec spec = 2;V1beta1Authentication.TokenReviewSpec getSpec()
Spec holds information about the request being evaluated
optional .k8s.io.api.authentication.v1beta1.TokenReviewSpec spec = 2;V1beta1Authentication.TokenReviewSpecOrBuilder getSpecOrBuilder()
Spec holds information about the request being evaluated
optional .k8s.io.api.authentication.v1beta1.TokenReviewSpec spec = 2;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;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;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;Copyright © 2023. All rights reserved.