public static interface V1Authentication.TokenRequestOrBuilder
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.
|
V1Authentication.TokenRequestSpec |
getSpec()
Spec holds information about the request being evaluated
|
V1Authentication.TokenRequestSpecOrBuilder |
getSpecOrBuilder()
Spec holds information about the request being evaluated
|
V1Authentication.TokenRequestStatus |
getStatus()
Status is filled in by the server and indicates whether the token can be authenticated.
|
V1Authentication.TokenRequestStatusOrBuilder |
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.v1.TokenRequestSpec spec = 2;V1Authentication.TokenRequestSpec getSpec()
Spec holds information about the request being evaluated
optional .k8s.io.api.authentication.v1.TokenRequestSpec spec = 2;V1Authentication.TokenRequestSpecOrBuilder getSpecOrBuilder()
Spec holds information about the request being evaluated
optional .k8s.io.api.authentication.v1.TokenRequestSpec 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.v1.TokenRequestStatus status = 3;V1Authentication.TokenRequestStatus getStatus()
Status is filled in by the server and indicates whether the token can be authenticated. +optional
optional .k8s.io.api.authentication.v1.TokenRequestStatus status = 3;V1Authentication.TokenRequestStatusOrBuilder getStatusOrBuilder()
Status is filled in by the server and indicates whether the token can be authenticated. +optional
optional .k8s.io.api.authentication.v1.TokenRequestStatus status = 3;Copyright © 2023. All rights reserved.