| Modifier and Type | Method and Description |
|---|---|
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.addAllAudiences(Iterable<String> values)
Audiences are the intendend audiences of the token.
|
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.addAudiences(String value)
Audiences are the intendend audiences of the token.
|
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.addAudiencesBytes(com.google.protobuf.ByteString value)
Audiences are the intendend audiences of the token.
|
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.clear() |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.clearAudiences()
Audiences are the intendend audiences of the token.
|
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.clearBoundObjectRef()
BoundObjectRef is a reference to an object that the token will be bound to.
|
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.clearExpirationSeconds()
ExpirationSeconds is the requested duration of validity of the request.
|
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.clone() |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequest.Builder.getSpecBuilder()
optional .k8s.io.api.authentication.v1.TokenRequestSpec spec = 2; |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.mergeBoundObjectRef(V1Authentication.BoundObjectReference value)
BoundObjectRef is a reference to an object that the token will be bound to.
|
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.mergeFrom(com.google.protobuf.Message other) |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.mergeFrom(V1Authentication.TokenRequestSpec other) |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.newBuilder() |
static V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.newBuilder(V1Authentication.TokenRequestSpec prototype) |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.newBuilderForType() |
protected V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.setAudiences(int index,
String value)
Audiences are the intendend audiences of the token.
|
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.setBoundObjectRef(V1Authentication.BoundObjectReference.Builder builderForValue)
BoundObjectRef is a reference to an object that the token will be bound to.
|
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.setBoundObjectRef(V1Authentication.BoundObjectReference value)
BoundObjectRef is a reference to an object that the token will be bound to.
|
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.setExpirationSeconds(long value)
ExpirationSeconds is the requested duration of validity of the request.
|
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1Authentication.TokenRequestSpec.Builder |
V1Authentication.TokenRequestSpec.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1Authentication.TokenRequest.Builder |
V1Authentication.TokenRequest.Builder.setSpec(V1Authentication.TokenRequestSpec.Builder builderForValue)
optional .k8s.io.api.authentication.v1.TokenRequestSpec spec = 2; |
Copyright © 2019. All rights reserved.