Uses of Class
io.kubernetes.client.openapi.models.V1TokenRequestSpec
Packages that use V1TokenRequestSpec
-
Uses of V1TokenRequestSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1TokenRequestSpecModifier and TypeMethodDescriptionV1TokenRequestSpec.addAudiencesItem
(String audiencesItem) V1TokenRequestSpec.boundObjectRef
(V1BoundObjectReference boundObjectRef) V1TokenRequestSpec.expirationSeconds
(Long expirationSeconds) static V1TokenRequestSpec
Create an instance of V1TokenRequestSpec given an JSON stringAuthenticationV1TokenRequest.getSpec()
Get specMethods in io.kubernetes.client.openapi.models with parameters of type V1TokenRequestSpecModifier and TypeMethodDescriptionvoid
AuthenticationV1TokenRequest.setSpec
(V1TokenRequestSpec spec) AuthenticationV1TokenRequest.spec
(V1TokenRequestSpec spec)