Interface V1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
AuthenticationV1TokenRequestFluent.SpecNested<N>
- All Known Implementing Classes:
V1TokenRequestSpecBuilder,V1TokenRequestSpecFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionaddAllToAudiences(Collection<String> items) addToAudiences(Integer index, String item) addToAudiences(String... items) io.kubernetes.client.openapi.models.V1BoundObjectReferenceeditOrNewBoundObjectRefLike(io.kubernetes.client.openapi.models.V1BoundObjectReference item) getAudience(Integer index) io.kubernetes.client.openapi.models.V1BoundObjectReferenceDeprecated.getMatchingAudience(Predicate<String> predicate) hasMatchingAudience(Predicate<String> predicate) removeAllFromAudiences(Collection<String> items) removeFromAudiences(String... items) setToAudiences(Integer index, String item) withAudiences(String... audiences) withAudiences(List<String> audiences) withBoundObjectRef(io.kubernetes.client.openapi.models.V1BoundObjectReference boundObjectRef) withExpirationSeconds(Long expirationSeconds) withNewBoundObjectRefLike(io.kubernetes.client.openapi.models.V1BoundObjectReference item)
-
Method Details
-
addToAudiences
-
setToAudiences
-
addToAudiences
-
addAllToAudiences
-
removeFromAudiences
-
removeAllFromAudiences
-
getAudiences
-
getAudience
-
getFirstAudience
String getFirstAudience() -
getLastAudience
String getLastAudience() -
getMatchingAudience
-
hasMatchingAudience
-
withAudiences
-
withAudiences
-
hasAudiences
Boolean hasAudiences() -
getBoundObjectRef
Deprecated.This method has been deprecated, please use method buildBoundObjectRef instead.- Returns:
- The buildable object.
-
buildBoundObjectRef
io.kubernetes.client.openapi.models.V1BoundObjectReference buildBoundObjectRef() -
withBoundObjectRef
-
hasBoundObjectRef
Boolean hasBoundObjectRef() -
withNewBoundObjectRef
V1TokenRequestSpecFluent.BoundObjectRefNested<A> withNewBoundObjectRef() -
withNewBoundObjectRefLike
V1TokenRequestSpecFluent.BoundObjectRefNested<A> withNewBoundObjectRefLike(io.kubernetes.client.openapi.models.V1BoundObjectReference item) -
editBoundObjectRef
V1TokenRequestSpecFluent.BoundObjectRefNested<A> editBoundObjectRef() -
editOrNewBoundObjectRef
V1TokenRequestSpecFluent.BoundObjectRefNested<A> editOrNewBoundObjectRef() -
editOrNewBoundObjectRefLike
V1TokenRequestSpecFluent.BoundObjectRefNested<A> editOrNewBoundObjectRefLike(io.kubernetes.client.openapi.models.V1BoundObjectReference item) -
getExpirationSeconds
Long getExpirationSeconds() -
withExpirationSeconds
-
hasExpirationSeconds
Boolean hasExpirationSeconds()
-